github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/AccountsAuthorizedConnectAppsApi.md (about) 1 # AccountsAuthorizedConnectAppsApi 2 3 All URIs are relative to *https://api.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**FetchAuthorizedConnectApp**](AccountsAuthorizedConnectAppsApi.md#FetchAuthorizedConnectApp) | **Get** /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps/{ConnectAppSid}.json | 8 [**ListAuthorizedConnectApp**](AccountsAuthorizedConnectAppsApi.md#ListAuthorizedConnectApp) | **Get** /2010-04-01/Accounts/{AccountSid}/AuthorizedConnectApps.json | 9 10 11 12 ## FetchAuthorizedConnectApp 13 14 > ApiV2010AuthorizedConnectApp FetchAuthorizedConnectApp(ctx, ConnectAppSidoptional) 15 16 17 18 Fetch an instance of an authorized-connect-app 19 20 ### Path Parameters 21 22 23 Name | Type | Description 24 ------------- | ------------- | ------------- 25 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 26 **ConnectAppSid** | **string** | The SID of the Connect App to fetch. 27 28 ### Other Parameters 29 30 Other parameters are passed through a pointer to a FetchAuthorizedConnectAppParams struct 31 32 33 Name | Type | Description 34 ------------- | ------------- | ------------- 35 **PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch. 36 37 ### Return type 38 39 [**ApiV2010AuthorizedConnectApp**](ApiV2010AuthorizedConnectApp.md) 40 41 ### Authorization 42 43 [accountSid_authToken](../README.md#accountSid_authToken) 44 45 ### HTTP request headers 46 47 - **Content-Type**: Not defined 48 - **Accept**: application/json 49 50 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 51 [[Back to Model list]](../README.md#documentation-for-models) 52 [[Back to README]](../README.md) 53 54 55 ## ListAuthorizedConnectApp 56 57 > []ApiV2010AuthorizedConnectApp ListAuthorizedConnectApp(ctx, optional) 58 59 60 61 Retrieve a list of authorized-connect-apps belonging to the account used to make the request 62 63 ### Path Parameters 64 65 This endpoint does not need any path parameter. 66 67 ### Other Parameters 68 69 Other parameters are passed through a pointer to a ListAuthorizedConnectAppParams struct 70 71 72 Name | Type | Description 73 ------------- | ------------- | ------------- 74 **PathAccountSid** | **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read. 75 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 76 **Limit** | **int** | Max number of records to return. 77 78 ### Return type 79 80 [**[]ApiV2010AuthorizedConnectApp**](ApiV2010AuthorizedConnectApp.md) 81 82 ### Authorization 83 84 [accountSid_authToken](../README.md#accountSid_authToken) 85 86 ### HTTP request headers 87 88 - **Content-Type**: Not defined 89 - **Accept**: application/json 90 91 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 92 [[Back to Model list]](../README.md#documentation-for-models) 93 [[Back to README]](../README.md) 94