Skip to main content
GET
/
v1
/
table
Get all tables
curl --request GET \
  --url https://api.example.com/v1/table/ \
  --header 'x-apikey: <x-apikey>'
[
  {
    "identifier": "123e4567-e89b-12d3-a456-426614174000",
    "name": "My Table 1",
    "created_at": "2023-05-01T12:00:00Z",
    "updated_at": "2023-05-01T12:00:00Z"
  },
  {
    "identifier": "123e4567-e89b-12d3-a456-426614174000",
    "name": "My Table 2",
    "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