# Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session. **POST /v1/ComplianceInquiries/Customers/Initialize** Create a new Compliance 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) - **PrimaryProfileSid** (string) The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. - **NotificationEmail** (string) The email address that approval status updates will be sent to. If not specified, the email address associated with your primary customer profile will be used. - **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. - **customer_id** (string | null) The CustomerID matching the Customer 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)