Response and Error Codes
Response Code | Condition | Message | Description |
---|---|---|---|
201 | OK | Batch successfully submitted. | This message appears when the batch processing request is submitted. |
400 | Bad Request | Invalid Request Body. Check the Request Body parameters. | Ensure the Request Body parameters are correct and in the right format. |
401 | UnAuthorized | Invalid token or invalid signature received for JSON Web Token validation. | Ensure the correct token is input. |
429 | Too Many Requests | The user has sent too many requests in a given amount of time (“rate limiting”). Check the X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset headers. | Retry after some time. |
500 | Internal Server Error | Internal Server Error. | Retry after some time. |