github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/docs/CountriesApi.md (about)

     1  # \CountriesApi
     2  
     3  All URIs are relative to *https://portal.vacd.biz/api/v1*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**GetAvailableCountries**](CountriesApi.md#GetAvailableCountries) | **Get** /admin/accounts/{accountId}/countries/available | Get Available Countries
     8  
     9  
    10  
    11  ## GetAvailableCountries
    12  
    13  > []Country GetAvailableCountries(ctx, accountId)
    14  Get Available Countries
    15  
    16  Get a list of available countries
    17  
    18  ### Required Parameters
    19  
    20  
    21  Name | Type | Description  | Notes
    22  ------------- | ------------- | ------------- | -------------
    23  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    24  **accountId** | **string**|  | 
    25  
    26  ### Return type
    27  
    28  [**[]Country**](Country.md)
    29  
    30  ### Authorization
    31  
    32  [ApiKeyAuth](../README.md#ApiKeyAuth)
    33  
    34  ### HTTP request headers
    35  
    36  - **Content-Type**: Not defined
    37  - **Accept**: application/json
    38  
    39  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    40  [[Back to Model list]](../README.md#documentation-for-models)
    41  [[Back to README]](../README.md)
    42