Details are provided in this section on interpreting the responses returned to your API requests.

All API requests generate responses.

Successful requests return one of the following:

  • 200 (OK - The request completed successfully)
  • 201 (Created - A new resource has been created successfully)
Response codes in the 400 to 499 range are generally related to business validation errors. Response codes in the 500 to 503 range are related to API service issues.

See HTTP Response Codes for more information on the various responses and possible API error codes.