curl --request POST \
--url https://api.dfns.io/auth/recover/user/code \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"orgId": "<string>"
}
'{
"message": "<string>"
}Send the user a recovery verification code. This code is used as a second factor to verify the user initiated the recovery request.
curl --request POST \
--url https://api.dfns.io/auth/recover/user/code \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"orgId": "<string>"
}
'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.dfns.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?