/insurances/list/proceduresList procedures
Base URL https://api.vseepreview.com/api_v3 · operationId listProcedures
Authentication: User Token — Requires a user access token from login or SSO.
Retrieve list of procedures
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) |
200 — List of proceduressuccess
{
"data": [
{
"id": "10001",
"text": "INITIAL CONSULTATION - BASIC ASSESSMENT",
"description": "Basic initial consultation to assess patient health status"
},
{
"id": "10002",
"text": "FOLLOW-UP VISIT - CONDITION MONITORING",
"description": "Routine follow-up to monitor ongoing health conditions"
}
]
}
Machine-readable: OpenAPI JSON (operationId: listProcedures)