Skip to content

Respond to a poll.

Request

Respond to a poll.

Security
oauth2_as_a_user(Required scopes: feeds.engage)
Path
poll_idintegerrequired

ID of the poll

Bodyapplication/jsonrequired

Answer data

Array of strings
curl -i -X POST \
  'https://partner.socialchorus.com/v2/feed/polls/{poll_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '[
    "string"
  ]'

Responses

Success

Bodyapplication/json
dataobject(Feeds.Poll.Resource)
Response
{ "data": { "id": 456, "type": "unanswered_poll", "attributes": {} } }