Get a contact
Contacts
Get Contact
Fetch a single agency contact and their business roles
GET
Get a contact
Returns a single contact by id, including every agency relationship you can see them at and the business roles they hold at each. The shape is identical to a single item from
GET /v1/contacts: one associations entry per agency, covering both agency-wide and market-specific relationships.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
contactId | string (ObjectId) | Yes | The unique identifier of the contact — the contactId returned by GET /v1/contacts. |
Example
Response Fields
| Field | Type | Description |
|---|---|---|
contactId | string | Unique contact identifier |
firstName | string | Contact first name |
lastName | string | Contact last name |
email | string | Contact email address |
isDeliverable | boolean | Whether the email has been verified as deliverable |
associations | array | One entry per agency you can see this contact at: downstreamEntityAssociationId? (UDA id, omitted for agency-wide), downstreamEntityId (agency id), businessRoles (string[]), isPrimary (boolean). |
Returns
404 Not Found if the contact does not exist or is not visible to your organization (it has no relationship at an agency you are associated with).Path Parameters
The unique identifier of the contact (the contactId returned by GET /v1/contacts).
Example:
"507f1f77bcf86cd799439011"