---
title: "GET /client-apps"
method: GET
path: "/client-apps"
tags: ["ClientApplicationController"]
---

# GET /client-apps

`GET /client-apps`

## Query parameters

- `limit` number
- `paginationToken` string

## Response `200`

Result set of ClientApplication model instances

- object
  - `paginationToken` string
  - `items` ClientApplication[]
    - `id` string
    - `createdTime` string
    - `pk` string
    - `sk` string
    - `classifier` string
    - `classifierGroup` string
    - `status` string, required — Status of request
    - `actions` object[]
    - `name` string
    - `email` string
    - `tenant` string
    - `feedback` string — Feedback from user
    - `secret` string
    - `clientSecret` string
    - `clientSecretHash` string
    - `url` string
    - `clientType` 'confidential' | 'public' | 'apiKey'
    - `redirectUris` string[]
    - `allowedGrantTypes` string[]
    - `allowedScopes` string[]
    - `disallowedScopes` string[]
    - `apiKey` string
    - `apiKeyHash` string
    - `allowedOrigins` string[]
    - `allowedReferrers` string[]
    - `allowedIpAddresses` string[]
    - `subscribeEvents` string[]
    - `webhookUrl` string
    - `icon` string
    - `createdByName` string
    - `createdById` string
    - `requestedScopes` string[]

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
