HTTP Status Codes
The following document consists of the HTTP Status Codes that you might encounter while using the API.
HTTP Status Code | Description |
200 OK | Successful. |
201 Created | Created. |
400 Bad Request | Bad input parameter. Error message should indicate which one and why. |
401 Unauthorized | The passed in Auth token is invalid or user is not authorized. Refresh the token and then try again. |
403 Forbidden | The desired operation is forbidden to be performed. |
404 Not Found | Resource not found. |
405 Method Not Allowed | The resource doesn't support the specified HTTP verb. You need to provide the resource(s) to allow the method. |
If you have any questions, you can check out our Forum.