Contacts API-referens
Senast uppdaterad: 2026-06-01
Hantera kontakter i företags- och personliga telefonböcker.
Scope
contact:read, contact:write
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /contact/list?phonebook=company | Lista kontakter. |
GET | /contact/search?q=ander | Sök. |
POST | /contact/create | Lägg till. |
POST | /contact/update | Uppdatera. |
POST | /contact/delete | Ta bort. |
POST | /contact/import | Import från 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.