Atlas Open API uses standard HTTP response codes to indicate the result of an API request.
2xx
responses indicate the success of the request. 4xx
responses indicate request failure due to the information provided in the request (e.g. missing values, invalid credentials, etc). 5xx
responses are due to errors in Atlas Connect's servers.Some requests that lead to 4xx
responses may be corrected to be processed successfully. Details are of that error are included in the response body.The schema below shows the structure of the error, which will be used in 4xx
and 5xx
responses.HTTP Status Codes#
status code | name | description |
---|
200 | OK | Request was processed successfully |
401 | Unauthorized | No valid credentials provided |
404 | Not Found | The requested resource does not exist |
422 | Unprocessable Entity | Request not processed due to invalid data |
500 | Server Error | Request not processed due to invalid data |
API Error Types#
type | description |
---|
Not Found | The requested resource does not exist |
Unauthorized | No valid credentials provided |
Invalid Parameter | Request failed due to invalid parameters provided in the request. Can be retried after making adjustments to the request. |
Configuration Required | Configuration might be required to process the request. If you think your request is valid, contact us for assistance. |
Server Error | Request not processed due to invalid data |
Modified at 2024-10-03 04:17:54