Returns all subscriptions containing the SKU, filtered by user.

get/skus/{sku_id}/subscriptions

Query parameters

beforestring snowflake
afterstring snowflake
limitinteger
user_idstring snowflake

Response

200 response for get_sku_subscriptions

idstring snowflake required
user_idstring snowflake required
sku_idsSnowflakeType[] required

List of SKUs subscribed to

renewal_sku_idsSnowflakeType[] nullable required

List of SKUs that this user will be subscribed to at renewal

entitlement_idsSnowflakeType[] required

List of entitlements granted for this subscription

current_period_startstring date-time required

Start of the current subscription period

current_period_endstring date-time required

End of the current subscription period

canceled_atstring date-time nullable required

When the subscription was canceled

countrystring nullable

ISO3166-1 alpha-2 country code of the payment source used to purchase the subscription

Changes

Changed in 1 of the 58 revisions of this API.1