Initiate a new MFA action
POST/mfa/ actions/ init/
v1
POST
initMfaAction
This resource can be used to initiate a new MFA action. The resulting token can be used to verify the MFA action.
Request
Responses
Usage examples
- cURL
$ curl \
--fail \
--location \
-X POST \
-d '{}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/mfa/actions/init