English
Retrieves a summary of subscription information for a space
cURL
curl --request GET \ --url https://app.teable.io/api/space/%7BspaceId%7D/billing/subscription/summary \ --header 'Authorization: Bearer REPLACE_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.
The response is of type object.
object