Skip to Content
API ReferencePOST /v1/billing/portal

Open the billing portal

POST /v1/billing/portal

Create a Stripe billing-portal session for managing or cancelling the subscription. Requires prior billing history.

Example request

curl -X POST "https://oxtg7m5erd.execute-api.us-east-1.amazonaws.com/v1/billing/portal" \ -H "Authorization: Bearer <session-jwt>" \ -H "Content-Type: application/json" \ -d '{}'

Errors

StatusMeaning
400invalid_request / unsupported_format

All errors share the error envelope.

Try it

Open this endpoint in the interactive playground  — requests run with your API key.

Last updated on