Get method to list all Companies from account
Name | Description |
---|---|
account_id required | Your account unique identifier to access API. |
name | Search by: company name |
Search by: company email | |
phone_number | Search by: company phone number |
url | Search by: company url |
industry | Search by: company industry |
country | Search by: company country |
street | Search by: company street |
zip_code | Search by: company zip code |
contact_id | Search by: company contact_id |
[custom field] | Search by: company custom field : https://www.cendyncrm.com/settings/company_custom_fields |
GET
/v2/account/:account_id/company/
Accept: application/json
Authorization: Token token={account.secret}
Content-Type: application/json
200
{ "companies":[{"id":"550aac3da096734ce5000001","name":"Google","url":"https://www.google.es","email":"info@google.com"} ] }