/rooms/{code}/providersList room providers
Base URL https://api.vseepreview.com/api_v3 · operationId listRoomProviders
Authentication: Account Code Only — Only requires the X-AccountCode header. No token needed.
Retrieve a list of providers associated with a specific 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. example-room-code) |
200 — Successful responsesuccess — List of room providers
{
"data": [
{
"id": "401",
"username": "provider-401",
"code": "",
"subtype": "482",
"first_name": "Jarod",
"last_name": "Sun 401",
"vseeid": "evisitdev+user401",
"photo": null,
"title": "",
"suffix": "",
"status": false,
"short_bio": false
}
]
}
Machine-readable: OpenAPI JSON (operationId: listRoomProviders)