Skip to main content
GET
Get Account Contacts
Returns the contacts linked to this account (contacts.account_id), ordered by last name. This endpoint doesn’t check that account_id itself exists or belongs to the caller’s org first — an unknown or cross-org id just yields zero matching contacts (an empty array), not a 404.

Auth

Requires a CRM read scope and an active organization on the token. Any of contacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.

Response

Array of contact objects, each with only these fields:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The account's id.

Response

Successful Response