GET
/
space
/
{spaceId}
/
billing
/
subscription
/
summary
curl --request GET \
  --url https://app.teable.cn/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.

The response is of type object.