cURL
curl --request GET \ --url https://nimbussuite.com/api/v1/organizations/{orgId}/subscription \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "<string>", "active": true, "current_period_end": "2023-11-07T05:31:56Z", "recurrence": "<string>", "latest_invoice": "<string>", "plan_name": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription details retrieved
Was this page helpful?