Get Account Contacts
Accounts
List an Account's Contacts
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 ofcontacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.