Response status codes
The API uses the following response status codes:
Statuscode | Description |
---|---|
200 | OK - The request has succeeded. The client can read the result of the request in the body and the headers of the response. |
400 | Bad Request - The request could not be understood by the server due to malformed syntax. The message body will contain more information. |
401 | Unauthorized - The request requires user authentication or, if the request included authorization credentials, authorization has been refused for those credentials. |
500 | Internal Server Error. |
Updated about 5 hours ago