get https://sandbox.belvo.com/api/tax-returns/
▶️ Usage
With the List Tax Returns method, you can:
- List tax returns related to a specific
link.id
(using thelink
query parameter). - Get the details of a specific
tax-return.id
(using theid
query parameter). - [Not Recommended] List all tax returns 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 page_size
query parameter to increase the number of items returned to a maximum of 1000 items. You can use the page
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.
🔔 Multiple Schemas
As a link can have both yearly and monthly tax returns, the response will include a mix of these two types of tax returns (and thus difference schemas).