/v1/projects/{projectId}/screener-questions

CHECKBOX: {
id: 3,
answerValues: [
{ id: 1, text: 'May Select' },
{ id: 2, text: 'Must Select' },
{ id: 3, text: 'Disqualify' },
],
},
RADIO: {
id: 1,
answerValues: [
{ id: 1, text: 'Qualify' },
{ id: 2, text: 'Disqualify' },
],
},

Language
Click Try It! to start a request and see the response here!