Response status codes

The API uses the following response status codes:

StatuscodeDescription
200OK - The request has succeeded. The client can read the result of the request in the body and the headers of the response.
400Bad Request - The request could not be understood by the server due to malformed syntax. The message body will contain more information.
401Unauthorized - The request requires user authentication or, if the request included authorization credentials, authorization has been refused for those credentials.
500Internal Server Error.