Contacts API
8 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/contacts/ |
List Contacts Query: search, account_id, lifecycle_stage, sort_by, sort_dir, limit. |
POST |
/api/contacts/ |
Create Contact Accepts a JSON body. |
GET |
/api/contacts/{contact_id} |
Get Contact |
PATCH |
/api/contacts/{contact_id} |
Update Contact Accepts a JSON body. |
DELETE |
/api/contacts/{contact_id} |
Delete Contact |
GET |
/api/contacts/{contact_id}/emails |
List Contact Emails Query: page, limit. |
GET |
/api/contacts/{contact_id}/engagement |
Contact Engagement |
GET |
/api/contacts/{contact_id}/meetings |
List Contact Meetings |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.