Retrieve the registration details of the requested event
Security
SessionKey(Required scopes: publiccustomeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/events/{event}
- QA Serverhttps://qa.ticketingevents.com/v3/events/{event}
- Production Serverhttps://api.ticketingevents.com/v3/events/{event}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/events/{event}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Details of the requested event were successfully retrieved.
Long form text detailing what the event is about, including performing acts, amenities and additional information important to potential attendees
Response
{ "self": "/events/16993717817996", "title": "Dawn of the Seven Premier", "description": "World Premier of the long anticipated movie event of the\nyear: Dawn of the Seven\n", "category": { "self": "/categories/16878141745207", "name": "Party", "subcategories": [ … ] }, "subcategory": { "self": "/categories/17720402945929", "name": "Boat Cruise", "subcategories": [] }, "start": "2024-06-07T20:00:00Z", "end": "2024-06-07T23:00:00Z", "host": { "self": "/hosts/16951985851389", "name": "The Boys Entertainment", "contact": "Billy Butcher", "email": "billy.butcher@fbsa.gov", "description": "Premier events for supes of all ages", "phone": "+1 (268) 555 8075", "website": "https://theboys.net", "country": "Antigua and Barbuda", "firstAddressLine": "Wireless Road", "secondAddressLine": "Clare Hall", "city": "St. John's", "district": "Saint John", "businessNo": "A5585291", "events": "/hosts/16951985851389/events" }, "venue": { "self": "/venues/16878146473429", "name": "Vought Tower", "region": { … }, "longitude": -73.99214, "latitude": 40.75518, "address": "7th Ave, Manhattan, New York", "map": "https://maps.googleapis.com/maps/api/staticmap?center=40.75518,-73.99214&zoom=15&size=600x300&maptype=roadmap&markers=color:red%7C40.75518,-73.99214&key=AIzaSyCyLy8bOLUTLbQLVQFwf1eVO2UIVO8_4kQ&signature=IowClV__Bha7DFVe7TIG-osgyDE=" }, "disclaimer": "", "tags": [ "homelander", "queen maeve", "the deep", "A-Train" ], "published": "2024-02-17T07:32:00Z", "banner": "http://localhost/media/16993717817996-banner.jpeg", "thumbnail": "http://localhost/media/16993717817996-thumbnail.jpeg" }