pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
# \BillingApi

All URIs are relative to *https://api.pipedrive.com/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_company_addons**]BillingApi.md#get_company_addons | **GET** /billing/subscriptions/addons | Get all add-ons for a single company



## get_company_addons

> crate::models::SubscriptionAddonsResponse200 get_company_addons()
Get all add-ons for a single company

Returns the add-ons for a single company.

### Parameters

This endpoint does not need any parameter.

### Return type

[**crate::models::SubscriptionAddonsResponse200**](subscriptionAddonsResponse200.md)

### Authorization

[api_key](../README.md#api_key), [oauth2](../README.md#oauth2)

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