---
title: "Register a new RDVM for a clinic"
method: POST
path: "/public/rdvm/register"
tags: ["RdvmPortal"]
---

# Register a new RDVM for a clinic

`POST /public/rdvm/register`

## Request body

- RegisterRdvmRequest
  - `sessionId` string
  - `clinicId` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `practiceName` string
  - `phone` string
  - `licenseNumber` string, nullable

## Response `200`

OK

- RdvmRegistrationResponse
  - `success` boolean
  - `message` string
  - `rdvmId` string, nullable
  - `maskedEmail` string, nullable
  - `requiresApproval` boolean — True if the clinic requires manual approval for new RDVMs

---

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