Skip to main content

List license details

GET 

/subscription/v1/licenses

Retrieve all details for licenses allocated to the TSG identified by the access token used to authorize this call. Use the name parameter to specify details about a specific license.

Request

Query Parameters

    license_id string

    Unique identifier assigned to the license that you want to examine.

Responses

Successful response - returns claimed license.

Schema
  • Array [
  • app_id boolean
    claim_at string
    claim_by string
    license_id string
    licenses object[]
  • Array [
  • app_id string
    license_expiry string
    license_type string
    purchased_size string
    remaining_size string
  • ]
  • ]
Loading...