Skip to main content
POST
cURL

Usage notes

  • The table must be completed and unlocked.
  • A request may contain 1 to 1,000 rows.
  • Every key in each row must match a column in the table’s Product Schema snapshot.
  • The insert is atomic. If any row is invalid, Lasso inserts none of them.
The response returns the created rows in data and the final number in inserted_count.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

table_id
string
required

Body

application/json
rows
object[]
required
Required array length: 1 - 1000 elements

Response

Rows inserted.

data
object[]
required
inserted_count
integer
required