get https://api.zeal.com/companies
Return information for all companies under a partner
Create a request using the partnerID attribute to return key summarized information for all companies under the partner.
_Note: You must utilize your Production API Key to access this endpoint.
_## Returns
Returns response status and a list of all company objects belonging to the partner.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | array | List of company objects |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |