Contacts
CRM-style contacts for email and telephony tools.
Contacts power email badges, telephony routing, and connector tools that need a stable person record.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/contacts | List contacts. |
POST | /api/v1/contacts | Create a contact. |
GET | /api/v1/contacts/:id | Fetch one contact. |
PATCH | /api/v1/contacts/:id | Update fields. |
DELETE | /api/v1/contacts/:id | Delete a contact. |