Skip to content

HTTP response codes

To your request you can get one of the following HTTP response codes:

Code Description
201 Created: The request has been processed and resulted in a new resource being created.
204 No Response: the system received your request, but the response has only the headers.
401 Unauthorized: you supplied wrong credentials for HTTP Basic Authentication
406 Not Acceptable: the Accept header is not application/json or application/xml.
422 Unprocessable Entity: invalid data were sent.