# Incomes Use the Incomes endpoint to gather insights on an account's income sources for the past 365 days. The endpoint is particularly useful when you want to verify a person's income. > 📘 Info > > The incomes resource is **only** available for Checking and Savings accounts associated with banking links. ## List incomes - [GET /api/incomes/](https://developers.belvo.com/apis/belvoopenapispec/incomes/listincomes.md): ## ▶️ Usage With the List Incomes method, you can: 1. List incomes related to a specific (using the query parameter). 2. Get the details of a specific (using the query parameter). 3. List all incomes related to your Belvo account (without using any query parameters). ## 📖 Pagination This method returns a paginated response (default: 100 items per page). You can use the query parameter to increase the number of items returned to a maximum of 1000 items. You can use the query parameter to navigate through the results. For more details on how to navigate Belvo's paginated responses, see our Pagination Tips article. ## 🔦 Filtering Responses Please see the query list below for a list of fields that you can filter your responses by. For more information on how to use filters, see our Filtering responses article. ## Retrieve incomes for a link - [POST /api/incomes/](https://developers.belvo.com/apis/belvoopenapispec/incomes/retrieveincome.md): Retrieve income insights for checking and savings accounts from a specific link. You can receive insights for a period of up to 365 days, depending on the transaction history available for each institution. ## Complete an incomes request - [PATCH /api/incomes/](https://developers.belvo.com/apis/belvoopenapispec/incomes/patchincomes.md): Used to resume an Income retrieve session that was paused because an MFA token was required by the institution. ## Get an income's details - [GET /api/incomes/{id}/](https://developers.belvo.com/apis/belvoopenapispec/incomes/detailincome.md): Get the details of a specific income. ## Delete an income - [DELETE /api/incomes/{id}/](https://developers.belvo.com/apis/belvoopenapispec/incomes/destroyincomes.md): Delete a specific income from your Belvo account.