# GET /insurances/list/insurers URL: https://developers.vsee.io/api/insurance-api/get/insurances/list/insurers operationId: listInsurers Auth: User Token — Requires a user access token from login or SSO. List insurers Retrieve list of insurers Parameters: - X-ApiToken (header, string, required) — API token - X-AccountCode (header, string, required) — Account code Responses: - 200 — List of insurers ```json { "data": [ { "id": "AAND", "text": "A AND I BENEFIT ADMINISTRATORS", "description": "A AND I BENEFIT ADMINISTRATORS" }, { "id": "AARP", "text": "AARP", "description": "AARP" } ] } ```