Error
A valid request URL is required to generate request examples{
"recovery_codes": [
"<string>"
]
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}MFA
Confirm TOTP enrollment
Confirms the given TOTP enrollment.
POST
/
users
/
{user_id}
/
totp
Error
A valid request URL is required to generate request examples{
"recovery_codes": [
"<string>"
]
}{
"error": "<string>"
}{
"error": "<string>"
}{
"error": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the user.
Example:
"d81c8ee2-44b3-429f-b944-a33ad7437690"
Body
application/json
Response
OK
A list of recovery codes for the MFA enrollment.
Last modified on June 16, 2026
Was this page helpful?