---
title: "List all client IDs"
method: GET
path: "/v2/client-ids"
tags: ["Client IDs", "V2/Client IDs"]
---

# List all client IDs

`GET /v2/client-ids`

Get all client IDs for the authenticated platform

## Headers

- `x-api-key` string, required

## Response `200`

List of client IDs

- object[]
  - `id` string
  - `clientId` string
  - `label` string
  - `allowedDomains` string[]
  - `status` string
  - `createdAt` string
  - `lastUsedAt` string, nullable

## Other responses

- `401` — Unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.dev/request/apis/request-network-api.md) · [All operations](https://skmtc.dev/request/apis/request-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/request/request-network-api/revisions/042a895ac0c6/schema)
