Skip to main content
POST
/
api
/
v1
/
billing
/
portal
Generates a Stripe Customer Portal session URL for self-service subscription management.
curl --request POST \
  --url https://api.backside.app/api/v1/billing/portal \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Portal session URL

Billing portal session response.

url
string
required