---
title: "Send a verification code to the RDVM's email"
method: POST
path: "/public/rdvm/auth/send-verification"
tags: ["RdvmPortal"]
---

# Send a verification code to the RDVM's email

`POST /public/rdvm/auth/send-verification`

## Request body

- SendRdvmVerificationRequest
  - `sessionId` string
  - `clinicId` string
  - `email` string

## Response `200`

OK

- SendRdvmVerificationResponse
  - `success` boolean
  - `message` string
  - `maskedEmail` string, nullable
  - `needsRegistration` boolean — True if the RDVM needs to register first (email not found)

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
