POST
/2fa/recovery-codes
curl \
--request POST 'http://localhost:8080/2fa/recovery-codes' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"recovery_codes": [
"string"
]
}
curl \
--request POST 'http://localhost:8080/2fa/recovery-codes' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"recovery_codes": [
"string"
]
}