Hoppa till innehåll

Contacts API-referens

Senast uppdaterad: 2026-06-01

Hantera kontakter i företags- och personliga telefonböcker.

Scope

contact:read, contact:write

Endpoints

MethodPathDescription
GET/contact/list?phonebook=companyLista kontakter.
GET/contact/search?q=anderSök.
POST/contact/createLägg till.
POST/contact/updateUppdatera.
POST/contact/deleteTa bort.
POST/contact/importImport 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.