# Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session. **POST /v1/ComplianceInquiries/Registration/RegulatoryCompliance/GB/Initialize** Create a new Compliance Registration 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) - **EndUserType** (string) - **PhoneNumberType** (string) - **BusinessIdentityType** (string) - **BusinessRegistrationAuthority** (string) - **BusinessLegalName** (string) he name of the business or organization using the Tollfree number. - **NotificationEmail** (string) he email address to receive the notification about the verification result. - **AcceptedNotificationReceipt** (boolean) The email address to receive the notification about the verification result. - **BusinessRegistrationNumber** (string) Business registration number of the business - **BusinessWebsiteUrl** (string) The URL of the business website - **FriendlyName** (string) Friendly name for your business information - **AuthorizedRepresentative1FirstName** (string) First name of the authorized representative - **AuthorizedRepresentative1LastName** (string) Last name of the authorized representative - **AuthorizedRepresentative1Phone** (string) Phone number of the authorized representative - **AuthorizedRepresentative1Email** (string) Email address of the authorized representative - **AuthorizedRepresentative1DateOfBirth** (string) Birthdate of the authorized representative - **AddressStreet** (string) Street address of the business - **AddressStreetSecondary** (string) Street address of the business - **AddressCity** (string) City of the business - **AddressSubdivision** (string) State or province of the business - **AddressPostalCode** (string) Postal code of the business - **AddressCountryCode** (string) Country code of the business - **EmergencyAddressStreet** (string) Street address of the business - **EmergencyAddressStreetSecondary** (string) Street address of the business - **EmergencyAddressCity** (string) City of the business - **EmergencyAddressSubdivision** (string) State or province of the business - **EmergencyAddressPostalCode** (string) Postal code of the business - **EmergencyAddressCountryCode** (string) Country code of the business - **UseAddressAsEmergencyAddress** (boolean) Use the business address as the emergency address - **FileName** (string) The name of the verification document to upload - **File** (string) The verification document to upload - **FirstName** (string) The first name of the Individual User. - **LastName** (string) The last name of the Individual User. - **DateOfBirth** (string) The date of birth of the Individual User. - **IndividualEmail** (string) The email address of the Individual User. - **IndividualPhone** (string) The phone number of the Individual User. - **IsIsvEmbed** (boolean) Indicates if the inquiry is being started from an ISV embedded component. - **IsvRegisteringForSelfOrTenant** (string) Indicates if the isv registering for self or tenant. - **StatusCallbackUrl** (string) The url we call to inform you of bundle changes. - **ThemeSetId** (string) Theme id for styling 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 RegistrationId matching the Registration 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)