Register a new TOTP MFA device and get Totp Secret
GET
/
sdk
/
{environmentId}
/
users
/
mfa
/
register
/
totp
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Response
200 - application/json
id
string
requiredtype
enum<string>
requiredAvailable options:
totp
, passkey
secret
string
requiredThe secret key for the TOTP device
uri
string
requiredThe OTP Auth URI
Was this page helpful?