Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  1. Resend SMS on Approval

...

Validations

Authorization

  1. Verify the validity of access token
    1. Return 401 in case of validation fails
  2. Check user scope approval:create in order to perform this action
    1. Return 403 in case of invalid scope

...