Returns subscription plan, status, period dates, and pending changes.
cURL
curl --request GET \ --url https://api.rendobar.com/billing/subscription
{ "data": { "planId": "<string>", "status": "<string>", "currentPeriodStart": 123, "currentPeriodEnd": 123, "cancelAtPeriodEnd": true, "pendingPlanId": "<string>" } }
Subscription info
Show child attributes
Was this page helpful?