English
Retrieves a summary of subscription information across all spaces
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/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 for each space.
active
canceled
incomplete
incomplete_expired
trialing
past_due
unpaid
paused
seat_limit_exceeded
free
plus
pro
enterprise
Was this page helpful?