# StreamingPublisherApi

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

|Method | HTTP request | Description|
|------------- | ------------- | -------------|
|[**getStats**](#getstats) | **GET** /streaming/publisher/stats | Get streaming publisher statistics|

# **getStats**
> StreamingPublisherStatsResponse getStats()


### Example

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

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

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

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


### Return type

**StreamingPublisherStatsResponse**

### 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** | Streaming publisher statistics successfully retrieved |  -  |
|**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)

