---
title: "GET /api/v1/license/information"
method: GET
path: "/api/v1/license/information"
tags: ["License"]
---

# GET /api/v1/license/information

`GET /api/v1/license/information`

## Query parameters

- `license` string, nullable

## Response `200`

- GetLicenseInformationResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `LicenseInformation` LicenseInformation
    - `LicenseSummary` LicenseSummary2
      - `Licensee` string, nullable
      - `ProductKey` string, nullable
      - `ViewerOfflinePeriod` string, nullable
      - `Applications` Application2[], nullable
        - `Name` string, nullable
        - `Licenses` License[], nullable
          - `Total` integer
          - `Used` integer
          - `IsDemo` boolean
          - `StartDate` string, date-time, nullable
          - `ExpirationDate` string, date-time, nullable
      - `Contracts` Contract2[], nullable
        - `Type` string, nullable
        - `StartDate` string, date-time, nullable
        - `ExpirationDate` string, date-time, nullable
    - `CustomerInfo` CustomerInfo
      - `Company` string, required
      - `Address` string, nullable
      - `City` string, nullable
      - `Zipcode` string, nullable
      - `Country` string, nullable
      - `Website` string, nullable
      - `FirstName` string, required
      - `LastName` string, required
      - `Phone` string, nullable
      - `Email` string, required
      - `EulaVersion` string, nullable
      - `AcceptedEula` boolean
      - `AcceptedGDPR` boolean

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
