# \IntegrationAccountApi
All URIs are relative to *https://api.ibanity.com/ponto-connect*
[**list_integration_account**](IntegrationAccountApi.md#list_integration_account) | **GET** /integration-accounts | List Integration Account
## list_integration_account
> models::IntegrationAccountCollection list_integration_account(page_left_square_bracket_limit_right_square_bracket, page_left_square_bracket_before_right_square_bracket, page_left_square_bracket_after_right_square_bracket)
List Integration Account
### Parameters
**page_left_square_bracket_limit_right_square_bracket** | Option<**f64**> | Maximum number (1-100) of resources that might be returned. It is possible that the response contains fewer elements. Defaults to <code>10</code> | |
**page_left_square_bracket_before_right_square_bracket** | Option<**String**> | Cursor for pagination. Indicates that the API should return the integration account resources which are immediately before this one in the list (the previous page) | |
**page_left_square_bracket_after_right_square_bracket** | Option<**String**> | Cursor for pagination. Indicates that the API should return the integration account resources which are immediately after this one in the list (the next page) | |
### Return type
[**models::IntegrationAccountCollection**](integrationAccount_collection.md)
### Authorization
[oAuthClientCredentials](../README.md#oAuthClientCredentials)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)