---
title: "Get clientIds"
method: GET
path: "/auth/clients"
tags: ["auth"]
---

# Get clientIds

`GET /auth/clients`

This action returns the clientId value as well as its creation date or the last time clientSecret was rotated.

## Response `200`

Returns clientId and last updated time. If no clientId is found, an emptry array will be returned.

- object[]
  - `clientId` string, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — If server encounters an error in processing the request

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
