🚀 全新 App Builder 引擎 Beta 版上线!查看 更新日志 了解详情。
cURL
curl --request GET \ --url https://app.teable.ai/api/space/%7BspaceId%7D/billing/subscription/summary \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "spaceId": "<string>", "status": "active", "level": "free", "appSumoTier": 1 }
Retrieves a summary of subscription information for a space
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns a summary of subscription information about a space.
active
canceled
incomplete
incomplete_expired
trialing
past_due
unpaid
paused
seat_limit_exceeded
free
pro
business
enterprise
1
此页面对您有帮助吗?