- 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 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
apiKey and authToken
- Sandboxhttps://sandbox.weavr.io/payment-run/v1/authentication_factors/otp/{channel}
- Mock serverhttps://api.weavr.io/_mock/products/payment-run/openapi/v1/authentication_factors/otp/{channel}
curl -i -X POST \
'https://sandbox.weavr.io/payment-run/v1/authentication_factors/otp/{channel}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
No content