🚀 全新 App Builder 引擎 Beta 版上线!查看 更新日志 了解详情。
cURL
curl --request GET \ --url https://app.teable.ai/api/billing/subscription/license/%7BlicenseId%7D \ --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 details for the self-hosted related subscription
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns license details for the self-hosted related subscription
month
year
free
pro
business
enterprise
此页面对您有帮助吗?