---
title: "Creates a new client for the current customer."
method: POST
path: "/client"
tags: ["Client"]
---

# Creates a new client for the current customer.

`POST /client`

## Request body

- CreateClientEndpointInput
  - `displayName` string, nullable — An optional display name for the client.

## Response `200`

OK

- CreateClientEndpointOutput
  - `clientId` string, required — The id of the created client.
  - `clientSecret` string, required — The secret of the created client.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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