Skip to main content
GET
/
organizations
/
{orgId}
/
subscription
Get organization subscription
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Response

Subscription details retrieved

id
string
status
string
active
boolean
current_period_end
string<date-time>
recurrence
string
latest_invoice
string
plan_name
string