Hanzo
OpenapiCrm

Returns the caller org's companies, most recently updated first.

Returns the caller org's companies, most recently updated first.

GET /v1/crm/companies

Addresshttps://api.hanzo.ai/v1/crm/companies
MethodGET
Operationget_crm_companies
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller org's companies, most recently updated first.

Request

1 field.

FieldInTypeRequiredDescription
limitqueryintegerLimit caps the rows returned: 200 by default, 1000 at most.

Response

StatusBodyMeaning
200companyListok

200 body — 14 fields.

FieldInTypeAlwaysDescription
databodyCompany[]Data is the page of companies, most recently updated first.
data[].arrbodyintegerARR is annual recurring revenue in minor units (cents) of Currency.
data[].citybodystringCity is the head-office city.
data[].countrybodystringCountry is the head-office country.
data[].createdAtbodyintegerCreatedAt is the unix second the company was created.
data[].currencybodystringCurrency is the ISO code ARR is denominated in; a write that names none stores USD.
data[].domainNamebodystringDomainName is the company's primary domain, e.g.
data[].employeesbodyintegerEmployees is the headcount.
data[].idbodystringID is the server-minted company id ("comp_" + 128 random bits).
data[].idealCustomerProfilebodybooleanICP marks the company as an ideal-customer-profile fit.
data[].linkedinLinkbodystringLinkedin is the company's LinkedIn URL.
data[].namebodystringName is the company name.
data[].updatedAtbodyintegerUpdatedAt is the unix second of the last write.
data[].xLinkbodystringXLink is the company's X (Twitter) URL.

Failure carries the platform error shape — see Errors.

Examples

hanzo crm companies list

CRM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page