/polls

Returns a list of polls that you've sent out

This API returns a list of polls you've created in Mixmax, along with who has voted in them.

ParameterTypeDescription
_idString Unique ID
createdAtTimestampUnix timestamp when it was created
userIdStringYour user id
questionStringThe poll question, entered when it was created
livePollBooleanValue of the "Recipients can view results of poll" checkbox when it was created
optionsArrayArray of answers to the poll
options.textStringText of the poll answer
options.respondentsArrayArray of respondents
options.respondents.emailStringEmail of respondent
options.respondents.nameStringName of respondent, if available (from the email the poll was sent in)
options.respondents.respondedAtTimestampWhen they responded
Language
Click Try It! to start a request and see the response here!