get https://api.zeal.com/companies
Given the companyID, Zeal returns key information about the company.
Returns
Returns response status and the matching The Company Object
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | The Company Object for the given companyID |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |