Confirm your new multi factor
POST/mfa/ actions/ confirm/ 
v1
POST
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