Skip to main content

Get subscription

Get a subscription by ID.

Path Parameters
    orgId string required
    billingId string required

    ID of the billing account to get the subscription for

    id string required

    ID of the subscription to get

Responses

A successful response.


Schema
    subscription object
    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...