- Enrol 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
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
Enrol a user device for a...
This is the first step in enrolling the logged-in user's mobile device, where a one-time password is sent to the device.
Note that on the Sandbox Environment, text messages are not sent and the one-time-password is always "123456".
Security
api-key and auth_token
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/authentication_factors/otp/{channel}
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/authentication_factors/otp/{channel}
curl -i -X POST \
'https://sandbox.weavr.io/multi/authentication_factors/otp/{channel}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE' \
-H 'idempotency-ref: string'Response
No content