Skip to main content
POST
Answer Question

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
question_id
integer
required

Body

application/json

Request to answer a poll question.

option_id
integer
required

Response

Successful Response

Response after answering.

success
boolean
required
is_completed
boolean
required
total_questions
integer
required
next_question
PollQuestionResponse · object | null

Poll question with options.

current_question_index
integer | null
reward_granted
integer | null
message
string | null