# Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. **POST /v1/ComplianceInquiries/Customers/{CustomerId}/Initialize** Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. ## Servers - https://trusthub.twilio.com: https://trusthub.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **CustomerId** (string) The unique CustomerId matching the Customer Profile/Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Compliance Inquiry creation call. ### 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. - **ThemeSetId** (string) Theme id for styling the inquiry form. ## Responses ### 200 OK #### 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)