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

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

user POST /api/patients/{id}/approval_request/{id}/action/approve with the verification code received from the patient

Validate request

Authorize

Logic

  1. system checks verification code via otp_verification service PATCH /verifications/:phone_number/actions/complete
  2. if verification code matches - system creates new approval
  3. If not - return error
  • No labels