Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Body

application/json

Request body for changing subscription plan

tier
enum<string>
required

Target tier to switch to (enterprise handled via contactEnterprise)

Available options:
free,
starter,
growth

Response

200 - application/json

OK

Response from a plan change operation

status
enum<string>
required

Result of the plan change operation

Available options:
upgraded,
downgraded,
scheduled,
no_change,
error
message
string
required

Human-readable result description

scheduledDate
string<date-time> | null
required

For downgrades: ISO 8601 date when the change takes effect