Skip to main content

Get all subscriptions for a specific device

GET 

/organizations/:organizationId/projects/:projectId/platforms/android/devices/:deviceId/subscriptions

Get all subscriptions for a specific device

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    deviceId stringrequired

Responses

Schema
  • Array [
  • id stringrequired

    ID

    subscriptionId stringrequired

    Subscription ID

    userId stringrequired

    User ID

    organizationId stringrequired

    Organization ID

    purchaseToken stringrequired

    Purchase token

    autoRenewing booleanrequired

    Auto renewing status

    startTime date-timerequired

    The time the subscription started

    expiryTime date-timerequired

    The time the subscription will expire

    status stringrequired

    Possible values: [PENDING, ACTIVE, PAUSED, CANCELED, GRACE_PERIOD, ON_HOLD, EXPIRED]

    Subscription status

    basePlanId stringrequired

    Base plan ID

    offerId stringrequired

    Offer ID

    oldPurchaseToken stringrequired

    Old purchase token

    obfuscatedAccountId stringrequired

    Obfuscated account ID

    obfuscatedProfileId stringrequired

    Obfuscated profile ID

    developerPayload stringrequired

    Developer payload

    orderId stringrequired

    Order ID

    applicationId stringrequired

    The applicationId associated with the app, also referred to as packageName.

    deviceId stringrequired

    Device ID

    acknowledgedAt date-timerequired

    The time the subscription was acknowledged

    subscription object
    sku stringrequired

    Subscription SKU

  • ]
Loading...