Skip to main content
GET
/
subscriptions
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "organization_id": "<string>",
  "polar_subscription_id": "<string>",
  "polar_customer_id": "<string>",
  "status": "<string>",
  "plan_id": "<string>",
  "plan_tier_id": "<string>",
  "seats_purchased": 0,
  "seats_used": 0,
  "current_period_start": "2023-11-07T05:31:56Z",
  "current_period_end": "2023-11-07T05:31:56Z",
  "cancel_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Response

object | null

OK

Subscription resource representing an organization's billing plan. Managed through Polar integration with statuses like active, canceled, past_due.

id
string
required
organization_id
string
required
polar_subscription_id
string | null
required
polar_customer_id
string | null
required
status
string
required
plan_id
string | null
required
plan_tier_id
string | null
required
seats_purchased
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
seats_used
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
current_period_start
string<date-time> | null
required
current_period_end
string<date-time> | null
required
cancel_at
string<date-time> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required