HTTP Status codes
List of all HTTP status codes used by API
Successful status codes
HTTP Status
Description
200
OK
Operation was successful. Payload is located in response body.
201
Created
Create operation was successful. Payload is located in response body.
202
Accepted
Operation request is accepted. The task will continue in background.
204
No Content
Operation was successful. There is no payload in response body.
Error status codes
Statuses in range 400-499 are considered as client errors, range 500-599 represents server errors.
HTTP Status
Error model
Description
401
Unauthorized
User is not logged in, or user authentication has failed (invalid credentials).
403
Forbidden
User is logged in but does not have sufficient access rights, or operation itself is forbidden.
Last updated