/users/{user_id}/insurancesList insurance cards
Base URL https://api.vseepreview.com/api_v3 · operationId listInsurances
Authentication: User Token — Requires a user access token from login or SSO.
Retrieve a list of insurance cards associated with a user
| 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) | ||
user_id | path | string | yes | User ID |
200 — List of insurance cardssuccess
{
"data": [
{
"card_type": "primary",
"insurer_code": "(sandbox) HUMANA",
"subscriber_number": "11000022",
"group_number": "GN00022",
"responsible_party": "self",
"guarantor_first_name": "VSee",
"guarantor_middle_name": "Edward",
"guarantor_last_name": "Patient 11000022",
"guarantor_dob": "1986-01-01",
"guarantor_gender": 1,
"guarantor_address": "54 Rainbow St",
"guarantor_address_2": "#12-22",
"guarantor_city": "Sunnyvale",
"guarantor_zip": "10001",
"guarantor_state": "CA",
"consent": true
}
],
"version": "2.0"
}
Machine-readable: OpenAPI JSON (operationId: listInsurances)