Skip to main content

List subscriptions

List subscriptions of a billing account.

Path Parameters
    orgId string required
    billingId string required

    ID of the billing account to list subscriptions for

Responses

A successful response.


Schema
    subscriptions object[]
  • Array [
  • id string
    customerId string
    providerId string
    planId string
    state string
    trialDays int32
    metadata object
    createdAt date-time
    updatedAt date-time
    canceledAt date-time
    endedAt date-time
  • ]
Loading...