# Get withdrawal **GET /api/v2/household/{HouseholdGUID}/pensions/{PensionGUID}/withdrawals/{PensionWithdrawalGUID}** This endpoint allows users to retrieve a withdrawal for a clients household pension. ## 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. - **PensionGUID** (string(uuid)) The PensionGUID for the withdrawal you want to retrieve. - **PensionWithdrawalGUID** (string(uuid)) The PensionWithdrawalGUID 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: application/json (object) - **success** (boolean) - **data** (array[object]) ### 403 Permission error. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 404 Household not found #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)