# Retrieve host details Retrieve the registration details of the specified host. Endpoint: GET /hosts/{host} Version: 3.0.0 Security: SessionKey ## Path parameters: - `host` (integer, required) Unique identifier of the requested host ## Response 200 fields (application/json): - `self` (string) URI of the host resource - `name` (string) Unique name of the event host - `contact` (string) First and last name of the event host's primary contact person - `email` (string) Primary contact email address of the event host - `description` (string) Brief description of the nature of the events put on by the host - `phone` (string) Primary contact number of the event host - `website` (string) URL of the event host's website, if one exists - `country` (string) The country in which the host's events will be primarily staged - `firstAddressLine` (string) The first line of the event host's mailing address - `secondAddressLine` (string) The second line of the event host's mailing address - `city` (string) The city portion of the event host's mailing address - `state` (string) The state, parish or district portion of the event host's mailing address - `businessNo` (string) The event host's unique registration number, if it maintains a registered business entity - `administrators` (string) URI of the host's administrative user collection - `events` (string) URI of the collection of events being staged by this host ## Response 404 fields (application/json): - `message` (string) Reason for the given response.