Get Event
Returns a single event by its ID with stock, sales info, an image, and a seating map.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
The ID of the event.
Responses
200
Event details
application/json
400
Missing or invalid event ID
application/json
404
Event not found
application/json
get
/event/{id}Last updated
Was this helpful?