Status and Error Messages

All successful API Responses return with the HTTP Status code 200 OK. This document contains the some of the errors that APIs return in Response.

ErrorDescription
InvalidAPI Request is failed to fetch due to an invalid value. The value can be a Parameter value, a header value, or a property value.
Specify the valueAPI Request is missing with the mandatory parameter value.
APIKey and AuthTypeAPI Request is failed due to missing values of either APIKey or AuthType.
Invalid or expired API KeySpecified API Key is Invalid or expired. Generate a new API Key or extend the API expiry date. For more information, see API Authentication and Authorization.

Note:

Standard HTTP status codes are displayed to indicate whether the API request is executed successfully or not. Following are the standards response codes:

  • Successful Responses (200-299)
  • Client Errors (400-499)
  • Server Errors (500-599)