cURL
curl --request POST \ --url https://api.scoot.app/api/v1/survey/answer \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "surveyQuestionId": 123, "answer": "<string>", "skipped": true, "referenceType": "<string>", "referenceId": "<string>" } '
Documentation IndexFetch the complete documentation index at: https://docs.scoot.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.scoot.app/llms.txt
Use this file to discover all available pages before exploring further.
OK