cURL
curl --request POST \ --url https://api.example.com/v1/billing/portal \ --header 'Authorization: Bearer <token>'
{ "portal_url": "<string>" }
Create a Stripe Customer Portal session for managing subscription, payment method, and invoices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response