- Verify enrolment of a user device for authentication using one-time passwords
Create a password
Update a password
Validate a password
Initiate lost password process
Resume lost password process
Get user authentication factors
Enrol 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
Verify enrolment of a use...
The second step in enrolling the logged-in user (root or authorised user) to use one-time-passwords to enable verification of transactions. The challenge expires after 5 minutes and the number of incorrect OTP attempts is limited to reduce the risk of fraud, in that case challenge has to be issued again.
Note that on the Sandbox Environment, text messages are not sent and the verificationCode is always set to "123456".
Security
api-key and auth_token
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/authentication_factors/otp/{channel}/verify
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/authentication_factors/otp/{channel}/verify
curl -i -X POST \
'https://sandbox.weavr.io/multi/authentication_factors/otp/{channel}/verify' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY_HERE' \
-H 'idempotency-ref: string' \
-d '{
"verificationCode": "string"
}'Response
No content