/insurances/list/insurersList insurers
Base URL https://api.vseepreview.com/api_v3 · operationId listInsurers
Authentication: User Token — Requires a user access token from login or SSO.
Retrieve list of insurers
| 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 insurerssuccess
{
"data": [
{
"id": "AAND",
"text": "A AND I BENEFIT ADMINISTRATORS",
"description": "A AND I BENEFIT ADMINISTRATORS"
},
{
"id": "AARP",
"text": "AARP",
"description": "AARP"
}
]
}
Machine-readable: OpenAPI JSON (operationId: listInsurers)