get https://my.surveypal.com/api/rest/survey//preview
Survey image preview.
Get the url address of the survey preview.
curl -i -X GET \
-H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
-H "Accept:application/json" \
'https://my.surveypal.com/api/rest/survey/:id/preview'
See the preview in your browser.