Submit answers for a survey

Submits answers for a survey on behalf of the authenticated attendee. The answers parameter must be a JSON-encoded string containing a hash that maps custom field IDs to answer values. Works for both quiz-type and regular attendee surveys. Returns 400 if answer validations fail (e.g. required field missing, already answered).

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

Survey ID

Body Params
string
required

JSON-encoded hash of field_id => value, e.g. '{"123":"Great event!"}'

integer

Survey type enum (1=attendee, 2=business_conference_meetings)

Responses

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! Or choose an example:
application/json