Get user authentication factors
GET
/authentication_factors Retrieves the list of authentication factors that can be used to verify the logged-in user.
Request
No request parametersThis endpoint doesn’t accept query parameters or a request body.
Responses
200OK
Success
Headers
Body
application/json
objectobject · 1 field
Response example
{ "factors": [ { "type": "OTP", "status": "PENDING_VERIFICATION", "channel": "SMS" } ]}