company

List

Get method to list all Companies from account

Parameters

Name Description
account_id required Your account unique identifier to access API.
name Search by: company name
email 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

Request

Route
GET 
/v2/account/:account_id/company/
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{ "companies":[{"id":"550aac3da096734ce5000001","name":"Google","url":"https://www.google.es","email":"info@google.com"} ] }