Account and billing

Create billing portal session

Create a hosted Stripe Customer Portal session.

POST/api/v1/billing/portal-sessions

Authentication: REST bearer token required.

Parameters

This endpoint has no path, query, or body parameters.

Responses

201

A short-lived billing portal URL.

401

The bearer token is missing, invalid, or expired.

404

The requested resource does not exist for this account.

503

The required provider or service is not configured or available.