License

Licenses are used for the InStore service. Each license is assigned to a product and can be issued to a user.

License Object

License Structure

Field
Type
Description
OAuth2 Scope

license_id

snowflake

the license's id

identify

user_id

?snowflake

identify

product_id

snowflake

identify

purchase_price

integer

the price in robux paid

price

subscription_type

?string

the subscription type (0-45 characters) [deprecated]

identify

subscription_ends

?ISO8601

the expiration date of this license

identify

subscription_renewal

boolean

if this license is a subscription renewal

identify

renewed_id

?snowflake

a license id that this license is renewing

identify

revoked

boolean

if the license is revoked

identify

Example License

{
  "license_id": "619612815082262528",
  "product_id": "619608638377562112",
  "purchase_price": 0,
  "subscription_renewal": false,
  "revoked": false
}

API Methods

Last updated