English
Get license list
cURL
curl --request GET \ --url https://app.teable.io/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" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns license list
The response is of type object[].
object[]