简体中文
Get license list
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/billing/subscription/license \ --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 list
month
year
free
plus
pro
enterprise
此页面对您有帮助吗?