Skip to content

Get user authentication factors

Request

Retrieves the list of authentication factors that can be used to verify the logged-in user.

Security
auth_token and api-key
curl -i -X GET \
  https://sandbox.weavr.io/multi/authentication_factors \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

Success

Headers
request-refstringrequired

A request identifier. Providing this reference when contacting our support team will help us investigate your query.

Bodyapplication/json
factorsArray of objects(SCAFactor)

The list of challenge types the logged-in user is enrolled on.

Response
{ "factors": [ {} ] }