get https://api.zeal.com/customer-accounts/:
Fetches a specified Customer Account object utilizing the passed Customer Account ID in Zeal.
Returns
Returns response status and a specified Customer Account object
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | array | Fetched Customer Account object |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |