Skip to main content
Version: v2

List billing periods

GET 

/v2/studio/transactions/periods

Your billing cycles, newest first.

Request

Responses

Schema

    items

    object[]

  • Array [

  • startDate date-time
    endDate date-timenullable

    End of the cycle, or null for a deeply lapsed user.

    tier string

    Subscription tier for this cycle.

    cadence string

    Billing cadence (monthly or yearly).

    allocatedAmount number

    Credits allocated for this cycle.

    isCurrent boolean

    True for the current cycle.

  • ]

Loading...