---
title: "Upgrade or reserve a plan"
method: POST
path: "/v1/account/upgrade"
tags: ["Account"]
---

# Upgrade or reserve a plan

`POST /v1/account/upgrade`

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

## Request body

- object
  - `tier` 'free' | 'team', required

## Response `200`

Upgraded

- AccountTier
  - `tier` 'free' | 'pro' | 'team'
  - `features` object

---

[API](https://skmtc.net/shareout/apis/shareout-rest-api.md) · [All operations](https://skmtc.net/shareout/apis/shareout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shareout/shareout-rest-api/revisions/804359ead65a/schema)
