Skip to main content
POST
/
v1
/
table
/
create
Create a table
curl --request POST \
  --url https://api.example.com/v1/table/create \
  --header 'x-apikey: <x-apikey>'
{
  "identifier": "123e4567-e89b-12d3-a456-426614174000",
  "name": "My Table",
  "created_at": "2023-05-01T12:00:00Z",
  "updated_at": "2023-05-01T12:00:00Z"
}

Headers

x-apikey
string
required

API Key for authentication

Response

Table created successfully

identifier
string
name
string
created_at
string
updated_at
string