POST
/
billing
/
subscription
/
license
/
manage-billing
curl --request POST \
  --url https://app.teable.cn/api/billing/subscription/license/manage-billing \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"returnUrl":"string"}'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json
Returns manage billing url

The response is of type object.