# GET /insurances/list/carriers URL: https://developers.vsee.io/api/insurance-api/get/insurances/list/carriers operationId: listCarriers Auth: User Token — Requires a user access token from login or SSO. List carriers Retrieve list of insurance carriers Parameters: - X-ApiToken (header, string, required) — API token - X-AccountCode (header, string, required) — Account code Responses: - 200 — List of carriers ```json { "data": [ { "name": "A AND I BENEFIT PLAN ADMINISTRATORS", "code": "AAND", "advancedmd": { "address": { "zip": "", "city": "", "state": "", "address1": "", "address2": "", "areacode": "UND" }, "cpid": "3296", "code": "car7339" } } ] } ```