pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
# \UserConnectionsApi

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

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_user_connections**]UserConnectionsApi.md#get_user_connections | **GET** /userConnections | Get all user connections



## get_user_connections

> crate::models::UserConnectionsResponse200 get_user_connections()
Get all user connections

Returns data about all connections for the authorized user.

### Parameters

This endpoint does not need any parameter.

### Return type

[**crate::models::UserConnectionsResponse200**](userConnectionsResponse200.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)