Confirm your new multi factor
POST/v1/ mfa/ actions/ confirm/
API version
v1
Request method
POST
Operation ID
confirmMfa
This action returns recovery codes you can use to authenticate once.\nKeep track of them carefully. Don not lose them.\n
Request
Responses
Usage examples
- cURL
$ curl \
--fail \
--location \
-X POST \
-d '{"multiFactorCode":123456}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/mfa/actions/confirm