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

    The time when the subscription was created.

    updatedAt date-time

    The time when the subscription was updated.

    canceledAt date-time

    The time when the subscription was canceled.

    endedAt date-time

    The time when the subscription was ended.

  • ]
Loading...