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

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 5 Next »

user POST /api/patients/{id}/approvals/{id}/actions/resend_sms

Validate request

Authorize

  1. Verify the validity of access token
  2. Check user scope approval:create in order to perform this action

Logic

  1. Search for approval by patient_id + approval_id
  2. If not found
    1. return error
  3. send SMS to the auth_phone via otp_verification service POST /verifications
  • No labels