---
title: "GET /appClients"
method: GET
path: "/appClients"
---

# GET /appClients

`GET /appClients`

## Query parameters

- `nextToken` string
- `maxResults` string

## Response `200`

200 response

- AppClients
  - `appClients` object[], required
    - `appClientId` string, required
    - `callbackUrls` string[], required
    - `clientId` string, required
    - `clientSecret` string
    - `createdBy` string, nullable, required
    - `createdTime` string, nullable, required
    - `defaultLoginUrl` string, nullable, required
    - `description` string, nullable, required
    - `hasSecret` boolean, required
    - `loginUrls` string[], required
    - `logoutUrls` string[], required
    - `name` string, nullable, required
    - `updatedBy` string, nullable, required
    - `updatedTime` string, nullable, required
  - `nextToken` string, nullable, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

- **2021-11-05** `9788e6bfa925` — 1 warning, 1 info
  - removed the optional property `appClients/items/roleIds` from the response with the `200` status
  - the `appClients/items/appClientId` response's property pattern was changed from `^las:app-client:[a-z0-9-_]+$` to `^las:app-client:[a-f0-9]{32}$` for the status `200`

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/appClients/get.md)

---

[API](https://skmtc.dev/lucidtechai/apis/lucidtech-api.md) · [All operations](https://skmtc.dev/lucidtechai/apis/lucidtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidtechai/lucidtech-api/revisions/9788e6bfa925/schema)
