Tool
mail_contact_get
Get a single contact by id
Get a single contact by id
Behavior
- HTTP
GET /mail/audiences/:audienceId/contacts/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Contact id |
| audience_id | string | • | Audience id |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| string | • | ||
| createdAt | string | • | |
| updatedAt | string | • | |
| audienceId | string | • | |
| properties | string | — | |
| unsubscribed | boolean | • |
Try it
Get a single contact by id.