Table rows
Create row
Creates a single row. Requires a USER API key.
post/public/v1/tables/{name}/rows
Path parameters
namestring required
Example:tasks_board
Request body
Response
Created row
Example response
{
"ok": true,
"data": {
"id": "example",
"auto_id": 1,
"created_at": "example",
"updated_at": "example"
}
}