Pagination
List API methods share a common JSON structure with resource name array and meta pagination description.
Query parameters 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 👇
GET | https://thirdparty.qonto.com/v2/transactions?iban=FR7616798000010000004321396&per_page=20&page=2 |
iban | FR7616798000010000004321396 |
per_page | 20 |
current_page | 2 |