curl --request GET \
--url https://app.closerx.ai/api/get-active-subscription/ \
--header 'api_key: <api-key>'{
"success": true,
"errors": [],
"response": {
"has_subscription": true,
"active_subscription": {
"plan": null,
"status": "active",
"next_billing": "2025-09-14T18:45:46Z",
"amount": 997,
"features": "",
"price_id": "NhFBDI6",
"payment_gateway": "stripe"
},
"prices": [
{
"price_id": "HgHjFwt",
"amount": 297,
"currency": "usd",
"product_name": "xyz.com (AI Calling Plan) 7-Day Free Trial",
"description": null,
"interval": "month"
}
]
}
}Returns the current user’s active subscription status, including plan details, billing info, and available pricing options.
curl --request GET \
--url https://app.closerx.ai/api/get-active-subscription/ \
--header 'api_key: <api-key>'{
"success": true,
"errors": [],
"response": {
"has_subscription": true,
"active_subscription": {
"plan": null,
"status": "active",
"next_billing": "2025-09-14T18:45:46Z",
"amount": 997,
"features": "",
"price_id": "NhFBDI6",
"payment_gateway": "stripe"
},
"prices": [
{
"price_id": "HgHjFwt",
"amount": 297,
"currency": "usd",
"product_name": "xyz.com (AI Calling Plan) 7-Day Free Trial",
"description": null,
"interval": "month"
}
]
}
}