Skip to main content
POST
Import CSV into an existing list

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Headers

x-company-id
string

Target company identifier. Required only for global API keys (type=global). Ignored for company API keys and human users.

Path Parameters

id
string
required

List ID

Body

application/json
csvRows
object[]
required

Array of CSV rows. Can be a plain object or { data, fieldResolutions } for individual resolutions

Minimum array length: 1
columnMapping
object[]
required

Mapping of CSV columns to contact fields

Minimum array length: 1
fieldResolutions
object

Global conflict resolution (fallback when a row has no individual resolutions)

businessMapping
object

Optional business mapping to link companies to contacts

contactMapping
object

Optional Contact mapping to link contacts to companies (used in Business lists)

Response

200 - application/json

The response is of type object.