The subscription view is not specified; the default will be used.
BASIC
Includes only the active and renewing fields.
FULL
Includes all fields.
Get the subscription.
The universe.subscription-product.subscription:read scope only allows
reading subscriptions of the user making the request. Because of this, the
subscription ID must match the user ID of the user making the request. Note
that this scope might be more relevant for OAuth 2.0 apps.
To read all subscriptions made by users for a particular universe, use the
universe:write scope instead.
GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/subscription-products/:subscription_product_id/subscriptions/:subscription_id Get Subscription universe_id The universe ID. subscription_product_id The subscription-product ID. subscription_id The subscription ID. view The view in which to retrieve the subscription.
Supports BASIC and FULL.
Defaults to BASIC.
Possible values:
active
andrenewing
fields.The
universe.subscription-product.subscription:read
scope only allows reading subscriptions of the user making the request. Because of this, the subscription ID must match the user ID of the user making the request. Note that this scope might be more relevant for OAuth 2.0 apps.To read all subscriptions made by users for a particular universe, use the
universe:write
scope instead.