cURL
curl --request POST \ --url https://api.halth.com/v1/au/medicare/rebate-estimates \ --header 'Content-Type: application/json' \ --data ' { "serviceDate": "2026-01-01", "items": [ { "itemCode": "10960", "chargeAmount": 25000, "benefitType": "specialist", "id": "123" } ] } '
{ "id": "<string>", "items": [ { "itemCode": "10960", "chargeAmount": 25000, "benefitType": "specialist", "rebateAmount": 123, "gapAmount": 123, "id": "123", "response": {} } ], "totalChargeAmount": 123, "totalRebateAmount": 123 }
Create a rebate estimate for a list of items
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.
Date of the service
"2026-01-01"
1 - 100
Show child attributes