< All Topics

API Error Responses

The following document provides details of error responses obtained while executing different APIs.

Response Body

 {
  "status": 400,
  "errorType": 1,
  "message": "invalid auth header",
  "timestamp": "2024-08-20T11:52:06.358+00:00"
}
Property Description
status
Indicates the http error status code like 401, 500, etc
errorType
error type
message
Cause of the error.
timestamp
Timestamp when the error occured.
Table of Contents