GET
/
sdk
/
{environmentId}
/
users
/
mfa
/
register
/
totp

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Response

200 - application/json
id
string
required

ID of the environment

type
enum<string>
required
Available options:
totp
secret
string
required

The secret key for the TOTP device

uri
string
required

The OTP Auth URI

Was this page helpful?