To view this content in our official product documentation, click here.
Information responses
None
Successful responses
| Response code | Status | Summary |
|---|---|---|
| 200 | OK |
The request succeeded.
The meaning of 'success' depends on the HTTP method - |
| 201 | OK |
Typically returned in response to a POST request, indicating that the request has been received but not yet actioned.
This response is intended for cases where another process or server handles the request, or for batch processing. |
Redirection messages
None
Client error responses
| Response code | Status | Summary |
|---|---|---|
| 401 | Unauthorised |
Although the HTTP standard specifies 'unauthorised', semantically this response means 'unauthenticated'. The token supplied may be incorrect/expired. |
| 413 | Payload too large |
The payload exceeds the limit on this API server. Our limit is 8MB.
|
| 422 | Invalid |
The payload is invalid.
|
Server error responses
| Response code | Status | Summary |
|---|---|---|
| 500 | Internal server error | The server has encountered an error and it is unable to continue |
Comments
0 comments
Please sign in to leave a comment.