GET
/
space
/
{spaceId}
/
billing
/
subscription
/
summary
curl --request GET \
  --url https://app.teable.io/api/space/%7BspaceId%7D/billing/subscription/summary \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "spaceId": "<string>",
  "status": "active",
  "level": "free"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

Response

200 - application/json
Returns a summary of subscription information about a space.
spaceId
string
required
status
enum<string>
required
Available options:
active,
canceled,
incomplete,
incomplete_expired,
trialing,
past_due,
unpaid,
paused,
seat_limit_exceeded
level
enum<string>
required
Available options:
free,
plus,
pro,
enterprise