简体中文
Get checkout session url for a self-hosted license
cURL
curl --request POST \ --url https://app.teable.cn/api/billing/subscription/license/checkout \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"instanceId":"string","priceId":"string","quantity":0,"successUrl":"string","cancelUrl":"string"}'
{ "url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns checkout session url about a self-hosted license.
The response is of type object.
object