Subscription

Attribute

pathstring
createTimestring
Nur Ausgabe
updateTimestring
Nur Ausgabe
activeboolean
Nur Ausgabe
willRenewboolean
Nur Ausgabe
lastBillingTimestring
Nur Ausgabe
nextRenewTimestring
Nur Ausgabe
expireTimestring
Nur Ausgabe
stateEnum<string>
Nur Ausgabe
expirationDetailsobject
purchasePlatformEnum<string>
Nur Ausgabe
paymentProviderEnum<string>
Nur Ausgabe
userstring
Unveränderlich
Basis-URL

https://apis.roblox.com/cloud
Die Subscription-Ressource

{
"path": "universes/123/subscription-products/some-subscription-product-id/subscriptions/some-subscription-id",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"active": true,
"willRenew": true,
"lastBillingTime": "2023-07-05T12:34:56Z",
"nextRenewTime": "2023-07-05T12:34:56Z",
"expireTime": "2023-07-05T12:34:56Z",
"state": "STATE_UNSPECIFIED",
"expirationDetails": {
"reason": "EXPIRATION_REASON_UNSPECIFIED"
},
"purchasePlatform": "PURCHASE_PLATFORM_UNSPECIFIED",
"paymentProvider": "PAYMENT_PROVIDER_UNSPECIFIED",
"user": "users/123"
}

Subscription

Get Subscription
Beta

GET /cloud/v2/universes/{universe}/subscription-products/{subscription-product}/subscriptions/{subscription}
Bereiche
universe:writeuniverse.subscription-product.subscription:read
AnfragePfadparameter
universestring
Erforderlich
subscription-productstring
Erforderlich
subscriptionstring
Erforderlich
Anfrageparameter
viewEnum<string>
RückmeldungSubscription
GET /cloud/v2/universes/{universe}/subscription-products/{subscription-product}/subscriptions/{subscription}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/universes/{universe}/subscription-products/{subscription-product}/subscriptions/{subscription}?view={string}' \
-H 'x-api-key: {your-api-key}'
Rückmeldung

{
"path": "universes/123/subscription-products/some-subscription-product-id/subscriptions/some-subscription-id",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"active": true,
"willRenew": true,
"lastBillingTime": "2023-07-05T12:34:56Z",
"nextRenewTime": "2023-07-05T12:34:56Z",
"expireTime": "2023-07-05T12:34:56Z",
"state": "STATE_UNSPECIFIED",
"expirationDetails": {
"reason": "EXPIRATION_REASON_UNSPECIFIED"
},
"purchasePlatform": "PURCHASE_PLATFORM_UNSPECIFIED",
"paymentProvider": "PAYMENT_PROVIDER_UNSPECIFIED",
"user": "users/123"
}