GET
/
admin
/
enterprise-license
curl --request GET \
  --url https://app.teable.cn/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>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Returns enterprise license information.
instanceId
string
required
license
object | null
required
organizationId
string