Specification
This method is used when you need to re-send SMS to a person
Authorize
Verify the validity of access token
Check user scope authentication_method_request:write in order to perform this action
Validate
Validate auth method. il.authentication_method_request.auth_methos_current.type = OTP
Check that authentication_method_request.status = NEW
Generate verification code
Invoke Initialize OTP to generate one time password and send it to client number.
cURL example
curl -X POST \ http://localhost:4000/verifications \ -H 'content-type: application/json' \ -d '{ "phone_number": "+380958697084" }' |