Skip to content

Return Codes

The API requests can return the following HTTP codes:

Code / Responses

200 OK

  • Everything worked as expected and the data validation was successfully completed.

400 Bad Request

  • Invalid, missing, or poorly formatted data in the request..

401 Unauthorized

  • Authentication failed, please check your token.

403 Forbidden

  • Permission denied to access the resource, or an incorrect route was requested.

404 Not Found

  • The requested resource was not found, please check the route.

422 Unprocessable Entity

  • Query could not be processed.

500 Server Error

  • An internal server error occurred.

502 Bad Gateway

  • An integration error occurred, preventing this API request from retrieving the requested data.

504 Gateway Timeout

  • A network error occurred and the gateway did not respond in time.