ЕСОЗ - публічна документація

IL.Send verification code

Validate request

    1. Validate request using JSON schema
      1. In case validation failed - generate 422 error

Authorize user

    1. Verify the validity of access token
    2. Check user scopes in order to perform this action
      1. In case error - generate 401 response

Initialize verification

    1. call Initialize OTP Verification method

Generate SMS text 

    1. call Man method - templates rendering service.

Send SMS

    1. Send SMS via API - currently Twilio. TBD - Postboy
    2. Message template - configuration parameter

ЕСОЗ - публічна документація