---
title: "Maak client (POST)"
method: POST
path: "/v1/auth/clients"
tags: ["Tools"]
---

# Maak client (POST)

`POST /v1/auth/clients`

Maak een client aan via de admin API. Body bevat Email.

## Request body

- UntrustClientInput
  - `email` string

## Response `200`

OK

- ModelsKeycloakClientResult
  - `apiKey` string

## Other responses

- `404` — Resource does not exist

---

[API](https://skmtc.dev/overheid/apis/tools-api-v1.md) · [All operations](https://skmtc.dev/overheid/apis/tools-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/overheid/tools-api-v1/revisions/960229fe38bf/schema)
