Common Response Format
Most responses from the Customer API use a common format, with slight differences depending on whether the data returned is a JSON object or an array.
Response Body Parameters
Body Parameter
Type
Description
Example Responses
Successful Response for an Object
{
"id": 0,
"details": {
... object content ...
},
"status": "1",
"errors": []
}Successful Response for an Array
Error Response
Last updated