pontoconnect_rs 2.0.3

For more info, please refer to the documentation: https://documentation.ibanity.com/ponto-connect/
Documentation
# \AccountApi

All URIs are relative to *https://api.ibanity.com/ponto-connect*

Method | HTTP request | Description
------------- | ------------- | -------------
[**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


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**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


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**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


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**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)