{"info":{"_postman_id":"8e3bd102-b4a9-3192-16d6-3b7018ffedd7","name":"Venue Maps","description":"<html><head></head><body><p>The <strong>HERE Venue Maps API</strong> returns detailed up-to-date information on geometry, metadata, Points of Interest (POI) and indoor routing for more than 12 000 venues around the world. </p>\n<p>The Venue Maps API provides solutions for the following high level use cases:</p>\n<ul>\n<li>Discover venues in a certain area of the world</li>\n<li>Get a venue map image tile</li>\n<li>Get a venue map JSON tile</li>\n<li>Get full information of a venue and customize your experience</li>\n</ul>\n<p>This example set works with version <strong>1.1</strong> or higher</p>\n<p>Additional information can be found on <a href=\"https://developer.here.com/rest-apis/documentation/venue-maps\">developer.here.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"8e3bd102-b4a9-3192-16d6-3b7018ffedd7","publishedId":"RW1Yq1RM","public":true,"customColor":null,"publishDate":"2018-04-25T12:21:02.000Z"},"item":[{"name":"Obtain Signature","id":"01ad7275-a0d1-f884-25e7-6d7c7e6fa4b0","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://signature.venue.maps.cit.api.here.com/venues/signature/v1?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request authentication credentials</em></p>\n<p>The <code>Signature</code>, <code>Policy</code> and <code>Key-Pair-Id</code> retrieved must be used for authentication in subsequent requests.</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["venues","signature","v1"],"host":["signature","venue","maps","cit","api","here","com"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"01ad7275-a0d1-f884-25e7-6d7c7e6fa4b0"},{"name":"Room Definitions","id":"929c1c72-7913-152e-d622-78a94b893c78","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","type":"text","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","type":"text","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","type":"text","value":"{{YOUR_KEY_PAIR_ID}}"}]},"url":"https://static-1.venue.maps.cit.api.here.com/0/tiles-ia/L1/12022001101210030210.js?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&Signature={{YOUR_SIGNATURE}}&Policy={{YOUR_POLICY}}&Key-Pair-Id={{YOUR_KEY_PAIR_ID}}","description":"<p><em>Request a list of the name and shape of rooms found within a single venue map tile</em></p>\n<p>Room data associated with a map tile is requested by passing <code>tiles-ia</code> in the path of the request URL, along with a known <code>floor</code> and <code>quadkey</code> and associated authentication credentials.</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n<li><p><strong>Signature</strong>  <code>text</code>\n - Signature</p>\n</li>\n<li><p><strong>Policy</strong>  <code>text</code>\n - Policy</p>\n</li>\n<li><p><strong>Key-Pair-Id</strong>  <code>text</code>\n - Key-Pair-Id</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["0","tiles-ia","L1","12022001101210030210.js"],"host":["static-1","venue","maps","cit","api","here","com"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","value":"{{YOUR_KEY_PAIR_ID}}"}],"variable":[]}},"response":[],"_postman_id":"929c1c72-7913-152e-d622-78a94b893c78"},{"name":"Places within a Venue","id":"a198b117-aa0c-b0f5-8721-29068df17fa2","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","type":"text","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","type":"text","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","type":"text","value":"{{YOUR_KEY_PAIR_ID}}"}]},"url":"https://static-1.venue.maps.cit.api.here.com/1/models-poi/DM_7205.js?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&Signature={{YOUR_SIGNATURE}}&Policy={{YOUR_POLICY}}&Key-Pair-Id={{YOUR_KEY_PAIR_ID}}","description":"<p><em>Request a list of the places within a venue</em></p>\n<p>Details of the individual places to be found within a venue can be obtained by passing <code>models-poi</code> in the path of the request URL and appending the <code>id</code> of the venue in question along with associated authentication credentials.</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n<li><p><strong>Signature</strong>  <code>text</code>\n - Signature</p>\n</li>\n<li><p><strong>Policy</strong>  <code>text</code>\n - Policy</p>\n</li>\n<li><p><strong>Key-Pair-Id</strong>  <code>text</code>\n - Key-Pair-Id</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["1","models-poi","DM_7205.js"],"host":["static-1","venue","maps","cit","api","here","com"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","value":"{{YOUR_KEY_PAIR_ID}}"}],"variable":[]}},"response":[],"_postman_id":"a198b117-aa0c-b0f5-8721-29068df17fa2"},{"name":"Full Venue Model","id":"27e58bd1-3c02-b1b1-c3de-5d8613686f9f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","type":"text","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","type":"text","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","type":"text","value":"{{YOUR_KEY_PAIR_ID}}"}]},"url":"https://static-1.venue.maps.cit.api.here.com/1/models-full/DM_12321.js?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&Signature={{YOUR_SIGNATURE}}&Policy={{YOUR_POLICY}}&Key-Pair-Id={{YOUR_KEY_PAIR_ID}}","description":"<p><em>Request extended details of places found within a venue</em></p>\n<p>A full model of a venue can be obtained by passing <code>models-full</code> in the path of the request URL and appending the <code>id</code> of the venue in question along with associated authentication credentials. </p>\n<p>  Note that the client-side process formatting the JSON response may take some time in older browsers.</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n<li><p><strong>Signature</strong>  <code>text</code>\n - Signature</p>\n</li>\n<li><p><strong>Policy</strong>  <code>text</code>\n - Policy</p>\n</li>\n<li><p><strong>Key-Pair-Id</strong>  <code>text</code>\n - Key-Pair-Id</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["1","models-full","DM_12321.js"],"host":["static-1","venue","maps","cit","api","here","com"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","value":"{{YOUR_KEY_PAIR_ID}}"}],"variable":[]}},"response":[],"_postman_id":"27e58bd1-3c02-b1b1-c3de-5d8613686f9f"},{"name":"Venues within a Bounding Box","id":"1df226e0-5ee1-ef97-dd97-943bffc6c7d1","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"bbox","type":"text","value":"52.5627,13.3260;52.5171,13.4162"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://discovery.venue.maps.cit.api.here.com/venues/discovery/v1?bbox=52.5627,13.3260;52.5171,13.4162&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request a list of venues found within a defined area</em></p>\n<p>A bounding box is specified using the <code>bbox</code> parameter in the request URL.</p>\n<ul>\n<li><p><strong>bbox</strong>  <code>bbox</code>\n - A type of spatial filter. A bounding box specifies the top-right and bottom left corners of an area to search.    e.g. <code>52.515,13.377;52.134,13.978</code></p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["venues","discovery","v1"],"host":["discovery","venue","maps","cit","api","here","com"],"query":[{"key":"bbox","value":"52.5627,13.3260;52.5171,13.4162"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"1df226e0-5ee1-ef97-dd97-943bffc6c7d1"},{"name":"Venue Clusters within a Bounding Box","id":"f2ea19cf-285f-4287-647e-0044be689548","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"bbox","type":"text","value":"43.4461,-90.0556;38.8885,-83.3594"},{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"}]},"url":"https://discovery.venue.maps.cit.api.here.com/venues/discovery/v1?bbox=43.4461,-90.0556;38.8885,-83.3594&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","description":"<p><em>Request an overview of the number venues across a large area</em></p>\n<p>A bounding box is specified using the <code>bbox</code> parameter in the request URL.</p>\n<ul>\n<li><p><strong>bbox</strong>  <code>bbox</code>\n - A type of spatial filter. A bounding box specifies the top-right and bottom left corners of an area to search.    e.g. <code>52.515,13.377;52.134,13.978</code></p>\n</li>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["venues","discovery","v1"],"host":["discovery","venue","maps","cit","api","here","com"],"query":[{"key":"bbox","value":"43.4461,-90.0556;38.8885,-83.3594"},{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"}],"variable":[]}},"response":[],"_postman_id":"f2ea19cf-285f-4287-647e-0044be689548"},{"name":"Base64 Encoded Map Tiles","id":"f999e32f-3320-dff9-0e3a-0d9d78475a63","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","type":"text","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","type":"text","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","type":"text","value":"{{YOUR_KEY_PAIR_ID}}"}]},"url":"https://static-1.venue.maps.cit.api.here.com/0/tiles-ia-b64/L1/12022001101210030210.js?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&Signature={{YOUR_SIGNATURE}}&Policy={{YOUR_POLICY}}&Key-Pair-Id={{YOUR_KEY_PAIR_ID}}","description":"<p><em>Request a base64 encoded map tile and associated room definitions with a single request</em></p>\n<p>A base64 encoded map tile together with the room definitions, is requested by passing <code>tiles-ia-b64</code> in the path of the request URL, along with a known <code>floor</code> and <code>quadkey</code> and associated authentication credentials.</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n<li><p><strong>Signature</strong>  <code>text</code>\n - Signature</p>\n</li>\n<li><p><strong>Policy</strong>  <code>text</code>\n - Policy</p>\n</li>\n<li><p><strong>Key-Pair-Id</strong>  <code>text</code>\n - Key-Pair-Id</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["0","tiles-ia-b64","L1","12022001101210030210.js"],"host":["static-1","venue","maps","cit","api","here","com"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","value":"{{YOUR_KEY_PAIR_ID}}"}],"variable":[]}},"response":[],"_postman_id":"f999e32f-3320-dff9-0e3a-0d9d78475a63"},{"name":"Venue Map Tile","id":"4579707e-954c-1d23-39a3-55ad26e1eb8e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"app_id","type":"text","value":"{{YOUR_APP_ID}}"},{"key":"app_code","type":"text","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","type":"text","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","type":"text","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","type":"text","value":"{{YOUR_KEY_PAIR_ID}}"}]},"url":"https://static-1.venue.maps.cit.api.here.com/0/tiles-png/L1/12022001101210030210.png?app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&Signature={{YOUR_SIGNATURE}}&Policy={{YOUR_POLICY}}&Key-Pair-Id={{YOUR_KEY_PAIR_ID}}","description":"<p><em>Request an individual venue map tile</em></p>\n<p>In addition to the usual <code>app_id</code> and <code>app_code</code>, three additional parameters are required for authentication purposes. The <code>Signature</code>, <code>Policy</code> and <code>Key-Pair-Id</code> parameters have been obtained from a prior request to the <code>Signature</code> endpoint.</p>\n<ul>\n<li><p><strong>app_id</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_id</code> with every request.</p>\n</li>\n<li><p><strong>app_code</strong>  <code>text</code>\n - A 20 byte Base64 URL-safe encoded string used for the authentication of the client application.    You must include an <code>app_code</code> with every request.</p>\n</li>\n<li><p><strong>Signature</strong>  <code>text</code>\n - Signature</p>\n</li>\n<li><p><strong>Policy</strong>  <code>text</code>\n - Policy</p>\n</li>\n<li><p><strong>Key-Pair-Id</strong>  <code>text</code>\n - Key-Pair-Id</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["0","tiles-png","L1","12022001101210030210.png"],"host":["static-1","venue","maps","cit","api","here","com"],"query":[{"key":"app_id","value":"{{YOUR_APP_ID}}"},{"key":"app_code","value":"{{YOUR_APP_CODE}}"},{"key":"Signature","value":"{{YOUR_SIGNATURE}}"},{"key":"Policy","value":"{{YOUR_POLICY}}"},{"key":"Key-Pair-Id","value":"{{YOUR_KEY_PAIR_ID}}"}],"variable":[]}},"response":[],"_postman_id":"4579707e-954c-1d23-39a3-55ad26e1eb8e"}]}