4. Available HTTP Response Statuses

Customate Api follows common HTTP principles and will respond with appropriate status codes with each request.

In general:

  • codes in the 2xx range indicate successful operation.
  • Codes in the 4xx range indicate an error that typically relates to the incoming request data (e.g., a required parameter was missing, rate limit exceeded, etc.).
  • Codes in the 5xx range indicate an error on the Customate server side (which will be logged and investigated), it may or may not respond with further details regarding the server-side issue, depending on the nature of the problem.

The section on error code groups contains examples and additional information about types of errors.