Insource Systems
  • Intro
  • Change Log
  • API Reference
  • Insource Bot
    • Getting Started
    • Commands
      • Settings
      • Moderation
      • Info
      • Account
      • InStore
  • InStore
    • Getting Started
      • Linking Your Account
      • Create Your Store
      • Create a Product
    • Framework
      • RemoteEvent
        • Alert
        • LaunchProduct
      • RemoteFunction
        • GetCurrentUser
        • GetProductById
        • GetProducts
        • RequestPromptPurchase
      • Resources
        • Configuration
        • Product
        • Theme
        • User
      • Utils
        • TeleportToAccount
        • TimeStringToEpoch
    • API Resources
      • License
      • Product
      • Store
  • API Resources
    • User
Powered by GitBook
On this page
  • License Object
  • API Methods

Was this helpful?

  1. InStore
  2. API Resources

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

PreviousAPI ResourcesNextProduct

Last updated 1 year ago

Was this helpful?

the id of the the license is assigned to

the id of the

user
product