Insurance API

get /insurances/list/procedures

List 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

Parameters

NameInTypeRequiredEnumDefaultDescription
X-ApiTokenheaderstringyesAPI token (e.g. your_api_token)
X-AccountCodeheaderstringyesAccount code (e.g. vclinic)

Responses

200 — List of procedures

success

{
  "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)