Response Codes
We use standard HTTP response codes to indicate the status of an API request. Our response codes include the following:| Code | Description |
|---|---|
| 200 | The request succeeded. |
| 201 | The request succeeded, and a new resource was created as a result. |
| 207 | Conveys information about multiple resources, for situations where multiple status codes might be appropriate. |
| 400 | The server cannot or will not process the request due to something that is perceived to be a client error. |
| 403 | The client does not have access rights to the content. |
| 404 | The server cannot find the requested resource. |
| 500 | The server has encountered a situation it does not know how to handle. |