cURL
curl --request GET \ --url https://api.halth.com/v1/au/medicare/service-items \ --header 'Authorization: Bearer <token>'
{ "items": [ { "itemCode": "<string>", "description": "<string>", "itemStartDate": "<string>", "benefitAmount": 123, "benefitStartDate": "<string>", "itemEndDate": "<string>" } ], "page": 1, "limit": 10, "totalItems": 100, "totalPages": 10 }
Get a paged list of service items
Provide your API key as a Bearer token
Page number
1 <= x <= 9007199254740991
1
Number of items per page
1 <= x <= 200
10
Query string to search for service items
255
1 - 200
Show child attributes
100