Contacts API reference
Last updated: 2026-06-01
Manage company and personal phonebook contacts.
Required scope
contact:read, contact:write
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /contact/list?phonebook=company | List contacts in a phonebook. |
GET | /contact/search?q=ander | Search across all visible phonebooks. |
POST | /contact/create | Add a contact. |
POST | /contact/update | Update a contact. |
POST | /contact/delete | Delete a contact. |
POST | /contact/import | Bulk import from CSV. |
Common errors
40001— Missing or invalid parameter.40301— API key lacks the scope this endpoint requires.40401— Resource not found.50001— Internal error; safe to retry with backoff.