---
title: "Get questionnaire questions for project and use case"
method: GET
path: "/v1/projects/{projectId}/rcs/questionnaire/{useCase}"
tags: ["RCS Questionnaire"]
---

# Get questionnaire questions for project and use case

`GET /v1/projects/{projectId}/rcs/questionnaire/{useCase}`

Returns questionnaire questions for a use case.

    The launch questionnaire is based on information required by different Suppliers and Operators. As such, especially the country specific, may be subject to change.

## Path parameters

- `projectId` string, required
- `useCase` 'MULTIUSE' | 'OTP' | 'PROMOTIONAL' | 'TRANSACTIONAL', required

## Query parameters

- `countries` string[]
- `usQuestionnaireBrandCampaignVersion` 'NON_US_PRIVATE' | 'NON_US_PUBLIC' | 'US_PRIVATE' | 'US_PUBLIC'
- `usQuestionnaireVersion` 'v1' | 'v2'

## Response `200`

Questionnaire questions

- RcsSenderDetailsQuestionnaireBaseDto
  - `general` RcsSenderDetailsQuestionnaireGeneralBaseDto, required
    - `questions` RcsSenderDetailsQuestionnaireGeneralQuestionsDto, required
      - `optInDescription` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `triggerDescription` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `interactionsDescription` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `optOutDescription` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `videoUris` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `screenshotUris` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
  - `verification` RcsSenderDetailsQuestionnaireVerificationBaseDto, required
    - `questions` RcsSenderDetailsQuestionnaireVerificationQuestionsDto, required
      - `name` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `email` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `title` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `website` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `phone` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `partner` RcsSenderDetailsQuestionnaireVerificationPartnerQuestionsDto, required
        - `companyName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
        - `contactName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
        - `contactEmailAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
  - `gb` RcsSenderDetailsQuestionnaireGBBaseDto
    - `questions` RcsSenderDetailsQuestionnaireGBQuestionsDto, required
      - `brandIndustry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `companyLegalName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `companyRegistrationNumber` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `fullCompanyAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `messagesVolume` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `messagesFrequency` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `campaignLength` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
  - `fr` RcsSenderDetailsQuestionnaireFRBaseDto
    - `questions` RcsSenderDetailsQuestionnaireFRQuestionsDto, required
      - `fullCompanyAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
      - `siren` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
        - `question` string, required — Human readable question.
        - `suggestedAnswers` string[], required — Suggested answers to the question.
  - `us` union — Launch questions specific for US.
    - object
      - `questions` union, required — Launch questions specific for US.
        - object
          - `ownershipType` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyLegalName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyPhoneNumber` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyEmailAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandIndustry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `legalForm` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxIdCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxId` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressLine` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCity` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressState` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressPostalCode` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `websiteUrl` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactFirstName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactSurname` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `stockExchange` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `stockSymbol` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `sampleMessages` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `messagesVolume` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedLink` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedPhone` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `ageGatedContent` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `directLending` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `optInConfirmationMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `helpMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `callToActionMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
        - object
          - `ownershipType` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyLegalName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyPhoneNumber` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyEmailAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandIndustry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `legalForm` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxIdCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxId` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressLine` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCity` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressState` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressPostalCode` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `websiteUrl` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactFirstName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactSurname` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `sampleMessages` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `messagesVolume` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedLink` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedPhone` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `ageGatedContent` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `directLending` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `optInConfirmationMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `helpMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `callToActionMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
        - object
          - `ownershipType` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyLegalName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyPhoneNumber` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyEmailAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandIndustry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `legalForm` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxIdCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxId` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressLine` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCity` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressPostalCode` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `websiteUrl` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactFirstName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactSurname` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `stockExchange` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `stockSymbol` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `sampleMessages` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `messagesVolume` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedLink` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedPhone` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `ageGatedContent` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `directLending` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `optInConfirmationMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `helpMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `callToActionMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
        - object
          - `ownershipType` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyLegalName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyPhoneNumber` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyEmailAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandIndustry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `legalForm` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxIdCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxId` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressLine` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCity` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressPostalCode` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `websiteUrl` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactFirstName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactSurname` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `sampleMessages` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `messagesVolume` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedLink` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedPhone` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `ageGatedContent` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `directLending` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `optInConfirmationMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `helpMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `callToActionMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
        - object
          - `ownershipType` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyLegalName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyPhoneNumber` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `companyEmailAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `brandIndustry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `legalForm` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxIdCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `taxId` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressLine` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCity` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressCountry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressState` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `addressPostalCode` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `websiteUrl` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactFirstName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `contactSurname` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `stockExchange` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `stockSymbol` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `sampleMessages` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `messagesVolume` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedLink` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `embeddedPhone` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `ageGatedContent` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `directLending` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `optInConfirmationMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `helpMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
          - `callToActionMessage` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
            - `question` string, required — Human readable question.
            - `suggestedAnswers` string[], required — Suggested answers to the question.
    - object — SenderDetailsQuestionnaireUSBaseDto is deprecated and will be removed in future versions. Please use BrandCampaignSenderDetailsQuestionnaireUSBaseDto instead.
      - `questions` RcsSenderDetailsQuestionnaireUSQuestionsDto, required — SenderDetailsQuestionnaireUSQuestionsDto is deprecated and will be removed in future versions. Please use BrandCampaignSenderDetailsQuestionnaireUSQuestionsDto instead.
        - `companyLegalName` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
        - `ein` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
        - `brandIndustry` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
        - `fullCompanyAddress` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
        - `smsCampaign` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.
        - `messagesVolume` RcsSenderDetailsQuestionnaireQuestionObjectDto, required
          - `question` string, required — Human readable question.
          - `suggestedAnswers` string[], required — Suggested answers to the question.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/sinch/apis/provisioning-api.md) · [All operations](https://skmtc.net/sinch/apis/provisioning-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/provisioning-api/revisions/c78a716de420/schema)
