Table Management
Create Table
Create a new table. If template_id
is provided, copy its columns.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Column configurations. Mutually exclusive with template_id
.
Template ID to use for creating columns. Mutually exclusive with column_configs
.