跳转到主要内容
GET
/
space
/
{spaceId}
/
billing
/
manage-portal
shell
curl --request GET \
  --url https://app.teable.cn/api/space/%7BspaceId%7D/billing/manage-portal \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Returns Stripe customer portal URL.

url
string
required
I