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
| Status | Meaning |
|---|---|
400 | invalid_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