get_contact
Retrieve a contact by ID or email address, using the domain parameter to disambiguate emails shared across multiple domain pools.
Instructions
Retrieve a contact (GET /contacts/:id). A contact id is exact; an EMAIL can exist in several domains' pools, so pass domain to pick the pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The contact id OR email address. | |
| domain | No | Disambiguates an EMAIL id across domains (omit for a contact id). |