Skip to main content

Get a subscription purchase event by ID

GET 

/organizations/:organizationId/projects/:projectId/platforms/android/users/:userId/subscriptions/:userSubscriptionPurchaseId/events/:eventId

Get a subscription purchase event by ID

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    userId stringrequired
    userSubscriptionPurchaseId stringrequired
    eventId stringrequired

Responses

Schema
    id stringrequired

    The unique identifier of the subscription purchase event

    userSubscriptionId stringrequired

    The unique identifier of the user subscription purchase associated with the event

    type stringrequired

    Possible values: [PURCHASE, PURCHASE_PENDING, ACKNOWLEDGE, PAUSE, CANCEL, REVOKE, START_GRACE_PERIOD, HOLD, EXPIRE, PRICE_CHANGE, DEFER, CHANGE_PLAN, RENEW, RESTART]

    The type of the subscription purchase event

    status stringrequired

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

    The status of the subscription purchase after the event

    oldPurchaseToken stringrequired

    The purchase token of the subscription purchase before the event

    newPurchaseToken stringrequired

    The purchase token of the subscription purchase after the event

    oldBasePlanId stringrequired

    The base plan ID of the subscription purchase before the event

    newBasePlanId stringrequired

    The base plan ID of the subscription purchase after the event

    oldOfferId stringrequired

    The offer ID of the subscription purchase before the event

    newOfferId stringrequired

    The offer ID of the subscription purchase after the event

    createdAt date-timerequired

    The timestamp when the event was created

    updatedAt date-timerequired

    The timestamp when the event was last updated

Loading...