Skip to main content
POST
Import records

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

table_id
string
required

Table ID

Body

file
file
required
mapping
string

Optional JSON object mapping a CSV header to a field key, e.g. {"Full Name":"name"}.

Maximum string length: 8192

Response

200 - application/json
created
number
required

Rows imported successfully.

failed
number
required

Rows that were rejected.

errors
object[]
required

Per-row failures. Successful rows still commit.