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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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 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
  • No labels