Skip to main content
POST
Start Poll

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

response_id
integer
required

Response

Successful Response

Response when starting a poll.

response_id
integer
required
current_question_index
integer
required
total_questions
integer
required
question
PollQuestionResponse · object
required

Poll question with options.