Skip to content

Instantly share code, notes, and snippets.

Get Custom Question:
curl -X GET -H "Authorization: Bearer ZSQNYEXM6EHJFZRTDRFH" -H "Cache-Control: no-cache" -H "https://www.eventbriteapi.com/v3/events/[EVENT ID HERE]/questions/"
Set Custom Question:
curl -X POST -H "Authorization: Bearer [API TOKEN HERE]" -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H -d '{
"question": {
"question": {
"html": "Another Question - What should it be?"
},
{
"event" : {
"name": {
"html": "Here is an event name"
},
"start": {
"timezone": "America/Chicago",
"utc": "2016-08-03T00:00:00Z"
},
"end": {