POST /user/:userID/upgrade
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
Upgrade plan of your user
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success",
"data": {
"created": 1646034967,
"current_period_start": 1646296033,
"current_period_end": 1648974433,
"status": "active",
"plan_id": "planId_from_api"
}
}{
// Response
}Last updated