🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request GET \ --url https://app.teable.ai/api/billing/subscription/summary \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "spaceId": "<string>", "status": "active", "level": "free", "appSumoTier": 1 } ]
Retrieves a summary of subscription information across all spaces
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns a summary of subscription information for each space.
active
canceled
incomplete
incomplete_expired
trialing
past_due
unpaid
paused
seat_limit_exceeded
free
pro
business
enterprise
1
Was this page helpful?