简体中文
Retrieves a summary of subscription information for a space
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/space/{spaceId}/billing/subscription/summary \ --header 'Authorization: Bearer <token>'
{ "spaceId": "<string>", "status": "active", "level": "free" }
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
plus
pro
enterprise
此页面对您有帮助吗?