Create a question in a Q&A session

Submits a new question to the specified Q&A session on behalf of the authenticated attendee. The attendee's attendee type must be included in the session's allowed types. Rate-limited: an attendee can only submit one question per session. If the session is moderated, the question is created with 'pending' status and the response body is empty (null data) until approved. If anonymous_questions is enabled on the session and the request sets anonymous_question to true, the attendee identity is not stored.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

integer
required

Q&A Session ID

Body Params
string
required

The question text

boolean

Whether to submit anonymously

Responses
200

Question created (or null if session is moderated)

401

Unauthorized - missing or invalid token

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!