curl --request GET \
--url https://api.questra.ai/surveys/{survey_id_or_slug}/validation \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"success": true
}Validate the survey schema, checking especially for errors with the expression syntax used for survey conditionals and flow logic.
curl --request GET \
--url https://api.questra.ai/surveys/{survey_id_or_slug}/validation \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID or slug of the survey being referenced