Get All Company Information
Get information for all companies under a partner.
get/companies
Query parameters
partnerIDstring required
PartnerID of the Zeal Partner
Response
200
Example response
{
"success": true,
"data": [
{
"business_name": "Coca-Cola",
"companyID": "123456890",
"status": "migration_pending",
"business_ein": "1234567890"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.