Account and billing
Create checkout session
Create a hosted Stripe Checkout session for an available paid plan.
POST
/api/v1/billing/checkout-sessionsAuthentication: REST bearer token required.
Parameters
planstringrequiredBodyThe plan to purchase: plus or pro.
Responses
201A short-lived hosted checkout URL.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.
409The request conflicts with the current resource state.
503The required provider or service is not configured or available.