🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request GET \ --url https://app.teable.ai/api/billing/subscription/license \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "instanceId": "<string>", "currentPeriodStart": "<string>", "currentPeriodEnd": "<string>", "quantity": 123, "unitAmount": 123, "licenseKey": "<string>", "interval": "month", "level": "free" } ]
Get license list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns license list
month
year
free
pro
business
enterprise
Was this page helpful?