---
title: "Get the current RDVM portal session status"
method: GET
path: "/public/rdvm/portal/session"
tags: ["RdvmPortal"]
---

# Get the current RDVM portal session status

`GET /public/rdvm/portal/session`

## Query parameters

- `sessionId` string
- `clinicId` string

## Response `200`

OK

- RdvmPortalSessionDto
  - `sessionId` string
  - `isVerified` boolean
  - `verifiedRdvmId` string, nullable
  - `rdvmName` string, nullable
  - `practiceName` string, nullable
  - `approvalStatus` string, nullable — "Approved", "Pending", "Rejected"
  - `verifiedAt` string, date-time, nullable
  - `verificationExpiresAt` string, date-time, nullable
  - `canSubmitReferrals` boolean
  - `canViewRecords` boolean
  - `canSendMessages` boolean
  - `canUseTriage` boolean

## Other responses

- `400` — Bad Request

---

[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/d8d7501dde48/schema)
