---
title: "Generate MFA PIN"
method: GET
path: "/v1/channel/mfa-pin"
tags: ["Channel"]
---

# Generate MFA PIN

`GET /v1/channel/mfa-pin`

Generates a Multi-Factor Authentication (MFA) PIN for channel updates.
The PIN is sent to the channel's mfaContact email address and must be used
when updating channel details via the PATCH /v1/channel endpoint.
The PIN is stored securely and never returned directly to the client.
It is deleted after successful validation or when it expires.

## Response `200`

MFA PIN generated and sent to the channel's mfaContact email address

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `500` — Unexpected Server Error

---

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