English
Get Stripe customer portal URL for managing billing details
cURL
curl --request GET \ --url https://app.teable.ai/api/space/%7BspaceId%7D/billing/manage-portal \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns Stripe customer portal URL.
Was this page helpful?