Table Management
Create Table
Create a new table. If template_id
is provided, copy its columns.
POST
/
v1
/
tables
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
default: Untitled Tabletemplate_id
string | null
Template ID to use for creating columns. Mutually exclusive with column_configs
.
column_configs
object[] | null
Column configurations. Mutually exclusive with template_id
.
Response
200 - application/json
id
string
requiredTable ID.
created_at
string
requiredTable creation time.
name
string
requiredTable name.
columns
object[]
requiredTable columns configurations.