# Loanwise Documentation > Innovating consumer finance ## API Reference - [Create new household](https://docs.loanwise.nl/reference/posthouseholds-1.md): Create a new household. Providing member(s) is optional but highly recommended, as this will improve the analysis. - [Find household by id](https://docs.loanwise.nl/reference/gethouseholdshousehold-1.md): Find household by id - [Clean household](https://docs.loanwise.nl/reference/cleanhouseholds-1.md): Cleans a given household. - [Get household accounts](https://docs.loanwise.nl/reference/gethouseholdshouseholdaccounts-1.md): List all bank accounts for a household. - [Create account for household](https://docs.loanwise.nl/reference/posthouseholdshouseholdaccounts-1.md): == Only applicable when providing the transaction data manually, not when using the Loanwise PSD2 consent flow. == Register a new bank account for a household. - [Get all household categories](https://docs.loanwise.nl/reference/gethouseholdshouseholdcategories-1.md): List of categories for given household - [Get all household categories by counterparty](https://docs.loanwise.nl/reference/gethouseholdshouseholdcategoriescounterparty-1.md): List of categories grouped by counterparty name for given household - [Get all household transactions](https://docs.loanwise.nl/reference/gethouseholdshouseholdtransactions-1.md): List transactions for a household. Allows for specific filtering. - [Share household](https://docs.loanwise.nl/reference/sharehouseholds-1.md): Shares a given household between companies.
Prerequisite: A data sharing connection should be enabled between both companies. Navigate to the "Company" page in your Loanwise dashboard to review your data sharing connections. - [Get household scorecard](https://docs.loanwise.nl/reference/householdscorecard-1.md): Returns the scorecard for the household. The scorecard consists of a list of indicators. - [Delete account](https://docs.loanwise.nl/reference/deletehouseholdshouseholdaccountsaccount-1.md): Delete an account for a household. This will also remove all transactions that belong to this account. Deleting an account through this API endpoint will trigger a new analysis for the household **UNLESS** the account was imported manually by API. To trigger a new analysis, call `POST /households/{household:uuid}/analyse`. - [Put transactions for account](https://docs.loanwise.nl/reference/puthouseholdshouseholdaccountsaccounttransactions-1.md): == Only applicable when providing the transaction data manually, not when using the Loanwise PSD2 consent flow. == Store a list of transaction for a bank account related to a household. Calling this operation will overwrite any previously stored transactions for this bank account. Storing transactions through this API endpoint does **NOT** trigger a new analysis automatically. To trigger a new analysis, call `POST /households/{household:uuid}/analyse`. - [Analyse household](https://docs.loanwise.nl/reference/posthouseholdhouseholdanalyse-1.md): Triggers an analysis based on the current data for a household. - [Export household as PDF.](https://docs.loanwise.nl/reference/gethouseholdshouseholdexportpdf-1.md): Export a household as PDF - [Get all available categories](https://docs.loanwise.nl/reference/getcategories-1.md): List of all available categories - [Webhooks](https://docs.loanwise.nl/reference/webhooks.md) - [test](https://docs.loanwise.nl/reference/posttest-1.md): Test webhook to verify your implementation. - [household_status_updated](https://docs.loanwise.nl/reference/posthouseholdstatusupdated-1.md): Triggered when the status of a household changes. The status can be one of the following: - `waiting_for_consent` (Household was created and is waiting on for consent from the consumer) - `analysis_completed` (Transactions are analysed) - `cleaned` (Household information is deleted) ## Changelog - [Release v 1.2](https://docs.loanwise.nl/changelog/release-v-12.md) - [Release v1.1](https://docs.loanwise.nl/changelog/release-v11.md)