跳转到主要内容
GET
/
admin
/
enterprise-license
/
status
shell
curl --request GET \
  --url https://app.teable.cn/api/admin/enterprise-license/status \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "expiredTime": "<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 expiration status.

expiredTime
string | null
I