github.com/twilio/twilio-go@v1.20.1/rest/verify/v2/docs/TemplatesApi.md (about) 1 # TemplatesApi 2 3 All URIs are relative to *https://verify.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListVerificationTemplate**](TemplatesApi.md#ListVerificationTemplate) | **Get** /v2/Templates | 8 9 10 11 ## ListVerificationTemplate 12 13 > []VerifyV2VerificationTemplate ListVerificationTemplate(ctx, optional) 14 15 16 17 List all the available templates for a given Account. 18 19 ### Path Parameters 20 21 This endpoint does not need any path parameter. 22 23 ### Other Parameters 24 25 Other parameters are passed through a pointer to a ListVerificationTemplateParams struct 26 27 28 Name | Type | Description 29 ------------- | ------------- | ------------- 30 **FriendlyName** | **string** | String filter used to query templates with a given friendly name. 31 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 32 **Limit** | **int** | Max number of records to return. 33 34 ### Return type 35 36 [**[]VerifyV2VerificationTemplate**](VerifyV2VerificationTemplate.md) 37 38 ### Authorization 39 40 [accountSid_authToken](../README.md#accountSid_authToken) 41 42 ### HTTP request headers 43 44 - **Content-Type**: Not defined 45 - **Accept**: application/json 46 47 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 48 [[Back to Model list]](../README.md#documentation-for-models) 49 [[Back to README]](../README.md) 50