cURL
curl --request POST \ --url https://api.engagefabric.com/api/v1/billing/checkout \ --header 'Content-Type: application/json' \ --data ' { "plan": "STARTER", "billingCycle": "MONTHLY", "redirectUrl": "https://admin.engagefabric.com/settings/billing" } '
The plan to subscribe to
STARTER
PROFESSIONAL
ENTERPRISE
"STARTER"
Billing cycle
MONTHLY
ANNUAL
"MONTHLY"
URL to redirect to after checkout
"https://admin.engagefabric.com/settings/billing"
Checkout URL