Version 3.0 · Base URL https://api.vseepreview.com/api_v3 · 14 endpoints
The VSee Clinic Visit API allows developers to manage intakes, walk-in visits, e-consults, and appointments within the VSee Clinic platform.
| Code | Meaning | Description |
|---|---|---|
| 10 | Pending | Visit was just created |
| 20 | Confirmed | Appointment is confirmed |
| 25 | In-progress | Visit is in progress |
| 30 | Completed | Visit is closed |
| 40 | Deleted / Cancelled | Visit is cancelled by patient or provider |
| Code | Meaning | Description |
|---|---|---|
| 1 | In-person | In-person visit, no video call |
| 2 | Phone | Appointment by phone, no video call |
| 3 | Video | Default: VSee video call |
| 4 | E-consult | Async visit, no video call |
X-ApiToken (header) — User access token obtained from login or SSOX-ApiKey (header) — API Key generated under Developers menuX-ApiSecret (header) — API Secret generated under Developers menu/intakes — Create intake data object/intakes/{id} — Update intake data object/intakes/{id} — Get intake data object/visits/add_walkin — Create a walk-in visit/visits/add_econsult — Create an asynchronous e-consult visit/availability — Get provider's available slots/visits — Create an appointment/visits — List visits/visits/{id} — Get visit detail/visits/{id} — Update an appointment/visits/close — Close or cancel a visit/visits/delete — Force cancel a visit/visits/current — Get current visit in progress/visits/{id}/exports/visit_summary — Export visit summaryMachine-readable: OpenAPI JSON