Account and billing
Create billing portal session
Create a hosted Stripe Customer Portal session.
POST
/api/v1/billing/portal-sessionsAuthentication: REST bearer token required.
Parameters
This endpoint has no path, query, or body parameters.
Responses
201A short-lived billing portal URL.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.
503The required provider or service is not configured or available.