简体中文
Get license details for the self-hosted related subscription
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/billing/subscription/license/{licenseId} \ --header 'Authorization: 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 details for the self-hosted related subscription
month
year
free
plus
pro
enterprise
此页面对您有帮助吗?