Skip to main content
POST
Insert rows

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

Table id

Body

application/json
rows
any[]
required

Rows to insert; each a { "<field_slug>": <value> } object.

Response

Inserted row ids