Skip to content

Retrieve event listing

Request

Retrieve the registration details of the requested event

Security
SessionKey(Required scopes: publiccustomeradministrator)
Path
eventintegerrequired

Unique identifier of the requested event

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/events/{event}' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Details of the requested event were successfully retrieved.

Bodyapplication/json
selfstring

URI of the event resource

titlestring

Unique name of the event

descriptionstring

Long form text detailing what the event is about, including performing acts, amenities and additional information important to potential attendees

startstring, (date-time)

The date and time at which the event is scheduled to begin

endstring, (date-time)

The date and time at which the event is scheduled to finish

hostobject(response-5)
venueobject(response-7)

The location at which the event is taking place

categoryobject(response-8)
subcategoryobject(response-8)
disclaimerstring

Subcategory under which the event is classified

tagsArray of strings

List of short phrases that can be used to search and share the event

publishedstring, (date-time)

The date and time at which the event was first published

bannerstring, (uri)

URI of the event's banner image

thumbnailstring, (uri)

URI of the event's thumbnail image

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" }