Generate 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.
Authorizations
As a Channel Integrator you will receive a API Refresh Token. With such a Refresh Token you need to request an Access Token with a limited Lifetime (see POST /v1/auth). This Access Token must be provided as a Bearer Token in the Authorization Header with every request.
Response
MFA PIN generated and sent to the channel's mfaContact email address