github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/docs/AuthApi.md (about) 1 # \AuthApi 2 3 All URIs are relative to *https://portal.vacd.biz/api/v1* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**GetTokens**](AuthApi.md#GetTokens) | **Get** /admin/token | Get Tokens 8 9 10 11 ## GetTokens 12 13 > []string GetTokens(ctx, ) 14 Get Tokens 15 16 Retrieves all API Tokens for the authenticated user 17 18 ### Required Parameters 19 20 This endpoint does not need any parameter. 21 22 ### Return type 23 24 **[]string** 25 26 ### Authorization 27 28 [ApiKeyAuth](../README.md#ApiKeyAuth) 29 30 ### HTTP request headers 31 32 - **Content-Type**: Not defined 33 - **Accept**: application/json 34 35 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 36 [[Back to Model list]](../README.md#documentation-for-models) 37 [[Back to README]](../README.md) 38