GET
curl -i -X GET \
'https://api.pracsuite.com/v1/health_fund/{health_fund_id}' \
-H 'a-api-key: YOUR_API_KEY_HERE' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "row_num": 0, "total_rows": 0, "links": { "self": "https://api.pracsuite.com/v1/health_fund/1", "practitioner_provider_numbers": "https://api.pracsuite.com/v1/health_fund/1/practitioner_provider_number" }, "tenant_id": 1, "health_fund_id": 0, "description": "string" }