# {{classname}}
All URIs are relative to */*
| [**create_app_token1**](TokensApiControllerApi.md#create_app_token1) | **POST** users-web/api/v3/apps/{appId}/tokens | Create new app token |
| [**delete_app_token1**](TokensApiControllerApi.md#delete_app_token1) | **DELETE** users-web/api/v3/apps/{appId}/tokens/{tokenId} | Delete app token |
| [**get_app_tokens1**](TokensApiControllerApi.md#get_app_tokens1) | **GET** users-web/api/v3/apps/{appId}/tokens | Get app available tokens |
| [**regenerate_app_token**](TokensApiControllerApi.md#regenerate_app_token) | **POST** users-web/api/v3/apps/{appId}/tokens/{tokenId}/regenerate | Regenerate app token) |
| [**update_app_token1**](TokensApiControllerApi.md#update_app_token1) | **PUT** users-web/api/v3/apps/{appId}/tokens/{tokenId} | Update app token (enable/disable or name) |
# **create_app_token1**
> TokenResponse create_app_token1(ctx, body, app_id)
Create new app token
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **body** | [**CreateTokenDto**](CreateTokenDto.md) | dto |
| **app_id** | **i64** | appId |
### Return type
[**TokenResponse**](TokenResponse.md)
### Authorization
[api_key](../README.md#api_key),
### HTTP request headers
- **Content-Type**: application/json
- **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)
# **delete_app_token1**
> GenericMapBasedApiResponse delete_app_token1(ctx, app_id, token_id)
Delete app token
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **app_id** | **i64** | appId |
| **token_id** | **i64** | tokenId |
### Return type
[**GenericMapBasedApiResponse**](Generic Map Based Api Response.md)
### Authorization
[api_key](../README.md#api_key),
### 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)
# **get_app_tokens1**
> TokensResponse get_app_tokens1(ctx, app_id)
Get app available tokens
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **app_id** | **i64** | appId |
### Return type
[**TokensResponse**](TokensResponse.md)
### Authorization
[api_key](../README.md#api_key),
### 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)
# **regenerate_app_token**
> TokenResponse regenerate_app_token(ctx, app_id, token_id)
Regenerate app token)
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **app_id** | **i64** | appId |
| **token_id** | **i64** | tokenId |
### Return type
[**TokenResponse**](TokenResponse.md)
### Authorization
[api_key](../README.md#api_key),
### 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)
# **update_app_token1**
> TokenResponse update_app_token1(ctx, body, app_id, token_id)
Update app token (enable/disable or name)
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **body** | [**UpdateTokenDto**](UpdateTokenDto.md) | dto |
| **app_id** | **i64** | appId |
| **token_id** | **i64** | tokenId |
### Return type
[**TokenResponse**](TokenResponse.md)
### Authorization
[api_key](../README.md#api_key),
### HTTP request headers
- **Content-Type**: application/json
- **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)