Introduction
Response Format
The default response format for the API:
Name | Type | Description |
---|---|---|
response | object | Contains the result of the API request if there is no error |
success | bool | Whether the request has been successful |
error | Error Object | contains error object, if any errors |
timestamp | long | response time in unix time milliseconds |
requestId | string | reference id related to the current request |
Data returned from a specific endpoint will be contained in the response object.
Error Format
The error object will contain details of the error recorded with error id for the reference.
Name | Type | Description |
---|---|---|
errorId | string | recorded error id for reference |
isError | bool | true, if reported error |
shortErrorMessage | string | Error code referencing the type of error |
message | string | detail description of the error reported |
Last updated