github.com/twilio/twilio-go@v1.20.1/rest/trusthub/v1/docs/ComplianceInquiriesTollfreeInitializeApi.md (about) 1 # ComplianceInquiriesTollfreeInitializeApi 2 3 All URIs are relative to *https://trusthub.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**CreateComplianceTollfreeInquiry**](ComplianceInquiriesTollfreeInitializeApi.md#CreateComplianceTollfreeInquiry) | **Post** /v1/ComplianceInquiries/Tollfree/Initialize | 8 9 10 11 ## CreateComplianceTollfreeInquiry 12 13 > TrusthubV1ComplianceTollfreeInquiry CreateComplianceTollfreeInquiry(ctx, optional) 14 15 16 17 Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. 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 CreateComplianceTollfreeInquiryParams struct 26 27 28 Name | Type | Description 29 ------------- | ------------- | ------------- 30 **TollfreePhoneNumber** | **string** | The Tollfree phone number to be verified 31 **NotificationEmail** | **string** | The email address to receive the notification about the verification result. 32 **BusinessName** | **string** | The name of the business or organization using the Tollfree number. 33 **BusinessWebsite** | **string** | The website of the business or organization using the Tollfree number. 34 **UseCaseCategories** | **[]string** | The category of the use case for the Tollfree Number. List as many are applicable.. 35 **UseCaseSummary** | **string** | Use this to further explain how messaging is used by the business or organization. 36 **ProductionMessageSample** | **string** | An example of message content, i.e. a sample message. 37 **OptInImageUrls** | **[]string** | Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. 38 **OptInType** | **string** | 39 **MessageVolume** | **string** | Estimate monthly volume of messages from the Tollfree Number. 40 **BusinessStreetAddress** | **string** | The address of the business or organization using the Tollfree number. 41 **BusinessStreetAddress2** | **string** | The address of the business or organization using the Tollfree number. 42 **BusinessCity** | **string** | The city of the business or organization using the Tollfree number. 43 **BusinessStateProvinceRegion** | **string** | The state/province/region of the business or organization using the Tollfree number. 44 **BusinessPostalCode** | **string** | The postal code of the business or organization using the Tollfree number. 45 **BusinessCountry** | **string** | The country of the business or organization using the Tollfree number. 46 **AdditionalInformation** | **string** | Additional information to be provided for verification. 47 **BusinessContactFirstName** | **string** | The first name of the contact for the business or organization using the Tollfree number. 48 **BusinessContactLastName** | **string** | The last name of the contact for the business or organization using the Tollfree number. 49 **BusinessContactEmail** | **string** | The email address of the contact for the business or organization using the Tollfree number. 50 **BusinessContactPhone** | **string** | The phone number of the contact for the business or organization using the Tollfree number. 51 52 ### Return type 53 54 [**TrusthubV1ComplianceTollfreeInquiry**](TrusthubV1ComplianceTollfreeInquiry.md) 55 56 ### Authorization 57 58 [accountSid_authToken](../README.md#accountSid_authToken) 59 60 ### HTTP request headers 61 62 - **Content-Type**: application/x-www-form-urlencoded 63 - **Accept**: application/json 64 65 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 66 [[Back to Model list]](../README.md#documentation-for-models) 67 [[Back to README]](../README.md) 68