Skip to main content
GET
/
databases
Get Databases
curl --request GET \
  --url https://tables-api.softr.io/api/v1/databases \
  --header 'Softr-Api-Key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "workspaceId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Softr-Api-Key
string
header
required

Response

A list of databases.

data
object[]