Skip to main content
POST
/
api
/
v1
/
billing
/
change-plan
Change subscription plan
curl --request POST \
  --url https://api.engagefabric.com/api/v1/billing/change-plan \
  --header 'Content-Type: application/json' \
  --data '
{
  "plan": "PROFESSIONAL",
  "billingCycle": "ANNUAL"
}
'

Body

application/json
plan
enum<string>
required

The new plan to switch to

Available options:
FREE,
STARTER,
PROFESSIONAL,
ENTERPRISE
Example:

"PROFESSIONAL"

billingCycle
enum<string>
required

Billing cycle

Available options:
MONTHLY,
ANNUAL
Example:

"ANNUAL"

Response

204

Plan changed