# Retrieve ad zone details Retrieve the details of the specified advertising zone. Endpoint: GET /zones/{zone} Version: 3.0.0 Security: SessionKey ## Path parameters: - `zone` (integer, required) Unique identifier of the requested advertising zone ## Response 200 fields (application/json): - `self` (string) URI of the advertising zone resource - `name` (string) Unique name of the advertising zone - `description` (string) Text detailing where this zone appears (Events App, Website, etc.) and the type of advertising it will display - `number` (string) System generated alphanumeric string that uniquely identifies the advertising zone - `width` (number) The width (in pixels) that advertisements assigned to this zone must adhere to - `height` (number) The height (in pixels) that advertisements assigned to this zone must adhere to - `advertisements` (string) URI of the collection of advertisements assigned to this zone ## Response 404 fields (application/json): - `message` (string) Reason for the given response.