Table of Contents |
---|
Requirements
This method allows to resend sms with OTP-code to the person’s verified phone. Used verify approval method in case OTP wasn’t delivered in first time.
Specification
...
Validations
Authorization
- Verify the validity of access token
- Return 401 in case of validation fails
- Check user scope approval:create in order to perform this action
- Return 403 in case of invalid scope
...