Response and Error Codes
Response Code | Condition | Description |
---|---|---|
200 | OK | Display the number of records based on the filter values. |
400 | Bad Request | Invalid Request Body. Check the Request Body parameters. |
401 | UnAuthorized | Invalid token or invalid signature received for JSON Web Token validation. |
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. |
500 | Internal Server Error | The server encountered an unexpected error that prevented it from fulfilling the request. |