put
https://my.surveypal.com/api/rest/survey//answer/email
Add an email answer to the survey.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -i -X PUT \
-H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
-H "Accept:application/json" \
'https://my.surveypal.com/api/rest/survey/:id/answer/email?email=:email&unique=:unique&anonymous=:anonymous&localeId=:localeId&meta=:meta'