HTTP Response Status Code

Http Response Status Code

HTTP response status codes indicate whether a specific HTTP request has been successfully completed.

Status CodeNameDescription
200OkThe request has succeeded.
400Bad RequestThe server could not understand the request due to invalid syntax. Please check payload whether it is valid format.
401UnauthorizedThe client must authenticate itself to get the requested response. Please generate new token again.
404Not FoundThe URL is not recognized.
429Too Many RequestsThe user has sent too many requests in a given amount of time.
500Internal Server ErrorThe server has encountered a situation it doesn't know how to handle. Please contact customer success if you get this error. [email protected]
504Gateway TimeoutThis 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.