---
title: "POST /client-credentials"
method: POST
path: "/client-credentials"
tags: ["ClientCredentials"]
---

# POST /client-credentials

`POST /client-credentials`

Create Client Credentials. These are used for programmatic access (service-to-service communication) to the API.

## Headers

- `X-PHYSNA-TENANTID` string

## Response `200`

Ok

- SingleClientCredentialsResponse
  - `clientCredentials` ClientCredentials, required
    - `clientId` string, required
    - `clientSecret` string, required

## Other responses

- `409`

---

[API](https://skmtc.dev/physna/apis/physna-public-api.md) · [All operations](https://skmtc.dev/physna/apis/physna-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/physna/physna-public-api/revisions/18b6af4c004d/schema)
