cURL
curl --request POST \ --url https://local.auth.local.nhost.run/v1/user/mfa \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "activeMfaType": "totp", "code": "<string>" }'
"<string>"
Toogle MFA
JSON Web Token to authorize requests.
The body is of type object.
object
Success
The response is of type string.
string
Was this page helpful?