# Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. **POST /v1/ComplianceInquiries/Tollfree/Initialize** Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. ## Servers - https://trusthub.twilio.com: https://trusthub.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/x-www-form-urlencoded (object) - **TollfreePhoneNumber** (string(phone-number)) The Tollfree phone number to be verified - **NotificationEmail** (string) The email address to receive the notification about the verification result. - **BusinessName** (string) The name of the business or organization using the Tollfree number. - **BusinessWebsite** (string) The website of the business or organization using the Tollfree number. - **UseCaseCategories** (array[string]) The category of the use case for the Tollfree Number. List as many are applicable.. - **UseCaseSummary** (string) Use this to further explain how messaging is used by the business or organization. - **ProductionMessageSample** (string) An example of message content, i.e. a sample message. - **OptInImageUrls** (array[string]) Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. - **OptInType** (string) - **MessageVolume** (string) Estimate monthly volume of messages from the Tollfree Number. - **BusinessStreetAddress** (string) The address of the business or organization using the Tollfree number. - **BusinessStreetAddress2** (string) The address of the business or organization using the Tollfree number. - **BusinessCity** (string) The city of the business or organization using the Tollfree number. - **BusinessStateProvinceRegion** (string) The state/province/region of the business or organization using the Tollfree number. - **BusinessPostalCode** (string) The postal code of the business or organization using the Tollfree number. - **BusinessCountry** (string) The country of the business or organization using the Tollfree number. - **AdditionalInformation** (string) Additional information to be provided for verification. - **BusinessContactFirstName** (string) The first name of the contact for the business or organization using the Tollfree number. - **BusinessContactLastName** (string) The last name of the contact for the business or organization using the Tollfree number. - **BusinessContactEmail** (string) The email address of the contact for the business or organization using the Tollfree number. - **BusinessContactPhone** (string(phone-number)) The phone number of the contact for the business or organization using the Tollfree number. - **ThemeSetId** (string) Theme id for styling the inquiry form. - **SkipMessagingUseCase** (boolean) Skip the messaging use case screen of the inquiry form. ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **inquiry_id** (string | null) The unique ID used to start an embedded compliance registration session. - **inquiry_session_token** (string | null) The session token used to start an embedded compliance registration session. - **registration_id** (string | null) The TolfreeId matching the Tollfree Profile that should be resumed or resubmitted for editing. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)