/rooms/{code}/providers/{id}Get room provider detail
Base URL https://api.vseepreview.com/api_v3 · operationId getRoomProvider
Authentication: Account Code Only — Only requires the X-AccountCode header. No token needed.
Retrieve detailed information about a specific provider in a room. This is a public endpoint.
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
code | path | string | yes | Room code (e.g. ceproom1) | ||
id | path | string | yes | Provider ID (e.g. 826) |
200 — Successful responsesuccess — Provider details
{
"data": {
"id": "826",
"code": "55de45a2ce384a24ad633301ac1f0144",
"first_name": "John",
"last_name": "Will",
"username": "provider1",
"vseeid": "conciergedev+user826",
"email": "anton+provider1@vsee.com",
"active": true,
"title": "Dr.",
"suffix": "M.D.",
"tos": false,
"phone": "334 2222211",
"subtype": "482",
"status": false,
"educational_training": "edu and training...",
"professional_interests": "interests...",
"personal_interests": "some personal hobby",
"short_bio": "..."
}
}
Machine-readable: OpenAPI JSON (operationId: getRoomProvider)