netlify-rust 0.1.1

An HTTP client for Netlify
Documentation
# \AccountTypeApi

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

Method | HTTP request | Description
------------- | ------------- | -------------
[**list_account_types_for_user**]AccountTypeApi.md#list_account_types_for_user | **GET** /accounts/types | 



## list_account_types_for_user

> Vec<crate::models::AccountType> list_account_types_for_user()


### Parameters

This endpoint does not need any parameter.

### Return type

[**Vec<crate::models::AccountType>**](accountType.md)

### Authorization

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

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