This table lists the range of HTTP response codes the API may produce for error cases:
Code | Description |
---|---|
200 | Operation was successful. |
201 | Resource created. |
202 | The resource was successfully accepted. This is returned on an activation request. It does not mean that the activation was successful. It means that the API will act upon the request. |
400 | Bad Request. |
401 | Unauthorized request. |
403 | Access is forbidden. The client does not have access to the requested resource. |
404 | Resource not found. |
405 | Method not allowed. |
415 | Unsupported media type. |
422 | Unprocessable entity. |
429 | Too many requests. See Rate limiting. |
500 | Internal server error. |