POST
/
v1
/
tables

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
column_configs
object[] | null

Column configurations. Mutually exclusive with template_id.

name
string
default:
Untitled Table
template_id
string | null

Template ID to use for creating columns. Mutually exclusive with column_configs.

Response

200 - application/json
columns
object[]
required

Table columns configurations.

created_at
string
required

Table creation time.

id
string
required

Table ID.

name
string
required

Table name.