---
title: "List API Access tokens"
method: GET
path: "/acct-api-token"
tags: ["Administration"]
---

# List API Access tokens

`GET /acct-api-token`

List a page of API Access tokens.

## Query parameters

- `page` integer
- `limit` integer
- `order` 'ASC' | 'DESC' — Sort Order
- `keyword` string
- `sortField` 'GRANTOR' | 'EXPIRATION' | 'GENERATEDON'

## Response `200`

OK

- PagedXiqApiAccessToken
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqApiAccessToken[] — The data in the current page
    - `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)
    - `application` string — The application name
    - `access_token` string — The Access Token
    - `grantor` string — The Grantor of the token
    - `generated_on` string, date-time — The create time
    - `expiration` integer — The expiration time
    - `refresh_token` string — The refresh token
    - `client_id` string — The client ID

---

[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)
