Skip to main content
POST
Start a subscription upgrade by generating a Stripe Checkout session. You’ll get back a URL — redirect your user there to complete payment. Once they do, a webhook fires on our end and your organization’s tier is updated automatically. No polling required.

Authorization

Requires an organization-level API key in the Authorization header.

Request Body

string
required
The tier to upgrade to. Must be one of crab or lobster. If you need whale-tier access, reach out to us directly.

Response

string
A Stripe Checkout URL. Redirect the user here to complete payment.