cURL
curl --request POST \ --url https://api.halth.com/v1/au/medicare/cards/{medicareCardId}/verifications \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "memberNumberLast4": "<string>", "referenceNumber": "<string>", "createdAt": "2023-11-07T05:31:56Z", "fingerprint": "<string>", "firstName": "<string>", "lastName": "<string>", "dateOfBirth": "<string>", "verified": true, "secondInitial": "<string>", "sex": "<string>", "verifiedAt": "2023-11-07T05:31:56Z" }
Verify an existing Medicare card.
Documentation IndexFetch the complete documentation index at: https://docs.halth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.halth.com/llms.txt
Use this file to discover all available pages before exploring further.
Provide your API key as a Bearer token