# \AccountApi
All URIs are relative to *https://api.ibanity.com/ponto-connect*
[**get_account**](AccountApi.md#get_account) | **GET** /accounts/{id} | Get Account
[**list_accounts**](AccountApi.md#list_accounts) | **GET** /accounts | List Accounts
[**revoke_account**](AccountApi.md#revoke_account) | **DELETE** /accounts/{id} | Revoke Account
## get_account
> models::AccountSingle get_account(id)
Get Account
### Parameters
**id** | **uuid::Uuid** | | [required] |
### Return type
[**models::AccountSingle**](account_single.md)
### Authorization
[oAuth](../README.md#oAuth)
### 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)
## list_accounts
> models::AccountCollection list_accounts(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 Accounts
### 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 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 account resources which are immediately after this one in the list (the next page) | |
### Return type
[**models::AccountCollection**](account_collection.md)
### Authorization
[oAuth](../README.md#oAuth)
### 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)
## revoke_account
> models::AccountSingle revoke_account(id)
Revoke Account
### Parameters
**id** | **uuid::Uuid** | | [required] |
### Return type
[**models::AccountSingle**](account_single.md)
### Authorization
[oAuth](../README.md#oAuth)
### 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)