# Debt collection Member details sent to debt collection Endpoint: GET /financial/debtcollection Version: 1.0 Security: OAuth2 ## Query parameters: - `fromdate` (string) Filter by date sent to debt collection. Example: "2024-08-24T00:00:00" - `offset` (integer) The index of the first result to return. Use with limit to get the next page of search results. - `limit` (integer) The maximum number of results to return. ## Header parameters: - `x-api-key` (string, required) Api key per club provided to you by Clubfit ## Response 200 fields (application/json): - `href` (string) Current API URL Example: "https://api.clubfit.net.au/v1/financial/debtcollection" - `next` (string) Next API URL to retrieve the next page Example: "https://api.clubfit.net.au/v1/financial/debtcollection?limit=500&offset=500" - `data` (array) - `data.Amount` (number) Amount sent to debt collection for retrieval Example: 11.95 - `data.DebtCollectionDate` (string) Example: "2000-01-02T00:00:00" - `data.MemberNumber` (string) Example: "G123" - `data.FirstName` (string) Example: "John" - `data.LastName` (string) Example: "Doe" - `data.Email` (string) Example: "john@doe.com" - `data.Mobile` (string) Example: "0420000000" - `data.Address` (string) Example: "123 my street,Sunnybank,QLD,4176"