- Get user authentication factors
Create a password
Update a password
Validate a password
Initiate lost password process
Resume lost password process
Enrol a user device for authentication using one-time passwords
Verify enrolment of a user device for authentication using one-time passwords
Enrol a user device for authentication using push notifications
Unlink a user device for authentication using push notifications
Get user authentication f...
Retrieves the list of authentication factors that can be used to verify the logged-in user.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/authentication_factors
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/authentication_factors
curl -i -X GET \
https://sandbox.weavr.io/multi/authentication_factors \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "factors": [ { … } ] }