Disbursement payments made to your club
Security
OAuth2 and ApiKeyAuth
GET
curl -i -X GET \
'https://api.clubfit.net.au/v1/financial/disbursements?fromdate=2024-08-24T00%3A00%3A00&offset=0&limit=500' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Disbursements matching criteria
Response
{ "href": "https://api.clubfit.net.au/v1/financial/disbursements", "next": "https://api.clubfit.net.au/v1/financial/disbursements?limit=500&offset=500", "data": [ { … } ] }