---
title: "Get VIQ Info"
method: GET
path: "/account/viq"
tags: ["Account"]
---

# Get VIQ Info

`GET /account/viq`

Get account VIQ and license info.

## Response `200`

OK

- XiqViq
  - `devices` integer — Total # of all licensed devices
  - `standalone` boolean — Returns true if HIQ is not enabled, otherwise returns false
  - `expired` boolean — Whether VIQ is expired
  - `customer_id` string — The customer ID, also known as Salesforce customer ID
  - `vhm_id` string — The VIQ ID
  - `owner_id` integer — The owner account ID
  - `licenses` XiqViqLicense[] — The license list
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `status` 'BUY' | 'PLAN' | 'EVAL' | 'EXPIRED' | 'INVALID' | 'MIGRATED' — The VIQ license status
    - `active_date` string, date-time — The active date
    - `expire_date` string, date-time — The expire date
    - `entitlement_key` string — The entitlement key
    - `entitlement_type` 'EVALUATION' | 'PERMANENT' | 'RENEW' | 'UNKNOWN' — The entitlement key type
    - `mode` 'BUY' | 'PLANNER' | 'EVAL' | 'MSP' | 'UNKNOWN' — The license mode
    - `devices` integer — The device number
    - `activated` integer — The activated device number
    - `available` integer — The available device number
    - `license_type` string — The Gemalto license type
  - `partner_id` string — The partner ID
  - `partner_email` string — The partner email

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
