API reference
POSTRequires Bearer token
Preview CSV import
/api/contacts/imports/csv/preview
Submit `/api/contacts/imports/csv/preview`. 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
Send as multipart/form-data.
| Field | Type | Description |
|---|---|---|
file Required | string | CSV file. |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |