English
Get enterprise license information
cURL
curl --request GET \ --url https://app.teable.io/api/admin/enterprise-license \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "instanceId": "<string>", "organizationId": "<string>", "license": { "id": "<string>", "plan": { "level": "free", "quantity": 123, "currentPeriodStart": "<string>", "currentPeriodEnd": "<string>" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns enterprise license information.
The response is of type object.
object