API reference
PUTRequires Bearer token
Update contacts settings
/api/contacts/config
Update `/api/contacts/config`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
import_default_visibility | string | `private` or `org`. e.g. "private" |
dedup_strategy | string | `update` or `skip`. e.g. "update" |
phone_default_region | string | Default phone region (ISO). e.g. "CI" |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |