# \LogsAppApi
All URIs are relative to *https://localhost*
| [**create_logsene_application**](LogsAppApi.md#create_logsene_application) | **Post** /logsene-reports/api/v3/apps | Create Logs App |
# **create_logsene_application**
> ::models::AppsResponse create_logsene_application(ctx, application_details)
Create Logs App
### Required Parameters
| **ctx** | **context.Context** | context containing the authentication | nil if no authentication |
| **application_details** | [**CreateAppInfo**](CreateAppInfo.md) | Details of the application to be created |
### Return type
[**::models::AppsResponse**](AppsResponse.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)