cURL
curl --request GET \ --url https://api.halth.com/v1/members/{memberId}/health-fund-cards
{ "items": [ { "id": "<string>", "memberNumberLast4": "<string>", "createdAt": "2023-11-07T05:31:56Z", "healthFundId": "<string>", "healthFund": { "id": "<string>", "name": "<string>", "capabilities": { "claims": "active", "rebatesEstimates": "active" } }, "cardholders": [ "<string>" ], "fingerprint": "<string>", "defaultReferenceNumber": "<string>", "issueNumber": "<string>" } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
List health fund cards for a member
Show child attributes
1
10
100