Object rows
Bulk-create rows
Creates multiple rows in a single call. Requires a USER API key.
post/public/v1/objects/{name}/rows/bulk
Path parameters
namestring required
Example:deals
Request body
Response
Created rows
Example response
{
"ok": true,
"data": [
{
"id": "example",
"auto_id": 1,
"created_at": "example",
"updated_at": "example"
}
]
}