General
HTTP Response codes
OVERVIEW
| HTTP Response Code | Description | When is this used |
|---|---|---|
| 200 | Ok | All valid HTTP Responses |
| 201 | Document uploaded successfully | The request has succeeded and has led to the creation of a resource |
| 400 | Bad Request - Your request is in an invalid format | Catch-all for 4XX errors that don't fit into the following list |
| 401 | Unauthorised -- Your API key is wrong | Incorrect API key |
| 403 | Validation failed / Forbidden | Incorrect permissions to call method |
| 404 | Not Found -- The specified document could not be found | No response found for requested resource |
| 405 | Method Not Allowed -- You tried to access an API with an invalid method | Method called doesn't exist, or incorrect parameters given |
| 500 | Internal Server Error - We had a problem with our server. Try again later. | Server error - unplanned outage |
Last Updated: Nov 08,2024
Comments
0 Comments