HTTP Response Status Code
Http Response Status Code
HTTP response status codes indicate whether a specific HTTP request has been successfully completed.
Status Code | Name | Description |
---|---|---|
200 | Ok | The request has succeeded. |
400 | Bad Request | The server could not understand the request due to invalid syntax. Please check payload whether it is valid format. |
401 | Unauthorized | The client must authenticate itself to get the requested response. Please generate new token again. |
404 | Not Found | The URL is not recognized. |
429 | Too Many Requests | The user has sent too many requests in a given amount of time. |
500 | Internal Server Error | The server has encountered a situation it doesn't know how to handle. Please contact customer success if you get this error. [email protected] |
504 | Gateway Timeout | This error response is given when the server cannot get a response in time. |
429 Too Many Requests
The limit number of requests is 20 per minute.
504 Gateway Timeout
When you get 504 error, you can keep retrying until data is returned. Every retries will connect to existing queued query and does not start new query.
Updated over 3 years ago