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

# POST /client-apps

`POST /client-apps`

## Request body

- ClientApplicationExcludingCreatedByIdSkClassifierStatusRequestedScopesAllowedScopesDisallowedScopesTenantActionsStatusApiKeyApiKeyHashSecretIdCreatedByIdCreatedByNameCreatedTime — (tsType: Omit<ClientApplication, 'createdById' | 'sk' | 'classifier' | 'status' | 'requestedScopes' | 'allowedScopes' | 'disallowedScopes' | 'tenant' | 'actions' | 'status' | 'apiKey' | 'apiKeyHash' | 'secret' | 'id' | 'createdById' | 'createdByName' | 'createdTime'>, schemaOptions: { exclude: [ 'createdById', 'sk', 'classifier', 'status', 'requestedScopes', 'allowedScopes', 'disallowedScopes', 'tenant', 'actions', 'status', 'apiKey', 'apiKeyHash', 'secret', 'id', 'createdById', 'createdByName', 'createdTime' ] })
  - `pk` string
  - `classifierGroup` string
  - `name` string
  - `email` string
  - `feedback` string — Feedback from user
  - `clientSecret` string
  - `clientSecretHash` string
  - `url` string
  - `clientType` 'confidential' | 'public' | 'apiKey'
  - `redirectUris` string[]
  - `allowedGrantTypes` string[]
  - `allowedOrigins` string[]
  - `allowedReferrers` string[]
  - `allowedIpAddresses` string[]
  - `subscribeEvents` string[]
  - `webhookUrl` string
  - `icon` string

## Response `200`

OK

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

---

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