Skip to content

Change plan

PATCH
/v1/billing/subscription/plan
curl --request PATCH \
--url https://shareout.site/v1/billing/subscription/plan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "subscription_id": "example", "plan_id": "example" }'

Takes effect at the next billing cycle.

Media type application/json
object
subscription_id
required
string
plan_id
required
string
Example generated
{
"subscription_id": "example",
"plan_id": "example"
}

Pending plan change recorded