per_page and page are available to browse the list.
- Minimum
per_page: 1 - Maximum
per_page: 100 - Default
per_page: 100 - Default
page: 1
Example 👇
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
per_page and page are available to browse the list.
per_page: 1per_page: 100per_page: 100page: 1| GET | https://thirdparty.qonto.com/v2/transactions?iban=FR7616798000010000004321396&per_page=20&page=2 |
| iban | FR7616798000010000004321396 |
| per_page | 20 |
| current_page | 2 |
{
"transactions": [{...}],
"meta": {
"current_page": 2,
"next_page": 3,
"prev_page": 1,
"total_pages": 11,
"total_count": 210,
"per_page": 20
}
}
Was this page helpful?