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