{"info":{"_postman_id":"037a8f18-b3b7-4d88-b28a-450a7f5b0e77","name":"Appmiral Content API","description":"<html><head></head><body><p>Welcome to the documentation of the Appmiral Content API.</p>\n<h1 id=\"version-history\">Version History</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>API Version</strong></th>\n<th>State</th>\n<th>Release Date</th>\n<th>Deprecated</th>\n<th>Deactivated</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><del>v4</del></td>\n<td>Deactivated</td>\n<td>Jan 6 2017</td>\n<td>Feb 17 2020</td>\n<td>Jan 31 2022</td>\n</tr>\n<tr>\n<td><del>v5</del></td>\n<td>Deactivated</td>\n<td>May 2 2019</td>\n<td>Feb 17 2020</td>\n<td>Jan 31 2022</td>\n</tr>\n<tr>\n<td>v6</td>\n<td>Deprecated</td>\n<td>Feb 17 2020</td>\n<td>Sep 14 2023</td>\n<td>-</td>\n</tr>\n<tr>\n<td><strong>v7</strong></td>\n<td><strong>Active</strong></td>\n<td><strong>Sep 14 2023</strong></td>\n<td>-</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"common-fields\">Common Fields</h1>\n<p>This section explains some of the common fields returned by the Appmiral Content API.</p>\n<h4 id=\"object-ids\">Object IDs</h4>\n<p>Almost all objects returned by the Appmiral API have an <code>id</code> field. This is their unique ID in the Appmiral database. This value is always an integer and is unique <strong>per object type</strong>. Meaning a Stage and an Artist can both have <code>1</code> as their ID.</p>\n<h4 id=\"external-ids\">External IDs</h4>\n<p>Some content may be imported into Appmiral from third party systems, for example via our timetable importers. In that those objects will have an <code>external_id</code> field. This field is a string and will contain the ID of the object in the third party system.</p>\n<h4 id=\"priority\">Priority</h4>\n<p>Some types of content have a <code>priority</code> field. The value of this field is used to order the content in the user interface. <strong>A lower value means more important</strong>! Meaning priority 10 should be displayed before priority 50.</p>\n<p>Newly created objects in the Appmiral CMS will have a priority of 100 by default.</p>\n<h4 id=\"colors\">Colors</h4>\n<p>Whenever colors are returned by the Appmiral API, it will be a string in the form of a 6-digit HEX color code including the hashtag. For example <strong>#F1C91A</strong>.</p>\n<h4 id=\"dates\">Dates</h4>\n<p>All dates are returned as ISO8601 timestamps. All dates are returned in UTC timezone. For example <strong>2020-08-23T19:30:00+00:00</strong>.</p>\n<h1 id=\"images\">Images</h1>\n<p>Many API endpoints will return objects that include images, e.g. Artists, Playlists, Sponsors, ... To ensure optimal performance on the clients, the Appmiral backend will automatically create various resized versions of all uploaded images.</p>\n<p>Mobile devices exist in a wide variety of screen resolutions and pixel densities so there is no ideal thumb, small or large size that fits for each device. That is why the Image object contains keys indicating the <strong>width</strong> of the resized image. It is the <strong>client's responsibility</strong> to select the optimal image based on where the image is used.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"100\": \"https:\\/\\/s3-eu-west-1.amazonaws.com\\/appmiral-images\\/prod\\/performance\\/0023\\/12\\/thumb_2211326_performance_100.jpeg\",\n    \"250\": \"https:\\/\\/s3-eu-west-1.amazonaws.com\\/appmiral-images\\/prod\\/performance\\/0023\\/12\\/thumb_2211326_performance_250.jpeg\",\n    \"500\": \"https:\\/\\/s3-eu-west-1.amazonaws.com\\/appmiral-images\\/prod\\/performance\\/0023\\/12\\/thumb_2211326_performance_500.jpeg\",\n    \"960\": \"https:\\/\\/s3-eu-west-1.amazonaws.com\\/appmiral-images\\/prod\\/performance\\/0023\\/12\\/thumb_2211326_performance_960.jpeg\",\n    \"1080\": \"https:\\/\\/s3-eu-west-1.amazonaws.com\\/appmiral-images\\/prod\\/performance\\/0023\\/12\\/thumb_2211326_performance_1080.jpeg\"\n}\n\n</code></pre>\n<h1 id=\"requests\">Requests</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Version History","slug":"version-history"},{"content":"Common Fields","slug":"common-fields"},{"content":"Images","slug":"images"},{"content":"Requests","slug":"requests"}],"owner":"21064095","collectionId":"037a8f18-b3b7-4d88-b28a-450a7f5b0e77","publishedId":"2sA3kaCyji","public":true,"customColor":{"top-bar":"eeeeee","right-sidebar":"303030","highlight":"ef5b25"},"publishDate":"2024-08-16T12:04:48.000Z"},"item":[{"name":"General","item":[{"name":"Get edition","id":"f23f9d41-cc23-4585-9911-460d244692f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"http://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}","urlObject":{"protocol":"http","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}"],"host":["app","appmiral","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f23f9d41-cc23-4585-9911-460d244692f9"},{"name":"Get translations","id":"625843ab-cb83-4639-8e70-9c534c693fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/:EVENT_IDENTIFIER/editions/:EDITION_IDENTIFIER/translations?locale=en&format=json","urlObject":{"protocol":"https","path":["api","v7","events",":EVENT_IDENTIFIER","editions",":EDITION_IDENTIFIER","translations"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>Locale code (2 letters).</p>\n","type":"text/plain"},"key":"locale","value":"en"},{"description":{"content":"<p>Either \"strings\", \"xml\" or \"json\".</p>\n","type":"text/plain"},"key":"format","value":"json"}],"variable":[{"description":{"content":"<p>The event's identifier.</p>\n","type":"text/plain"},"type":"any","value":"{{event_identifier}}","key":"EVENT_IDENTIFIER"},{"description":{"content":"<p>The edition's identifier.</p>\n","type":"text/plain"},"type":"any","value":"{{edition_identifier}}","key":"EDITION_IDENTIFIER"}]}},"response":[],"_postman_id":"625843ab-cb83-4639-8e70-9c534c693fb8"},{"name":"Get notifications","id":"856a43b6-1fb4-4908-b094-ab375db1edbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-apî-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/:EVENT_IDENTIFIER/editions/:EDITION_IDENTIFIER/notifications?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events",":EVENT_IDENTIFIER","editions",":EDITION_IDENTIFIER","notifications"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"}],"variable":[{"description":{"content":"<p>The event's identifier.</p>\n","type":"text/plain"},"type":"any","value":"{{event_identifier}}","key":"EVENT_IDENTIFIER"},{"description":{"content":"<p>The edition's identifier.</p>\n","type":"text/plain"},"type":"any","value":"{{edition_identifier}}","key":"EDITION_IDENTIFIER"}]}},"response":[],"_postman_id":"856a43b6-1fb4-4908-b094-ab375db1edbc"},{"name":"Get regions","id":"d5f4db7a-8f56-4ba8-8e34-e43db5f54019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-apî-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/:EVENT_IDENTIFIER/editions/:EDITION_IDENTIFIER/regions?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events",":EVENT_IDENTIFIER","editions",":EDITION_IDENTIFIER","regions"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"}],"variable":[{"description":{"content":"<p>The event's identifier.</p>\n","type":"text/plain"},"type":"any","value":"{{event_identifier}}","key":"EVENT_IDENTIFIER"},{"description":{"content":"<p>The edition's identifier.</p>\n","type":"text/plain"},"type":"any","value":"{{edition_identifier}}","key":"EDITION_IDENTIFIER"}]}},"response":[],"_postman_id":"d5f4db7a-8f56-4ba8-8e34-e43db5f54019"},{"name":"Get cards","id":"d108d642-6d23-4cf4-a22f-f9836d002057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-apî-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/cards","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","cards"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"d108d642-6d23-4cf4-a22f-f9836d002057"},{"name":"Get tags","id":"3f892628-649c-4be8-bf66-e9137eebc69d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-apî-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/tags?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","tags"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"}],"variable":[]}},"response":[],"_postman_id":"3f892628-649c-4be8-bf66-e9137eebc69d"},{"name":"Get ticket types","id":"b6f68641-e146-47b6-bc68-39b351730802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-apî-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/tickettypes?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","tickettypes"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"}],"variable":[]}},"response":[],"_postman_id":"b6f68641-e146-47b6-bc68-39b351730802"},{"name":"Get emergency config","id":"8d202d3a-7c6b-42c9-ae73-194d4a7a12e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/emergency","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","emergency"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"8d202d3a-7c6b-42c9-ae73-194d4a7a12e9"},{"name":"Get CDP segments","id":"9578ca89-250f-4cb9-bd81-7521987aacc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/cdp-segments?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","cdp-segments"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"}],"variable":[]}},"response":[],"_postman_id":"9578ca89-250f-4cb9-bd81-7521987aacc4"},{"name":"Get Interests","id":"f018ae84-49de-488f-8fe9-dee073de5e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/interests?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","interests"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"}],"variable":[]}},"response":[],"_postman_id":"f018ae84-49de-488f-8fe9-dee073de5e7a"}],"id":"900cf14a-c6bf-4682-b7b0-7422ab28d37d","_postman_id":"900cf14a-c6bf-4682-b7b0-7422ab28d37d","description":""},{"name":"Timetable","item":[{"name":"Get stages","id":"a17b77e9-097a-41ec-a94b-7b80a100c2a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/stages?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","stages"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The p</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"a17b77e9-097a-41ec-a94b-7b80a100c2a0"},{"name":"Get stage","id":"7d3f12fb-7ca8-4c2d-b71d-7ff9ee5a203e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/stages/:STAGE_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","stages",":STAGE_ID"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>If this is set to \"true\" then stage_id is expected to be the ID from the external source the stage was imported from.</p>\n","type":"text/plain"},"key":"is_external_id","value":"false"}],"variable":[{"type":"any","value":"","key":"STAGE_ID"}]}},"response":[],"_postman_id":"7d3f12fb-7ca8-4c2d-b71d-7ff9ee5a203e"},{"name":"Get artists","id":"580548cd-86a8-4bdf-a242-8f5d0937dadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/artists?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","artists"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"580548cd-86a8-4bdf-a242-8f5d0937dadc"},{"name":"Get artist","id":"444e6ebd-f56a-46e2-8ad5-8d8530991df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/artists/:ARTIST_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","artists",":ARTIST_ID"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>If this is set to \"true\" then artist_id is expected to be the ID from the external source the artist was imported from.</p>\n","type":"text/plain"},"key":"is_external_id","value":"false"}],"variable":[{"type":"any","value":"","key":"ARTIST_ID"}]}},"response":[],"_postman_id":"444e6ebd-f56a-46e2-8ad5-8d8530991df1"},{"name":"Get performances","id":"dad807e8-570b-4c58-88a8-11e3cb10f8de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text","description":"<p>Used to authenticate a web client.</p>\n"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/performances?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","performances"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"dad807e8-570b-4c58-88a8-11e3cb10f8de"},{"name":"Get performance","id":"2e546cb8-dfdd-4f39-bf0b-7f0397a4912f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/performances/:PERFORMANCE_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","performances",":PERFORMANCE_ID"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>If this is set to \"true\" then performance_id is expected to be the ID from the external source the performance was imported from.</p>\n","type":"text/plain"},"key":"is_external_id","value":"false"}],"variable":[{"type":"any","value":"","key":"PERFORMANCE_ID"}]}},"response":[],"_postman_id":"2e546cb8-dfdd-4f39-bf0b-7f0397a4912f"},{"name":"Get stage hosts","id":"0643f254-e71a-4ba1-a927-ca93123cf0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","type":"text","description":"<p>Used to authenticate the mobile app.</p>\n"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/stagehosts?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","stagehosts"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"0643f254-e71a-4ba1-a927-ca93123cf0f2"},{"name":"Get stage host","id":"8c7ac637-d8c2-4f4d-b861-93f16ac67ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/stagehosts/:HOST_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","stagehosts",":HOST_ID"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>If this is set to \"true\" then host_id is expected to be the ID from the external source the stage host was imported from.</p>\n","type":"text/plain"},"key":"is_external_id","value":"false"}],"variable":[{"type":"any","value":"","key":"HOST_ID"}]}},"response":[],"_postman_id":"8c7ac637-d8c2-4f4d-b861-93f16ac67ec1"}],"id":"489de27c-4976-4fca-a05e-359696bb3e06","_postman_id":"489de27c-4976-4fca-a05e-359696bb3e06","description":""},{"name":"Map","item":[{"name":"Old Interactive Map","item":[{"name":"Get pois","id":"4a9fad6b-abe0-43fa-8453-2e5c96d63b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text","description":"<p>Used to authenticate a web client.</p>\n"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/pois?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","pois"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":null}],"variable":[]}},"response":[],"_postman_id":"4a9fad6b-abe0-43fa-8453-2e5c96d63b39"},{"name":"Get poi","id":"a6205c7f-e0ce-476d-893e-1286cc23f43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/pois/:POI_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","pois",":POI_ID"],"host":["app","appmiral","com"],"query":[],"variable":[{"type":"any","value":"","key":"POI_ID"}]}},"response":[],"_postman_id":"a6205c7f-e0ce-476d-893e-1286cc23f43c"}],"id":"ce267f6e-2a23-43ca-80d9-67d9959b86fb","_postman_id":"ce267f6e-2a23-43ca-80d9-67d9959b86fb","description":""},{"name":"New Mapbox 3D Map","item":[{"name":"Get Mapbox map features","id":"ab30d028-356e-4b04-8f6d-518450f3af65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/maps/:MAP_ID/mapbox-features","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","maps",":MAP_ID","mapbox-features"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[{"type":"any","value":"450","key":"MAP_ID"}]}},"response":[],"_postman_id":"ab30d028-356e-4b04-8f6d-518450f3af65"},{"name":"Get Mapbox map features Copy","id":"0d162138-4990-402e-b6d5-29ab5490af7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"http://localhost:8080/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/maps/:MAP_ID/mapbox-features","urlObject":{"protocol":"http","port":"8080","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","maps",":MAP_ID","mapbox-features"],"host":["localhost"],"query":[{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[{"type":"any","value":"450","key":"MAP_ID"}]}},"response":[],"_postman_id":"0d162138-4990-402e-b6d5-29ab5490af7a"}],"id":"b416a9d1-724a-4574-bd96-e8f90ebf3230","_postman_id":"b416a9d1-724a-4574-bd96-e8f90ebf3230","description":""},{"name":"Get maps","id":"9cf14789-53af-49ba-bd81-062d24ac0ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/maps?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","maps"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"9cf14789-53af-49ba-bd81-062d24ac0ec7"},{"name":"Get maps Copy","id":"79a87e6a-97ce-4438-ae5b-51d127782d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"http://localhost:8080/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/maps?page=1&max_per_page=50","urlObject":{"protocol":"http","port":"8080","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","maps"],"host":["localhost"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"79a87e6a-97ce-4438-ae5b-51d127782d80"},{"name":"Get map","id":"0b107c23-b5d7-40f3-b4cd-20eccb2d0d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-protect","value":"{{xprotect}}","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/map/:MAP_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","map",":MAP_ID"],"host":["app","appmiral","com"],"query":[],"variable":[{"type":"any","value":"","key":"MAP_ID"}]}},"response":[],"_postman_id":"0b107c23-b5d7-40f3-b4cd-20eccb2d0d05"}],"id":"9b3b81c4-0806-4448-9b93-b5af140baedc","_postman_id":"9b3b81c4-0806-4448-9b93-b5af140baedc","description":""},{"name":"Partners","item":[{"name":"Get sponsors","id":"dd36f378-d2a0-4739-a5c1-16f305251108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","type":"text","description":"<p>Locale code (2 letters).</p>\n"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text","description":"<p>Used to authenticate a web client.</p>\n"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/sponsors?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","sponsors"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"dd36f378-d2a0-4739-a5c1-16f305251108"},{"name":"Get vendors","id":"a47cb78a-8daa-499a-9686-cc55dbb264f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/vendors?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","vendors"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"a47cb78a-8daa-499a-9686-cc55dbb264f8"}],"id":"505d09a8-901d-4682-bab8-ce44d5051f19","_postman_id":"505d09a8-901d-4682-bab8-ce44d5051f19","description":""},{"name":"Media","item":[{"name":"Get albums","id":"b3fb074c-870c-4d09-b011-9d8fc4f23758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text","description":"<p>Used to authenticate a web client.</p>\n"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/albums?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","albums"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"b3fb074c-870c-4d09-b011-9d8fc4f23758"},{"name":"Get album","id":"7d45fcf5-d05d-4bf1-994e-ba6e68375c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/albums/:ALBUM_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","albums",":ALBUM_ID"],"host":["app","appmiral","com"],"query":[],"variable":[{"type":"any","value":"","key":"ALBUM_ID"}]}},"response":[],"_postman_id":"7d45fcf5-d05d-4bf1-994e-ba6e68375c44"},{"name":"Get playlists","id":"24df79c2-6e29-4c2f-8ecd-151ba623ae20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text","description":"<p>Used to authenticate a web client.</p>\n"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/playlists?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","playlists"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""}],"variable":[]}},"response":[],"_postman_id":"24df79c2-6e29-4c2f-8ecd-151ba623ae20"},{"name":"Get playlist","id":"0424b06e-f705-4526-a392-aa920caf8708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/playlists/:PLAYLIST_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","playlists",":PLAYLIST_ID"],"host":["app","appmiral","com"],"query":[],"variable":[{"type":"any","value":"","key":"PLAYLIST_ID"}]}},"response":[],"_postman_id":"0424b06e-f705-4526-a392-aa920caf8708"},{"name":"Get games","id":"e6b20c7f-ef5e-4bcb-8e48-904dbccaf514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","type":"text","description":"<p>Used to authenticate a web client.</p>\n"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/games?page=1&max_per_page=50","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","games"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The amount of items per page. Default is 50. Max is 100.</p>\n","type":"text/plain"},"key":"max_per_page","value":"50"}],"variable":[]}},"response":[],"_postman_id":"e6b20c7f-ef5e-4bcb-8e48-904dbccaf514"},{"name":"Get game","id":"b245c76b-cd7e-4910-8775-f5ff7282de7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>Used to authenticate a web client.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/game/:GAME_ID","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","game",":GAME_ID"],"host":["app","appmiral","com"],"query":[],"variable":[{"type":"any","value":"","key":"GAME_ID"}]}},"response":[],"_postman_id":"b245c76b-cd7e-4910-8775-f5ff7282de7f"}],"id":"0cb8df89-2064-4143-8cb1-a37efd19d5e0","_postman_id":"0cb8df89-2064-4143-8cb1-a37efd19d5e0","description":""},{"name":"Misc","item":[{"name":"Get pages","id":"764b734a-ef9d-4aa9-9166-c1ead4424fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/pages?page=1&max_per_page=70","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","pages"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""},{"key":"max_per_page","value":"70"}],"variable":[]}},"response":[],"_postman_id":"764b734a-ef9d-4aa9-9166-c1ead4424fbf"},{"name":"Get page","id":"dc65e85b-bc97-4913-a3ba-849f50e6db98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/pages","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","pages"],"host":["app","appmiral","com"],"query":[{"disabled":true,"description":{"content":"<p>If this is set to \"true\" then page_id is expected to be the ID from the external source the page was imported from.</p>\n","type":"text/plain"},"key":"is_external_id","value":"false"}],"variable":[]}},"response":[],"_postman_id":"dc65e85b-bc97-4913-a3ba-849f50e6db98"}],"id":"a03dc8e5-bac3-46b3-88a2-a9d4e390e3a4","_postman_id":"a03dc8e5-bac3-46b3-88a2-a9d4e390e3a4","description":""},{"name":"Push","item":[{"name":"Send push notification","id":"a00ee552-3f08-403a-93d0-0c034825add5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"default\": {\n        \"title\": \"Hello world\",\n        \"body\": \"This is a test push notification\",\n        \"image_url\": \"https://s3-eu-west-1.amazonaws.com/appmiral-sonata-media/prod/album_image/0049/92/4e93ceed64929d968444db30ae50d6f3d4701f8b.jpeg\",\n        \"link_url\": \"appmiral-demo://artists\"\n    },\n    \"nl\": {\n        \"title\": \"Hallo wereld\",\n        \"body\": \"Dit is een test notificatie\",\n        \"image_url\": \"https://s3-eu-west-1.amazonaws.com/appmiral-sonata-media/prod/album_image/0049/92/4e93ceed64929d968444db30ae50d6f3d4701f8b.jpeg\",\n        \"link_url\": \"appmiral-demo://artists\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.appmiral.com/function/events/:EVENT_IDENTIFIER/editions/:EDITION_IDENTIFIER/users/:USER_ID/send-notification","urlObject":{"protocol":"https","path":["function","events",":EVENT_IDENTIFIER","editions",":EDITION_IDENTIFIER","users",":USER_ID","send-notification"],"host":["app","appmiral","com"],"query":[],"variable":[{"type":"any","value":"{{event_identifier}}","key":"EVENT_IDENTIFIER"},{"type":"any","value":"{{edition_identifier}}","key":"EDITION_IDENTIFIER"},{"type":"any","value":"","key":"USER_ID"}]}},"response":[],"_postman_id":"a00ee552-3f08-403a-93d0-0c034825add5"}],"id":"1f9f4e88-6b4c-4f98-965e-d125e167d94f","_postman_id":"1f9f4e88-6b4c-4f98-965e-d125e167d94f","description":""},{"name":"Analytics","item":[{"name":"Get audience overview","id":"8b7a9e33-bdcb-4ba7-804c-7b5838243740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept-Language","value":"{{default_locale}}","description":"<p>Locale code (2 letters).</p>\n","type":"text"},{"key":"x-protect","value":"{{x-protect}}","description":"<p>Used to authenticate the mobile app.</p>\n","type":"text"}],"url":"https://app.appmiral.com/api/v7/events/{{event_identifier}}/editions/{{edition_identifier}}/pages?page=1&max_per_page=70","urlObject":{"protocol":"https","path":["api","v7","events","{{event_identifier}}","editions","{{edition_identifier}}","pages"],"host":["app","appmiral","com"],"query":[{"description":{"content":"<p>The page to get.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Child edition identifier. Only used in case of edition switcher apps.</p>\n","type":"text/plain"},"key":"child_edition","value":""},{"key":"max_per_page","value":"70"}],"variable":[]}},"response":[],"_postman_id":"8b7a9e33-bdcb-4ba7-804c-7b5838243740"}],"id":"0acb11cc-dd11-446f-8320-9dc8bf6f64c5","_postman_id":"0acb11cc-dd11-446f-8320-9dc8bf6f64c5","description":""}],"event":[{"listen":"prerequest","script":{"id":"7385461c-829e-49f8-b885-a0359f2993d1","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"88eaf63f-ec1e-465c-a1b9-3c3522cdb8b4","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"api_version","value":"v7"}]}