Skip to content

Create table

POST
/api/v1/bases/{baseId}/tables
curl --request POST \
--url https://api.cloudtable.insurge.io/api/v1/bases/example/tables \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{ "name": "example" }'
baseId
required
string
Media typeapplication/json
object
name
required
string
Examplegenerated
{
"name": "example"
}

Created

Media typeapplication/json
object
id
required
string
name
string
Examplegenerated
{
"id": "example",
"name": "example"
}

Unauthorized

Not found