Skip to main content
POST
/
api
/
v1
/
survey
/
answer
POST /api/v1/survey/answer
curl --request POST \
  --url https://api.scoot.app/api/v1/survey/answer \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "surveyQuestionId": 123,
  "answer": "<string>",
  "skipped": true,
  "referenceType": "<string>",
  "referenceId": "<string>"
}'
Submits answers to survey questions for a specific survey.

Body

application/json
userId
string<uuid>
surveyQuestionId
integer
answer
string
skipped
boolean
referenceType
string
referenceId
string

Response

200

OK

I