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