Response Codes
The server will respond with the Response Code for your API Request indicating the status of the request, the reason and description for each are described in the table below.
200
Success
Request made successfully.
400
Bad Request
The request could not be understood by the server due to incorrect syntax. The client SHOULD NOT repeat the request without modifications.
401
Unauthorized
This indicates that the request needs user authentication details. The client is allowed to retry the request with an appropriate Authorization header.
403
Forbidden
This indicates that this specific user doesn't have enough access rights to get the data.
404
Not Found
The requested resource does not exist.
Last updated