Table Execution
Create Table Rows
Append new rows with input data to the table.
POST
/
v1
/
tables
/
{table_id}
/
rows
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
table_id
string
requiredBody
application/json
rows
object[]
requiredResponse
200 - application/json
id
string
requiredindex
integer
requireddata
object