Skip to content

Status codes

Onur Akpolat edited this page Oct 18, 2016 · 1 revision

The response from our API will have an HTTP status code that will help you determine the cause of the error. Our API uses the appropriate HTTP status code to indicate the type of problem encountered.

Response Status Codes

Code Category Description
1XX Informational Communicates transfer protocol-level information.
2XX Success Indicates that the client request was accepted successfully.
3XX Redirection Indicates that the client must take some additional action in order to complete their request.
4XX Client error This category of error status codes indicates and error coming from the clients side.
5XX Server error The server takes responsibility for these error status codes.
Clone this wiki locally