# GET /insurances/list/billing_modifiers URL: https://developers.vsee.io/api/insurance-api/get/insurances/list/billing_modifiers operationId: listBillingModifiers Auth: User Token — Requires a user access token from login or SSO. List billing modifiers Retrieve list of billing modifiers Parameters: - X-ApiToken (header, string, required) — API token - X-AccountCode (header, string, required) — Account code Responses: - 200 — List of billing modifiers ```json { "data": [ { "id": "20", "text": "20", "description": "20" }, { "id": "F8", "text": "F8", "description": "F8" } ] } ```