# GeneralSetupApi

All URIs are relative to *http://localhost:8889/api*

|Method | HTTP request | Description|
|------------- | ------------- | -------------|
|[**getGeneralSetup**](#getgeneralsetup) | **GET** /setup/general | Get general setup|

# **getGeneralSetup**
> GeneralSetup getGeneralSetup()


### Example

```typescript
import {
    GeneralSetupApi,
    Configuration
} from './api';

const configuration = new Configuration();
const apiInstance = new GeneralSetupApi(configuration);

const { status, data } = await apiInstance.getGeneralSetup();
```

### Parameters
This endpoint does not have any parameters.


### Return type

**GeneralSetup**

### Authorization

[basic](../README.md#basic)

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: application/vnd.mambu.v2+json


### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
|**200** | General setup returned. |  -  |
|**401** | Unauthorized |  -  |
|**403** | Forbidden |  -  |

[[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)

