Skip to main content
GET
Get Phone Factor Settings

Authorizations

Authorization
string
header
required

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

Response

Returns the phone factor settings.

otp_length
integer
default:6
required

The length of the OTP code.

Required range: 4 <= x <= 10
otp_expiration_time
integer
default:300
required

The OTP expiration time in seconds.

Required range: 30 <= x <= 3600