Skip to content

Upgrade or reserve a plan

POST
/v1/account/upgrade
curl --request POST \
--url https://shareout.site/v1/account/upgrade \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "tier": "free" }'

Legacy/dev endpoint. Production upgrades use /v1/billing/subscribe.

Media type application/json
object
tier
required
string
Allowed values: free team

Upgraded

Media type application/json
object
tier
string
Allowed values: free pro team
features
object
key
additional properties
any
Example
{
"tier": "free"
}