/insurances/list/billing_modifiersList billing modifiers
Base URL https://api.vseepreview.com/api_v3 · operationId listBillingModifiers
Authentication: User Token — Requires a user access token from login or SSO.
Retrieve list of billing modifiers
| 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 billing modifierssuccess
{
"data": [
{
"id": "20",
"text": "20",
"description": "20"
},
{
"id": "F8",
"text": "F8",
"description": "F8"
}
]
}
Machine-readable: OpenAPI JSON (operationId: listBillingModifiers)