Retrieve the registration details of the specified host.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Details of the requested event host were successfully retrieved.
The event host's unique registration number, if it maintains a registered business entity
Response
{ "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" }