Create Checkout Session
Subscriptions & Usage
Upgrade
Create a Polar checkout session for PRO tier upgrade.
Required Role: ADMIN or higher
Creates a unique checkout session URL on Polar for the team to upgrade to PRO tier. The frontend should open this URL in a new tab/window.
Returns 409 Conflict if team already has an active subscription.
Note: The checkout URL is unique per request and can only be used once.
POST
Create Checkout Session
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.