prowlarr 0.1.0

Prowlarr API docs
Documentation
# \IndexerDefaultCategoriesApi

All URIs are relative to *http://localhost:9696*

Method | HTTP request | Description
------------- | ------------- | -------------
[**list_indexer_categories**]IndexerDefaultCategoriesApi.md#list_indexer_categories | **GET** /api/v1/indexer/categories | 



## list_indexer_categories

> Vec<models::IndexerCategory> list_indexer_categories()


### Parameters

This endpoint does not need any parameter.

### Return type

[**Vec<models::IndexerCategory>**](IndexerCategory.md)

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-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)