Skip to main content
POST
/
v1
/
billing
/
portal
Create Stripe billing portal session
curl --request POST \
  --url https://api.example.com/v1/billing/portal \
  --header 'Authorization: Bearer <token>'
{
  "portal_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

Successful Response

portal_url
string
required