Event Attendees
Path parameters
event_idstring · uuidRequired
Event UUID
Responses
200
List of attendees
application/json
okbooleanOptionalExample:
true404
Not found - resource doesn't exist
application/json
500
Internal server error
application/json
get
/events/{event_id}/attendeesPath parameters
event_idstring · uuidRequired
Event UUID
Responses
200
Successfully marked as attending
application/json
okbooleanOptionalExample:
true401
Unauthorized - authentication required
application/json
404
Not found - resource doesn't exist
application/json
500
Internal server error
application/json
post
/events/{event_id}/attendeesPath parameters
event_idstring · uuidRequired
Event UUID
Responses
200
Successfully removed from attendees
application/json
okbooleanOptionalExample:
true401
Unauthorized - authentication required
application/json
404
Not found - resource doesn't exist
application/json
500
Internal server error
application/json
delete
/events/{event_id}/attendeesLast updated