v1

latestSwagger 2.02026-08-06250450289.0 KB
survey
v3

Create a survey

post/v3/surveys

Request body

namestring required
survey_type'ClassicForm' | 'NPS' | 'NPSChat' | 'Conversational' | 'CES' | 'CESChat' | 'CSAT' | 'CSATChat' required
workspace_idnumber

"workspace" has been renamed to "survey folder". We suggest using survey_folder_id instead of workspace_id

survey_folder_idnumber
visibility'Public' | 'Mine'
theme_idnumber
primary_languagestring
welcome_screen_button_textstring
welcome_textstring
welcome_descriptionstring

Example request

{
  "name": "Employee satisfaction survey",
  "settings": {
    "cut_off_date": "2026-10-06T20:49:50.480Z"
  }
}

Response

Successful