Status Codes
Status Codes | Meaning | Description |
200 | OK | The API request is successful. |
201 | CREATED | Request fulfilled for single record insertion. |
202 | ACCEPTED | Request fulfilled for multiple records insertion. |
204 | NO CONTENT | There is no content available for the request. |
304 | NOT MODIFIED | The requested page has not been modified. In case "If-Modified-Since" header is used for GET APIs. |
400 | BAD REQUEST | The request or the authentication considered is invalid. |
401 | AUTHORIZATION ERROR | Invalid API key provided. |
403 | FORBIDDEN | No permission to do the operation. |
404 | NOT FOUND | Invalid request. |
405 | METHOD NOT ALLOWED | The specified method is not allowed. |
413 | REQUEST ENTITY TOO LARGE | The server did not accept the request while uploading a file since the limited file size has exceeded. |
415 | UNSUPPORTED MEDIA TYPE | The server did not accept the request while uploading a file since the media/file type is not supported. |
429 | TOO MANY REQUESTS | The number of API requests for the 24 hour period is exceeded or the concurrency limit of the user for the app is exceeded. |
500 | INTERNAL SERVER ERROR | Generic error that is encountered due to an unexpected server error. |