POST
/
v1
/
billing
/
upgrade
Start upgrade
curl --request POST \
  --url https://api.orgs.sh/v1/billing/upgrade \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token>. The token can be a legacy Orgs API key or a platform-minted JWT.

Response

Upgrade flow started.

The response is of type object.