PUT
/
api
/
v1
/
billing
/
plan
Set Plan
curl --request PUT \
  --url https://api.example.com/api/v1/billing/plan \
  --header 'Content-Type: application/json' \
  --data '
{
  "tier": "<string>"
}
'
{}

Body

application/json
tier
string
required

Response

Successful Response

The response is of type Response Set Plan Api V1 Billing Plan Put · object.