Get Contact
Contacts
Get Contact
Retrieve a specific contact
GET
Get Contact
Get detailed information about a specific contact by its ID.Documentation Index
Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique list ID (e.g.,
lst_abc123).The unique contact ID (e.g.,
cnt_abc123).Examples
Response
Unique contact ID.
Contact’s email address.
Contact’s first name.
Contact’s last name.
Contact’s phone number.
Custom field values.
Contact status:
active, unsubscribed, bounced, complained, or suppressed.Acquisition source.
ISO 8601 timestamp when created.
ISO 8601 timestamp when last updated.
ISO 8601 timestamp when subscribed.
ISO 8601 timestamp when unsubscribed (if applicable).
Type of consent:
explicit, implicit, or legitimate_interest.Where consent was collected.
ISO 8601 timestamp when consent was given.
IP address from which consent was given.
Example Response
Errors
| Code | HTTP Status | Description |
|---|---|---|
CONTACT_NOT_FOUND | 404 | Contact with this ID doesn’t exist |
LIST_NOT_FOUND | 404 | List with this ID doesn’t exist |