Users
Verify a TOTP or backup code for a user
Verify that the provided TOTP or backup code is valid for the user. Verifying a backup code will result it in being consumed (i.e. it will become invalid). Useful for custom auth flows and re-verification.
post/users/{user_id}/verify_totp
Path parameters
user_idstring required
The ID of the user for whom to verify the TOTP
Request body
Response
The provided TOTP or backup code was correct.
Changes
No recorded changes to this endpoint across all 15 revisions of this API.