Authentication & Authorization
Verify TOTP MFA device
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the environment
Required string length:
36
Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
totp code
Response
200
application/json
Successful operation
Available options:
totp
, passkey
Whether or not the user has a verified this MFA Device
Required string length:
36
Example:
"95b11417-f18f-457f-8804-68e361f9164f"
The date and time the MFA device was created
The date and time the MFA device was verified
Whether or not this is the default MFA device for the user
The optional alias for the MFA device