Status codes & error handling
Below are common status codes you may see. Review HTTP Status Code Overview for more comprehensive information.
Status Code | Status Description | Error Handling |
| 200 | OK. Successful. | N/A |
| 400 | Property not found. The server is unable to process the request. | Client error, double-check the following:
|
| 401 | Unauthorized request/invalid authentication credentials. | Client error, double-check the following:
|
| 404 | Not Found. The requested resource does not exist on the server. | Double-check the following:
|
| 500 | Internal Server Error. Unexpected server error. | Filter your results if your query volume is too large. |
| 503 | Service Unavailable. The server is unable to process requests. |