Create table
Tables
Create Table
Adds a new table to an existing database.
POST
Create table
Adds a new table with fields to an existing database.
At least one field must be specified. The first field becomes the primary field and must be a supported primary field type. Field names must be unique within the table.
Authorizations
Enter your Zite API key. Format: Bearer <api_key>
Path Parameters
The unique identifier of the database
Body
application/json
Response
Table created successfully
Unique identifier for the table
Name of the table
Display order of the table
ID of the primary field in the table
List of fields in the table
List of views in the table
URL to view this table in the app
Example:
"https://app.zite.com/database/bad4b276-f604-47ad-86e5-d2ae4f60968f/tbl_abc123"
Last modified on April 28, 2026