Authorizations
Path Parameters
Required string length:
36Example:
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/users/mfa/recovery \
--header 'Authorization: Bearer <token>'{
"count": 123,
"recoveryCodes": [
"<string>"
]
}36Was this page helpful?
curl --request POST \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/users/mfa/recovery \
--header 'Authorization: Bearer <token>'{
"count": 123,
"recoveryCodes": [
"<string>"
]
}