Status and Error Messages

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.

Error

Description

Error

Description

Invalid

API 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 value

API Request is missing with the mandatory parameter value.

APIKey and AuthType

API Request is failed due to missing values of either APIKey or AuthType.

Invalid or expired API Key

Specified 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)