---
title: "Verify the 6-digit code and authenticate the RDVM"
method: POST
path: "/public/rdvm/auth/verify"
tags: ["RdvmPortal"]
---

# Verify the 6-digit code and authenticate the RDVM

`POST /public/rdvm/auth/verify`

## Request body

- VerifyRdvmCodeRequest
  - `sessionId` string
  - `clinicId` string
  - `email` string
  - `code` string — The 6-digit verification code sent to the RDVM's email

## Response `200`

OK

- RdvmVerifyResponse
  - `success` boolean
  - `message` string, nullable
  - `rdvmId` string, nullable
  - `name` string, nullable
  - `practiceName` string, nullable
  - `approvalStatus` string, nullable — "Approved", "Pending", "Rejected"

---

[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)
