API reference
POSTRequires Bearer token
Import contacts from CSV
/api/contacts/imports/csv
Multipart upload. Returns `202` with a job id; poll `GET /api/contacts/imports/{job_id}`.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
Send as multipart/form-data.
| Field | Type | Description |
|---|---|---|
file Required | string | CSV file. |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |