Upgrade User Plan from API
Upgrade users from your backend, the simple way. You can upgrade them to Basic, Pro or lifetime and get billed monthly.
Upgrade the subscription plan of your user
This feature is only available after contacting your account manager
Call the Rezi API below with the information required.
Upgrade plan of your user
POST
https://us-central1-rezi-3f268.cloudfunctions.net/openApi-upgradePlan
This endpoint allows you to upgrade an already created users. You will need to provide email of your user
Headers
Content-type*
string
"application/json"
Authentication*
string
"Bearer PRIVATE_TOKEN_API_KEY" Authentication token to secure and track down your usage. Use this specific format with your Private API key
Request Body
planId*
string
ID of target plan to upgrade. Those plan ID is provided by your account manager
email*
string
Email of the user your want to upgrade.
aiTokenId
String
ID of AI credits join to the upgrade. This ID is provided by your account manager
Last updated