# Get contributions **GET /api/v2/household/{HouseholdGUID}/savings/{SavingsGUID}/contributions** This endpoint retrieves a list of all savings contributions belonging to the household. The response data will be an array of objects with each object being the data for one savings contribution ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters #### Path parameters - **HouseholdGUID** (string(uuid)) The HouseholdGUID of the client. - **SavingsGUID** (string(uuid)) The SavingsGUID for the contributions you want to retrieve. #### Query parameters - **ExcludeFormattedValues** (string) If set to any value, formatted values will be excluded from the response. ## Responses ### 200: Success #### Body Parameters: application/json (object) - **success** (boolean) - **data** (array[object]) ### 403: Permission error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) ### 404: Household not found #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)