{"info":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","description":"<html><head></head><body><p>The Line-Up API allows you to programmatically view, reserve and book tickets for events created on Line-Up.</p>\n<h1 id=\"overview\">Overview</h1>\n<ul>\n<li>The Line-up API is organised around <a href=\"https://en.wikipedia.org/wiki/Representational_state_transfer\">REST</a> and it uses Resource orientated URLS. HTTP Verbs are used to specify the type of action you wish to perform.</li>\n<li>The API supports <a href=\"https://en.wikipedia.org/wiki/Cross-origin_resource_sharing\">Cross Origin Resource Sharing</a> for client side requests; however secret API keys should never be included in client side code.</li>\n<li>All requests require either a public or secret API key for <a href=\"#Authentication\">Authentication</a>.</li>\n<li>The API responses are returned as [JSON](<a href=\"http://www.json.org/\">http://www.json.org/</a>, JSON), including [errors][Errors]. Each JSON response is [structured][Structure] in the same way.</li>\n<li>Any POST/PUT data sent to the API should be formatted as JSON.</li>\n<li>All API response will return an approriate HTTP status code.</li>\n</ul>\n<h1 id=\"basic-booking-flow\">Basic Booking Flow</h1>\n<p>The basic flow for booking tickets is as follows:</p>\n<ul>\n<li>Fetch and the details of an Event</li>\n<li>Retrieve the Performances for that event</li>\n<li>Fetch an array of Tickets and their availability for the selected performance.</li>\n<li>Create a reservation for one or more tickets.</li>\n<li>If required, create a new Customer.</li>\n<li>Create and Order for the Customer from the Reservation.</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Request to the Line-Up API are authenticated using your public or secret API keys. Your API keys can be managed in your dashboard. The API is authenticated using HTTP Basic Auth, you should provide your API key as the username value, there is no need to provide any value for the password.</p>\n<p>Your secret API key should be kept private at all times and should not be included in client side code, or any other publicly accessable place.</p>\n<p>If you are purchasing tickets on behalf of a customer that you have created via the API, you can authernticate calls to the orders endpoint using bearer auth, where the token value is the customers tempory auth token.</p>\n<h1 id=\"structure\">Structure</h1>\n<p>The Line-Up API provides responses in JSON. Each JSON response is structured in the same way.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"_metadata\": {\n    \"numberResults\": 8, \n    \"pageNumber\": 1,\n    \"perPage\": 25, \n    \"totalPages\": 1\n  }, \n  \"data\": [..]\n}\n</code></pre><h3 id=\"metadata\">Metadata</h3>\n<p>The metadata section contains information required to for pagination. It will show:</p>\n<ul>\n<li>The number of results available.</li>\n<li>The current page number.</li>\n<li>The number of results per page.</li>\n<li>The total number of pages available.</li>\n</ul>\n<h3 id=\"data\">Data</h3>\n<p>The data section refers to the core of the response; this is either a list of objects or a single object.</p>\n<h3 id=\"pagination\">Pagination</h3>\n<p>Pagination of results can be achieved by specifying the <code>page</code> parameter in the request. The number of results per page can also be adjusted by adding the <code>resultsPerPage</code> parameter. There is a maximim of 100 results per page.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Basic Booking Flow","slug":"basic-booking-flow"},{"content":"Authentication","slug":"authentication"},{"content":"Structure","slug":"structure"}],"owner":"3073876","collectionId":"e6414029-3504-f50e-71ee-012a86fecbe2","publishedId":"77h5NNW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"399BA2"},"publishDate":"2021-03-22T15:55:34.000Z"},"item":[{"name":"Event","item":[{"name":"Event list","id":"4bbfe72e-74eb-6843-0e0a-7a3fe2376f37","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://api.line-up.tickets/api/event/?page=1&size=100&sort_by=name&sort_direction=asc","urlObject":{"protocol":"https","path":["api","event",""],"host":["api","line-up","tickets"],"query":[{"key":"page","value":"1"},{"key":"size","value":"100"},{"key":"sort_by","value":"name"},{"key":"sort_direction","value":"asc"}],"variable":[]}},"response":[{"id":"5663d96a-ad9a-4a6f-8f44-caa0caf4707e","name":"Event list","originalRequest":{"method":"GET","header":[],"url":"{{url}}/event/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_metadata\": {\n        \"numberResults\": 105,\n        \"pageNumber\": 1,\n        \"perPage\": 25,\n        \"totalPages\": 5\n    },\n    \"data\": [\n        {\n            \"createdAt\": \"2021-03-01T16:49:50+00:00\",\n            \"id\": 1116971,\n            \"image\": {\n                \"id\": 4785418,\n                \"url\": \"https://planvine.imgix.net/8a631b650d15420bb58b88cfadc4bd19.png\"\n            },\n            \"lastPerformance\": null,\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-332\",\n            \"status\": \"active\",\n            \"title\": \"Demo 332\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-12-16T14:41:50+00:00\",\n            \"id\": 1070219,\n            \"image\": {\n                \"id\": 4691807,\n                \"url\": \"https://planvine.imgix.net/c5ca88c24ed949549b5df0bd80d0036a.jpg\"\n            },\n            \"lastPerformance\": null,\n            \"nextPerformance\": {\n                \"id\": 6536864,\n                \"startDate\": \"2021-06-01\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"shortDescription\": null,\n            \"slug\": \"demo-553\",\n            \"status\": \"active\",\n            \"title\": \"Demo 553\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-03-27T16:42:01+00:00\",\n                \"id\": 102,\n                \"lat\": 51.486609,\n                \"lng\": -0.190142,\n                \"name\": \"Finborough Theatre\",\n                \"updatedAt\": \"2012-11-15T13:56:30+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-11-30T11:05:56+00:00\",\n            \"id\": 1070018,\n            \"image\": {\n                \"id\": 4691557,\n                \"url\": \"https://planvine.imgix.net/b4b536509b2b4dca8e9d469bb879796c.jpg\"\n            },\n            \"lastPerformance\": null,\n            \"nextPerformance\": {\n                \"id\": 6535437,\n                \"startDate\": \"2021-06-01\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"shortDescription\": null,\n            \"slug\": \"demo-228-1\",\n            \"status\": \"active\",\n            \"title\": \"Demo 228\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-10-27T11:08:48+00:00\",\n            \"id\": 1069309,\n            \"image\": {\n                \"id\": 4690741,\n                \"url\": \"https://planvine.imgix.net/23a6111b98b54c198c2b47e9899eaf75.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6531843,\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-27-1\",\n            \"status\": \"active\",\n            \"title\": \"Demo 27\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-08-20T13:10:24+00:00\",\n            \"id\": 1068403,\n            \"image\": {\n                \"id\": 4689571,\n                \"url\": \"https://planvine.imgix.net/fe8689353ed34737ac7c4a5dae743262.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6519559,\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-54\",\n            \"status\": \"active\",\n            \"title\": \"Demo 54\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-03-27T16:42:01+00:00\",\n                \"id\": 102,\n                \"lat\": 51.486609,\n                \"lng\": -0.190142,\n                \"name\": \"Finborough Theatre\",\n                \"updatedAt\": \"2012-11-15T13:56:30+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-08-05T14:12:47+00:00\",\n            \"id\": 1068228,\n            \"image\": {\n                \"id\": 4689369,\n                \"url\": \"https://planvine.imgix.net/71ee4d862a0043fe9f22290a1a0e2cfc.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6518519,\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"19:30:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-228\",\n            \"status\": \"active\",\n            \"title\": \"Demo 228\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-07-28T16:12:29+00:00\",\n            \"id\": 1068123,\n            \"image\": {\n                \"id\": 4689243,\n                \"url\": \"https://planvine.imgix.net/d550a46b3efb45bfb8e12ef4f466e29c.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6518135,\n                \"startDate\": \"2020-11-10\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-202\",\n            \"status\": \"active\",\n            \"title\": \"Demo 202\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-07-28T16:10:20+00:00\",\n            \"id\": 1068122,\n            \"image\": {\n                \"id\": 4689242,\n                \"url\": \"https://planvine.imgix.net/99b33563357f438fb5eb21fb58ee8b9a.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6518130,\n                \"startDate\": \"2020-11-10\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-120\",\n            \"status\": \"active\",\n            \"title\": \"Demo 120\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-07-01T15:18:52+00:00\",\n            \"id\": 1067795,\n            \"image\": {\n                \"id\": 4688799,\n                \"url\": \"https://planvine.imgix.net/ae3fae2173864b19b996e676c4269445.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6514085,\n                \"startDate\": \"2020-10-01\",\n                \"startTime\": \"18:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-27\",\n            \"status\": \"active\",\n            \"title\": \"Demo 27\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-07-01T14:06:15+00:00\",\n            \"id\": 1067794,\n            \"image\": {\n                \"id\": 4688798,\n                \"url\": \"https://planvine.imgix.net/cfab7becefc040a89a25ef004f86f2f2.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6513835,\n                \"startDate\": \"2020-09-01\",\n                \"startTime\": \"18:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"demo-43\",\n            \"status\": \"active\",\n            \"title\": \"Demo 43\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-03-16T14:06:30+00:00\",\n            \"id\": 1065239,\n            \"image\": {\n                \"id\": 4685767,\n                \"url\": \"https://planvine.imgix.net/d0f80b2b58fb49bcaabf4632fe916b02.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6506542,\n                \"startDate\": \"2020-11-13\",\n                \"startTime\": \"19:05:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": \"Test\",\n            \"slug\": \"test-59\",\n            \"status\": \"active\",\n            \"title\": \"Test\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2015-10-05T15:20:04+00:00\",\n                \"id\": 31299,\n                \"lat\": 62.005328,\n                \"lng\": -48.941965,\n                \"name\": \"Hangar 1\",\n                \"updatedAt\": \"2015-10-08T11:01:18+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2020-02-18T11:12:03+00:00\",\n            \"id\": 1064339,\n            \"image\": {\n                \"id\": 4684549,\n                \"url\": \"https://planvine.imgix.net/e2489cd36a8a4bf5a9b38759556a6faf.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6497461,\n                \"startDate\": \"2020-03-03\",\n                \"startTime\": \"19:30:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"show-a\",\n            \"status\": \"active\",\n            \"title\": \"Show A\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-10-24T10:35:48+00:00\",\n            \"id\": 1060210,\n            \"image\": {\n                \"id\": 4679203,\n                \"url\": \"https://planvine.imgix.net/c851953e1fba44f58b4d27759b5ecd33.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6445788,\n                \"startDate\": \"2019-12-03\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"training-103\",\n            \"status\": \"active\",\n            \"title\": \"Training 103\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2018-04-24T11:09:15+00:00\",\n                \"id\": 45411,\n                \"lat\": 51.43839,\n                \"lng\": -0.12758,\n                \"name\": \"Streatham Space Project\",\n                \"updatedAt\": \"2018-04-24T11:09:15+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-10-17T10:13:43+00:00\",\n            \"id\": 1060016,\n            \"image\": {\n                \"id\": 4678914,\n                \"url\": \"https://planvine.imgix.net/02561b2635464a14b4c8aaa01e389dcf.JPG\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6443698,\n                \"startDate\": \"2020-03-16\",\n                \"startTime\": \"09:30:00\"\n            },\n            \"nextPerformance\": {\n                \"id\": 6545388,\n                \"startDate\": \"2021-04-06\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"shortDescription\": null,\n            \"slug\": \"demo-21\",\n            \"status\": \"active\",\n            \"title\": \"Demo 21\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-10-10T09:57:11+00:00\",\n            \"id\": 1059663,\n            \"image\": {\n                \"id\": 4678603,\n                \"url\": \"https://planvine.imgix.net/ae2d1eccfc0e4b3fb92dcdc039514bfc.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6433439,\n                \"startDate\": \"2020-03-03\",\n                \"startTime\": \"14:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"test754\",\n            \"status\": \"active\",\n            \"title\": \"Test754\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-23T12:29:01+00:00\",\n                \"id\": 40,\n                \"lat\": 51.526025,\n                \"lng\": -0.134209,\n                \"name\": \"Wellcome Collection\",\n                \"updatedAt\": \"2012-11-15T13:56:24+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-09-17T13:06:09+00:00\",\n            \"id\": 1058826,\n            \"image\": {\n                \"id\": 4677503,\n                \"url\": \"https://planvine.imgix.net/2187d8364a514bd1a4d98f9cb5ea5286.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6421779,\n                \"startDate\": \"2019-10-30\",\n                \"startTime\": \"17:30:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"example-with-and-without-ticket-detail-field\",\n            \"status\": \"active\",\n            \"title\": \"EXAMPLE - with and without ticket detail field\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-09-17T09:38:17+00:00\",\n            \"id\": 1058804,\n            \"image\": {\n                \"id\": 4677482,\n                \"url\": \"https://planvine.imgix.net/4d389b8c4f564154b4200688f65cff21.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6420362,\n                \"startDate\": \"2019-10-01\",\n                \"startTime\": \"14:30:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": \"TEst234\",\n            \"slug\": \"test234\",\n            \"status\": \"active\",\n            \"title\": \"TEst234\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2019-09-17T09:36:52+00:00\",\n                \"id\": 46771,\n                \"lat\": 51.547702,\n                \"lng\": 0.704339,\n                \"name\": \"The Epic Quest Centre\",\n                \"updatedAt\": \"2019-09-17T09:36:52+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-05-09T16:40:37+00:00\",\n            \"id\": 1054515,\n            \"image\": {\n                \"id\": 4671128,\n                \"url\": \"https://planvine.imgix.net/2996a9154cb54699ab568f73ad6f544f.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6375177,\n                \"startDate\": \"2019-07-25\",\n                \"startTime\": \"19:30:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"test-29-1\",\n            \"status\": \"active\",\n            \"title\": \"Test 29\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-05-07T17:39:59+00:00\",\n            \"id\": 1054470,\n            \"image\": {\n                \"id\": 4671057,\n                \"url\": \"https://planvine.imgix.net/d9a63483436e429daf7a262f47126ec8.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6473228,\n                \"startDate\": \"2020-03-03\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"training-34\",\n            \"status\": \"active\",\n            \"title\": \"Training 34\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2015-10-05T15:20:04+00:00\",\n                \"id\": 31299,\n                \"lat\": 62.005328,\n                \"lng\": -48.941965,\n                \"name\": \"Hangar 1\",\n                \"updatedAt\": \"2015-10-08T11:01:18+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-04-03T12:08:06+00:00\",\n            \"id\": 1053429,\n            \"image\": {\n                \"id\": 4669677,\n                \"url\": \"https://planvine.imgix.net/055b963a816e411aa15922c901611127.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6371022,\n                \"startDate\": \"2019-05-01\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"a-great-event-1\",\n            \"status\": \"active\",\n            \"title\": \"A Great Event\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-04-03T12:05:19+00:00\",\n            \"id\": 1053428,\n            \"image\": {\n                \"id\": 4669676,\n                \"url\": \"https://planvine.imgix.net/4f748acd90f2439ba2b3e4040797e5d0.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6451675,\n                \"startDate\": \"2020-03-03\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": {\n                \"id\": 6518505,\n                \"startDate\": \"2021-09-01\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"shortDescription\": null,\n            \"slug\": \"a-great-event\",\n            \"status\": \"active\",\n            \"title\": \"A Great Event\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2019-03-20T08:08:56+00:00\",\n            \"id\": 1053072,\n            \"image\": {\n                \"id\": 4669066,\n                \"url\": \"https://planvine.imgix.net/5b739c02c2e2487a9d156455fa2c7ba9.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6368325,\n                \"startDate\": \"2019-03-23\",\n                \"startTime\": \"19:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": null,\n            \"slug\": \"testing-123\",\n            \"status\": \"active\",\n            \"title\": \"Testing 123\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2012-02-16T15:37:06+00:00\",\n                \"id\": 30,\n                \"lat\": 51.51015,\n                \"lng\": -0.126842,\n                \"name\": \"London Coliseum\",\n                \"updatedAt\": \"2012-11-15T13:56:42+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2018-12-11T12:43:18+00:00\",\n            \"id\": 1049156,\n            \"image\": {\n                \"id\": 4662801,\n                \"url\": \"https://planvine.imgix.net/078ab1b4865d4ab6995452de5a5698e8.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6352905,\n                \"startDate\": \"2018-12-15\",\n                \"startTime\": \"04:00:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": \"Test 2\",\n            \"slug\": \"test-2-6\",\n            \"status\": \"active\",\n            \"title\": \"Test 2\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2013-07-24T02:29:43+00:00\",\n                \"id\": 2498,\n                \"lat\": 51.47,\n                \"lng\": -0.13,\n                \"name\": \"Landor Theatre\",\n                \"updatedAt\": \"2013-07-24T02:29:43+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2018-11-23T11:07:19+00:00\",\n            \"id\": 1048641,\n            \"image\": {\n                \"id\": 4661813,\n                \"url\": \"https://planvine.imgix.net/631805527ef6492cb2cb813282e55a5f.jpg\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6349395,\n                \"startDate\": \"2019-01-01\",\n                \"startTime\": \"19:30:00\"\n            },\n            \"nextPerformance\": {\n                \"id\": 6541090,\n                \"startDate\": \"2021-04-02\",\n                \"startTime\": \"19:15:00\"\n            },\n            \"shortDescription\": \"Demo 5\",\n            \"slug\": \"demo-5\",\n            \"status\": \"active\",\n            \"title\": \"Demo 5\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2015-10-05T15:20:04+00:00\",\n                \"id\": 31299,\n                \"lat\": 62.005328,\n                \"lng\": -48.941965,\n                \"name\": \"Hangar 1\",\n                \"updatedAt\": \"2015-10-08T11:01:18+00:00\"\n            }\n        },\n        {\n            \"createdAt\": \"2018-11-16T10:59:01+00:00\",\n            \"id\": 1048468,\n            \"image\": {\n                \"id\": 4661524,\n                \"url\": \"https://planvine.imgix.net/fc8289c7730449a4a0fd8ff774f8b90e.png\"\n            },\n            \"lastPerformance\": {\n                \"id\": 6348053,\n                \"startDate\": \"2019-04-01\",\n                \"startTime\": \"19:30:00\"\n            },\n            \"nextPerformance\": null,\n            \"shortDescription\": \"Theatre Show 1\",\n            \"slug\": \"theatre-show-1\",\n            \"status\": \"active\",\n            \"title\": \"Theatre Show 1\",\n            \"venue\": {\n                \"address\": {},\n                \"createdAt\": \"2015-10-05T15:20:04+00:00\",\n                \"id\": 31299,\n                \"lat\": 62.005328,\n                \"lng\": -48.941965,\n                \"name\": \"Hangar 1\",\n                \"updatedAt\": \"2015-10-08T11:01:18+00:00\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4bbfe72e-74eb-6843-0e0a-7a3fe2376f37"},{"name":"Event details","id":"3ac2e433-5cda-084b-6af6-155e8662b947","request":{"method":"GET","header":[],"url":"{{url}}/event/{{eventId}}/","description":"<p>Return the details of an event</p>\n","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["event","{{eventId}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ccf1cf4c-f80b-4648-9c7a-bd2c981d3dec","name":"Event details","originalRequest":{"method":"GET","header":[],"url":"{{url}}/event/{{eventId}}/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_metadata\": {\n        \"code\": 200\n    },\n    \"data\": {\n        \"bookingInformation\": \"Under 14s must be accompanied by an adult\",\n        \"categories\": [\n            {\n                \"id\": 93565,\n                \"name\": \"Live Music\"\n            }\n        ],\n        \"createdAt\": \"2016-03-30T13:22:44+00:00\",\n        \"description\": \"<div>On Saturday 22nd of July Hanagar 2 welcomes 10&nbsp;bands for the annual Tracey Island battle of the bands. &nbsp;Bands already confirmed include:</div><div>Skull Crackers</div><div>Bugs in the System</div><div>Miss Direction</div><div>CrystalArk</div><div>Spitting Feathers</div><div>With more to be announced shortly.</div><div>This is sure to be a sold out event so be sure to book your tickets now</div>\",\n        \"id\": 825275,\n        \"image\": {\n            \"id\": 4379997,\n            \"url\": \"https://planvine.imgix.net/a539f034eac444b9975bb8a9368bb45a.jpg\"\n        },\n        \"private\": false,\n        \"role\": 255,\n        \"shortDescription\": \"Hangar 2's annual battle of the bands night returns\",\n        \"slug\": \"battle-of-the-bands-14\",\n        \"status\": \"active\",\n        \"tags\": [],\n        \"title\": \"Battle of the Bands\",\n        \"updatedAt\": \"2018-11-08T14:53:04+00:00\",\n        \"venue\": {\n            \"address\": {},\n            \"createdAt\": \"2015-10-05T15:28:35+00:00\",\n            \"id\": 31300,\n            \"lat\": 62.254262,\n            \"lng\": -49.315645,\n            \"name\": \"Hangar 2\",\n            \"updatedAt\": \"2015-10-05T15:33:28+00:00\"\n        }\n    }\n}"}],"_postman_id":"3ac2e433-5cda-084b-6af6-155e8662b947"},{"name":"Event performances","id":"623a70a8-3358-697a-b42b-859fab5d2350","request":{"method":"GET","header":[],"url":"{{url}}/event/{{eventId}}/performances/?expand=tickets","description":"<p>Returns a list of performances for a given eventId</p>\n","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["event","{{eventId}}","performances",""],"host":["{{url}}"],"query":[{"disabled":true,"description":{"content":"<p>Only return performances that start after this date</p>\n","type":"text/plain"},"key":"gte","value":"2026-04-04T10:02:24.971Z"},{"disabled":true,"description":{"content":"<p>Only return performances that start before this date</p>\n","type":"text/plain"},"key":"lte","value":"2026-04-04T10:02:24.971Z"},{"key":"expand","value":"tickets"}],"variable":[]}},"response":[{"id":"349ef172-c7c8-4ef0-bbcf-39a0f60629a4","name":"Event performances","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/event/{{eventId}}/performances/?expand=tickets","host":["{{url}}"],"path":["event","{{eventId}}","performances",""],"query":[{"key":"gte","value":"2026-04-04T10:02:24.971Z","description":"Only return performances that start after this date","disabled":true},{"key":"lte","value":"2026-04-04T10:02:24.971Z","description":"Only return performances that start before this date","disabled":true},{"key":"expand","value":"tickets"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"_metadata\": {\n        \"numberResults\": 1,\n        \"pageNumber\": 1,\n        \"perPage\": 25,\n        \"totalPages\": 1\n    },\n    \"data\": [\n        {\n            \"availability\": 0.962,\n            \"endDate\": \"2021-06-04\",\n            \"endTime\": null,\n            \"id\": 6526854,\n            \"minTicketPrice\": 0,\n            \"seatingChart\": null,\n            \"startDate\": \"2021-06-04\",\n            \"startTime\": \"19:30:00\",\n            \"tickets\": [\n                {\n                    \"currency\": \"GBP\",\n                    \"description\": \"Free\",\n                    \"detail\": \"Give ticket booking a go\",\n                    \"faceValueTotal\": 0,\n                    \"id\": 593308,\n                    \"index\": null,\n                    \"inventoryLeft\": 9,\n                    \"outsideFeeTotal\": 0,\n                    \"status\": \"active\",\n                    \"total\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"623a70a8-3358-697a-b42b-859fab5d2350"}],"id":"63d71525-be04-39db-7534-a5554643f1e1","_postman_id":"63d71525-be04-39db-7534-a5554643f1e1","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Performances","item":[{"name":"Performance details","id":"10b6ae2c-a92a-c78f-c41c-91f666c37f05","request":{"auth":{"type":"basic","basic":{"username":"{{apiKey}}","password":"<password>","showPassword":"<show-password>"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/performance/{{performanceId}}/","description":"<p>Returns the details of a given performanceId</p>\n","urlObject":{"path":["performance","{{performanceId}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ec994cd5-cb00-87cd-bc0f-5fffc06dab2b","name":"Performance Details","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/performance/{{performanceId}}/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"lineupnow.com","path":"/","secure":false,"value":".eJxNzkELgjAcBfCvEv-zhK46KHhQtCBwIkxku4jlxOm00Emm-N0zD9H1Pd6PN0NadLwvwSoy2XMNUpGDNcPuBhaExB-DKTgE6Czx5Vqxym0woXpA_BfzIgNP_kiJFNjzbVg0uPddkapHzdsfgRFdCVwy4ug0iXVGXLFOJ4oigzZM4CQ-hsQxMGI1rei4Uq_QsTdO5LxVQr332aDKVL2fHKx2kPKv-Z41dROdNBh63m3nYQtg-QA3gkYu.DN0FSw.MCdQV9qCoZEM2U6nnm7-V034Rjo","key":"session"},{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":".eJxNzk8LgjAcxvG3Er9zhK46KHhQtCBwIkxku4jlxOm00In_8L1nHaLzw_fDs0CSt7wrwMxT2fE9JCIDc4HdHUwIiDf6s3_00UXi661kpVNjQjWfeANzQx3P3kiJFNj1LFj38OjaPFHPijc_AiO6EbhgxNZoHGmMOGJLZ4pCndZM4Dg6BcTWMWIVLem4UUNgW19OZLxRQk2HtFdFoqYXB7PppfxbPmcNzUDn9Q1v9UFM.DN4dHg.3k_G6DuANONXaZao0js4P4XXsjY","key":"session"}],"responseTime":"129","body":"{\n  \"_metadata\": {\n    \"code\": 200\n  },\n  \"data\": {\n    \"endDate\": \"2017-12-16\",\n    \"endTime\": null,\n    \"event\": {\n      \"categories\": [\n        {\n          \"id\": 93558,\n          \"name\": \"Arts & Culture\",\n          \"slug\": \"arts-culture\"\n        }\n      ],\n      \"id\": 184140,\n      \"image\": {\n        \"highResolution\": {\n          \"height\": 612,\n          \"url\": \"http://images.planvine.com/g0tN-GDz7RXND2jyuXs32s8mIt8=/612x612/smart/s3.amazonaws.com/com.planvine.v4.image/b808307be3754689881867c59f6e8b73.jpg?eventId=184140?lun=5b0187dc2e63a5875444c4e3eb49f6c772758f70\",\n          \"width\": 612\n        },\n        \"id\": 963610,\n        \"lowResolution\": {\n          \"height\": 90,\n          \"url\": \"http://images.planvine.com/k3RkVdb-I0EmO4jQaWesxpIc-nE=/90x90/smart/s3.amazonaws.com/com.planvine.v4.image/b808307be3754689881867c59f6e8b73.jpg?eventId=184140?lun=b09f6668718ef1e08dd8c8f796f75981d2f1122b\",\n          \"width\": 90\n        },\n        \"original\": {\n          \"height\": 640,\n          \"url\": \"http://images.planvine.com/VV8tNkX0sKY7AyTziZu4egON1R8=/s3.amazonaws.com/com.planvine.v4.image/b808307be3754689881867c59f6e8b73.jpg?eventId=184140?lun=33d5e7984d6e09634895e81f69720b31d9a1eb5b\",\n          \"width\": 960\n        },\n        \"standardResolution\": {\n          \"height\": 290,\n          \"url\": \"http://images.planvine.com/vNxt9NJHckF7bo4vsC8DF3qnni4=/290x290/smart/s3.amazonaws.com/com.planvine.v4.image/b808307be3754689881867c59f6e8b73.jpg?eventId=184140?lun=97c16e78dd68a2bf3b23608153b817e41016dd3f\",\n          \"width\": 290\n        }\n      },\n      \"popularity\": null,\n      \"slug\": \"wilde-creatures-1\",\n      \"title\": \"Wilde Creatures\"\n    },\n    \"hasTickets\": true,\n    \"id\": 446185,\n    \"seatingChartId\": null,\n    \"sourceUrl\": \"http://lineupnow.com/event/wilde-creatures-1\",\n    \"startDate\": \"2017-12-16\",\n    \"startTime\": \"14:00:00\"\n  }\n}"}],"_postman_id":"10b6ae2c-a92a-c78f-c41c-91f666c37f05"}],"id":"33d5cd3c-15aa-5314-f487-348e453d745f","_postman_id":"33d5cd3c-15aa-5314-f487-348e453d745f","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Tickets","item":[{"name":"Performance tickets","id":"3c0c5aa0-e601-b5b9-dee9-5182c87a24cc","request":{"auth":{"type":"basic","basic":{"username":"{{apiKey}}","password":"<password>","showPassword":"<show-password>"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/performance/{{performanceId}}/tickets/","description":"<p>Returns a list of tickets for a given performanceId</p>\n","urlObject":{"path":["performance","{{performanceId}}","tickets",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"524af5ca-985c-0e90-8234-3915f65242ce","name":"Performance tickets","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/performance/{{performanceId}}/tickets/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"lineupnow.com","path":"/","secure":false,"value":".eJxNzkELgjAcBfCvEv-zhK46KHhQtCBwIkxku4jlxOm00Emm-N0zD9H1Pd6PN0NadLwvwSoy2XMNUpGDNcPuBhaExB-DKTgE6Czx5Vqxym0woXpA_BfzIgNP_kiJFNjzbVg0uPddkapHzdsfgRFdCVwy4ug0iXVGXLFOJ4oigzZM4CQ-hsQxMGI1rei4Uq_QsTdO5LxVQr332aDKVL2fHKx2kPKv-Z41dROdNBh63m3nYQtg-QA3gkYu.DN0FSw.MCdQV9qCoZEM2U6nnm7-V034Rjo","key":"session"},{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":".eJxNzk8LgjAcxvG3Er9zhK46KHhQtCBwIkxku4jlxOm00In_8L1nHaLzw_fDs0CSt7wrwMxT2fE9JCIDc4HdHUwIiDf6s3_00UXi661kpVNjQjWfeANzQx3P3kiJFNj1LFj38OjaPFHPijc_AiO6EbhgxNZoHGmMOGJLZ4pCndZM4Dg6BcTWMWIVLem4UUNgW19OZLxRQk2HtFdFoqYXB7PppfxbPmcNzUDn9Q1v9UFM.DN4ePQ.Wv0tULONXLi5qVDC2_bBXCVQeIA","key":"session"}],"responseTime":"484","body":"{\n  \"_metadata\": {\n    \"numberResults\": 3,\n    \"pageNumber\": 1,\n    \"perPage\": 25,\n    \"totalPages\": 1\n  },\n  \"data\": [\n    {\n      \"categoryId\": null,\n      \"currency\": \"GBP\",\n      \"description\": \"Adult\",\n      \"feeTax\": 0.21,\n      \"feeTotal\": 1.26,\n      \"feeTotalExTax\": 1.05,\n      \"feesPassed\": true,\n      \"id\": 1297,\n      \"inventoryLeft\": 9,\n      \"isPurchasable\": true,\n      \"kind\": \"standard\",\n      \"price\": 21.05,\n      \"tax\": null,\n      \"total\": 21.05,\n      \"totalExFees\": 20.0\n    },\n    {\n      \"categoryId\": null,\n      \"currency\": \"GBP\",\n      \"description\": \"Concession\",\n      \"feeTax\": 0.16,\n      \"feeTotal\": 0.95,\n      \"feeTotalExTax\": 0.79,\n      \"feesPassed\": true,\n      \"id\": 1298,\n      \"inventoryLeft\": 9,\n      \"isPurchasable\": true,\n      \"kind\": \"standard\",\n      \"price\": 15.79,\n      \"tax\": null,\n      \"total\": 15.79,\n      \"totalExFees\": 15.0\n    },\n    {\n      \"categoryId\": null,\n      \"currency\": \"GBP\",\n      \"description\": \"Concession\",\n      \"feeTax\": 0.15,\n      \"feeTotal\": 0.9,\n      \"feeTotalExTax\": 0.75,\n      \"feesPassed\": false,\n      \"id\": 1300,\n      \"inventoryLeft\": 9,\n      \"isPurchasable\": true,\n      \"kind\": \"standard\",\n      \"price\": 15.0,\n      \"tax\": null,\n      \"total\": 15.0,\n      \"totalExFees\": 14.25\n    }\n  ]\n}"}],"_postman_id":"3c0c5aa0-e601-b5b9-dee9-5182c87a24cc"}],"id":"a268a378-307a-9e03-0f86-2a326cdb8f41","_postman_id":"a268a378-307a-9e03-0f86-2a326cdb8f41","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Reservation","item":[{"name":"Create reservation","id":"4814b994-1e96-5676-9758-8ca496aee526","request":{"auth":{"type":"basic","basic":{"username":"{{apiKey}}","password":"<password>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sessionId\":\"66adc1f9-d742-4b50-bd64-e68fd9eeeee9\",\n    \"basket\": {\n    \t\"tickets\":[\n    \t\t{\n        \t\t\"ticketId\": 1297,\n            \t\"quantity\": 1,\n            \t\"seats\": [\"1A\"]\n    \t\t},\n    \t\t{\n    \t\t\t\"ticketId\": 1298,\n        \t\t\"quantity\": 1\n    \t\t}\n        ],\n        \"seasonTickets\": [\n        ]\n    }\n}"},"url":"{{url}}/reservation/","urlObject":{"path":["reservation",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2dc475c9-2cb9-dd8b-425c-bf57741f193f","name":"Create reservation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sessionId\":\"66adc1f9-d742-4b50-bd64-e68fd9eeeee9\",\n    \"basket\": {\n    \t\"tickets\":[\n    \t\t{\n        \t\t\"ticketId\": 1297,\n            \t\"quantity\": 1\n    \t\t},\n    \t\t{\n    \t\t\t\"ticketId\": 1298,\n        \t\t\"quantity\": 1\n    \t\t}\n        ],\n        \"seasonTickets\": [\n        ]\n    }\n}"},"url":"{{url}}/reservation/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"lineupnow.com","path":"/","secure":false,"value":".eJxNzkELgjAYxvGvEu9ZolxQCR2KJAz2ysCSeRGrmTq10Ilt0XevPETX54Ef_yfEaSPaDJw0KVthQZxfwHnC6AQO4I5qP4gKXrDeDz1DKz5DGyVur8TfMuIHrsZqX_LKW8HLgnPbpLG6SVH_iKjY5DR0H9xEkttHSc1hSo1no2GamjXBkD2w8npeSIIB6z9UH61XA5dfRK1ypcdJp7JY6bsAp-7K8u_5xs4nywWxoGtFM8TDMMDrDfFjR-M.DRBIQw.dK6N6P5h03G5Dg5_TYUwP23G9RI","key":"session"},{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":".eJxNzk8LgjAYgPGvEu85olxQCR6KJAz2ysCSeRGrmTq1yIVu4nfvzyE6P_Dj6SFOH6LJwE6TshFjiPML2D2MTmAD7qj2g6jgBWv90DO04nO0UOL2SvwtI37gaqz2Ja88B4YxnJtHGqubFPWPiIpNTkO34yaS3DpKag4zajwLDdPUrAmGrMPKa3khCQasfVNttHa-XH4RtcqVniRPlcVK3wXY9bMs_8pndjFdLcnwAgtLQv8.DRQv1Q.jeXd_XAq93dmubeBgZg_ES2N77E","key":"session"}],"responseTime":"197","body":"{\n  \"_metadata\": {\n    \"code\": 200\n  },\n  \"data\": {\n    \"discounts\": {\n      \"totalFeeDiscount\": 0,\n      \"totalTicketDiscount\": 0.0\n    },\n    \"feeTax\": 0.3684,\n    \"feeTotal\": 2.2106,\n    \"feeTotalExTax\": 1.8422,\n    \"holdingPeriod\": 600,\n    \"price\": 36.8421,\n    \"productReservations\": [],\n    \"reference\": \"4f601dd0-4fef-45c6-a7a1-07bc89695dfe\",\n    \"sessionId\": \"66adc1f9-d742-4b50-bd64-e68fd9eeeee9\",\n    \"tax\": 0,\n    \"ticketReservations\": [\n      {\n        \"quantity\": 1,\n        \"seats\": null,\n        \"ticket\": {\n          \"categoryId\": null,\n          \"categoryLabel\": null,\n          \"currency\": \"GBP\",\n          \"description\": \"Adult\",\n          \"feeTax\": 0.2105,\n          \"feeTotal\": 1.2632,\n          \"feeTotalExTax\": 1.0527,\n          \"feesPassed\": true,\n          \"id\": 1297,\n          \"kind\": \"standard\",\n          \"price\": 21.0526,\n          \"status\": \"active\",\n          \"tax\": null,\n          \"total\": 21.0526,\n          \"totalExFees\": 19.5789\n        }\n      },\n      {\n        \"quantity\": 1,\n        \"seats\": null,\n        \"ticket\": {\n          \"categoryId\": null,\n          \"categoryLabel\": null,\n          \"currency\": \"GBP\",\n          \"description\": \"Concession\",\n          \"feeTax\": 0.1579,\n          \"feeTotal\": 0.9474,\n          \"feeTotalExTax\": 0.7895,\n          \"feesPassed\": true,\n          \"id\": 1298,\n          \"kind\": \"standard\",\n          \"price\": 15.7895,\n          \"status\": \"active\",\n          \"tax\": null,\n          \"total\": 15.7895,\n          \"totalExFees\": 14.6842\n        }\n      }\n    ],\n    \"total\": 36.8421\n  }\n}"},{"id":"9353c4b0-34fe-711b-cb0b-39e0a3cb5bbf","name":"Create reservation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sessionId\":\"66adc1f9-d742-4b50-bd64-e68fd9eeeee9\",\n    \"basket\": {\n    \t\"tickets\":[\n    \t\t{\n        \t\t\"ticketId\": 1297,\n            \t\"quantity\": 1\n    \t\t},\n    \t\t{\n    \t\t\t\"ticketId\": 1298,\n        \t\t\"quantity\": 1\n    \t\t}\n        ],\n        \"seasonTickets\": [\n        ]\n    }\n}"},"url":{"raw":"{{url}}/reservation/?apiKey={{apiKey}}","host":["{{url}}"],"path":["reservation",""],"query":[{"key":"apiKey","value":"{{apiKey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"lineupnow.com","path":"/","secure":false,"value":".eJxNzkELgjAcBfCvEv-zhK46KHhQtCBwIkxku4jlxOm00Emm-N0zD9H1Pd6PN0NadLwvwSoy2XMNUpGDNcPuBhaExB-DKTgE6Czx5Vqxym0woXpA_BfzIgNP_kiJFNjzbVg0uPddkapHzdsfgRFdCVwy4ug0iXVGXLFOJ4oigzZM4CQ-hsQxMGI1rei4Uq_QsTdO5LxVQr332aDKVL2fHKx2kPKv-Z41dROdNBh63m3nYQtg-QA3gkYu.DN0FSw.MCdQV9qCoZEM2U6nnm7-V034Rjo","key":"session"},{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":".eJxNzk8LgjAcxvG3Er9zhK46KHhQtCBwIkxku4jlxOm00In_8L1nHaLzw_fDs0CSt7wrwMxT2fE9JCIDc4HdHUwIiDf6s3_00UXi661kpVNjQjWfeANzQx3P3kiJFNj1LFj38OjaPFHPijc_AiO6EbhgxNZoHGmMOGJLZ4pCndZM4Dg6BcTWMWIVLem4UUNgW19OZLxRQk2HtFdFoqYXB7PppfxbPmcNzUDn9Q1v9UFM.DN4kdw.trJ0eqqL06jjBM8kWRA4ib2jq9M","key":"session"}],"responseTime":"170","body":"{\n    \"_metadata\": {\n        \"code\": 200\n    },\n    \"data\": {\n        \"discount\": {\n            \"totalFeeDiscount\": 0,\n            \"totalTicketDiscount\": 0\n        },\n        \"expireAt\": \"2017-11-03T16:12:00\",\n        \"holdingPeriod\": 600,\n        \"reference\": \"5de834c9-9eee-4f5e-9d7f-d16790e81c87\",\n        \"sessionId\": \"66adc1f9-d742-4b50-bd64-e68fd9eeeee9\"\n    }\n}"}],"_postman_id":"4814b994-1e96-5676-9758-8ca496aee526"},{"name":"Get reservation details","id":"f9bb2537-e07b-7cd3-f6a8-243d8c01b5ea","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/reservation/06b3cd69-eb76-47a0-bbdc-d7c75148ad8a/","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["reservation","06b3cd69-eb76-47a0-bbdc-d7c75148ad8a",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9bb2537-e07b-7cd3-f6a8-243d8c01b5ea"},{"name":"Add discount","id":"a34f777d-8949-ec21-7eb7-619a609cccbe","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/reservation/aef54293-57d0-4af6-858a-74540e5bd38f/discount/","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["reservation","aef54293-57d0-4af6-858a-74540e5bd38f","discount",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f6dec57f-f4a7-3b72-b7de-f57fd287b8fc","name":"Add discount","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"discountCode\": \"EARLYBIRD\"\n}"},"url":"{{url}}/reservation/aef54293-57d0-4af6-858a-74540e5bd38f/discount/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":"eyJfZnJlc2giOmZhbHNlLCJfaWQiOnsiIGIiOiJOamc0WkdWa05EazFOR0ZoTVdGaE5UTXdPRFUzTnpGaVlUazVZalV3T1RVPSJ9fQ.DV5FxA.0B7rubaDsyJ7DvmGD2aZt6XeUS0","key":"session"}],"responseTime":"149","body":"{\n  \"_metadata\": {\n    \"code\": 200\n  },\n  \"data\": {\n    \"discount\": {\n      \"totalFeeDiscount\": 0,\n      \"totalTicketDiscount\": 17.5\n    },\n    \"feeTax\": 0.0000,\n    \"feeTotal\": 1.8421,\n    \"feeTotalExTax\": 1.8421,\n    \"holdingPeriod\": 600,\n    \"price\": 36.8421,\n    \"productReservations\": [],\n    \"reference\": \"aef54293-57d0-4af6-858a-74540e5bd38f\",\n    \"tax\": 0,\n    \"ticketReservations\": [\n      {\n        \"quantity\": 1,\n        \"seats\": [\n          \"1A\"\n        ],\n        \"ticket\": {\n          \"categoryId\": null,\n          \"categoryLabel\": null,\n          \"currency\": \"GBP\",\n          \"description\": \"Adult\",\n          \"feeTax\": 0.0000,\n          \"feeTotal\": 1.0526,\n          \"feeTotalExTax\": 1.0526,\n          \"feesPassed\": true,\n          \"id\": 1297,\n          \"kind\": \"standard\",\n          \"price\": 21.0526,\n          \"status\": \"active\",\n          \"tax\": 0.0000,\n          \"total\": 21.0526\n        }\n      },\n      {\n        \"quantity\": 1,\n        \"seats\": [],\n        \"ticket\": {\n          \"categoryId\": null,\n          \"categoryLabel\": null,\n          \"currency\": \"GBP\",\n          \"description\": \"Concession\",\n          \"feeTax\": 0.0000,\n          \"feeTotal\": 0.7895,\n          \"feeTotalExTax\": 0.7895,\n          \"feesPassed\": true,\n          \"id\": 1298,\n          \"kind\": \"standard\",\n          \"price\": 15.7895,\n          \"status\": \"active\",\n          \"tax\": 0.0000,\n          \"total\": 15.7895\n        }\n      }\n    ],\n    \"total\": 36.8421\n  }\n}"}],"_postman_id":"a34f777d-8949-ec21-7eb7-619a609cccbe"},{"name":"Delete reservation","id":"7a586234-4090-84a0-9784-8d01de6ceea2","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/reservation/{{reservationId}}/","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["reservation","{{reservationId}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a586234-4090-84a0-9784-8d01de6ceea2"},{"name":"Update reservation","id":"780302de-1e7f-4eb9-7b9e-f6576dc16d6f","request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/reservation/06b3cd69-eb76-47a0-bbdc-d7c75148ad8a/","description":"<p>Extends the expiry time on a reservation by an additional 10 minutes.</p>\n","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["reservation","06b3cd69-eb76-47a0-bbdc-d7c75148ad8a",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c86efd71-2e8f-1319-5cce-ad658b88df9d","name":"Update reservation","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/reservation/06b3cd69-eb76-47a0-bbdc-d7c75148ad8a/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"lineupnow.com","path":"/","secure":false,"value":"eyJfZnJlc2giOmZhbHNlLCJfaWQiOnsiIGIiOiJOREUyT0dVMlpXTmtNVE0xWlRWak9XTmpPREpsTVRNNU5XRmtNamxrTVRFPSJ9fQ.DZFwcQ.LPHGWENlP0yaihIfWrMI5C-79aY","key":"session"},{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":"eyJfZnJlc2giOmZhbHNlLCJfaWQiOnsiIGIiOiJOREUyT0dVMlpXTmtNVE0xWlRWak9XTmpPREpsTVRNNU5XRmtNamxrTVRFPSJ9fQ.DaeSqg.eefj5lgKi36hbuxm6bip9_wchGk","key":"session"}],"responseTime":"119","body":"{\n  \"_metadata\": {\n    \"code\": 200\n  },\n  \"data\": {\n    \"discount\": {\n      \"totalFeeDiscount\": 0,\n      \"totalTicketDiscount\": 0.0\n    },\n    \"feeTax\": 0.0000,\n    \"feeTotal\": 1.8421,\n    \"feeTotalExTax\": 1.8421,\n    \"holdingPeriod\": 600,\n    \"price\": 36.8421,\n    \"productReservations\": [],\n    \"reference\": \"06b3cd69-eb76-47a0-bbdc-d7c75148ad8a\",\n    \"tax\": 0,\n    \"ticketReservations\": [\n      {\n        \"event\": {\n          \"id\": 184140,\n          \"title\": \"Wilde Creatures\"\n        },\n        \"performance\": {\n          \"endDate\": \"2017-12-16\",\n          \"endTime\": null,\n          \"id\": 446185,\n          \"sourceUrl\": \"http://lineupnow.com/event/wilde-creatures-1\",\n          \"startDate\": \"2017-12-16\",\n          \"startTime\": \"2017-12-16\"\n        },\n        \"quantity\": 1,\n        \"seats\": [\n          \"1A\"\n        ],\n        \"ticket\": {\n          \"categoryId\": null,\n          \"categoryLabel\": null,\n          \"currency\": \"GBP\",\n          \"description\": \"Adult\",\n          \"feeTax\": 0.00,\n          \"feeTotal\": 1.05,\n          \"feeTotalExTax\": 1.05,\n          \"feesPassed\": true,\n          \"id\": 1297,\n          \"inventoryLeft\": 996,\n          \"kind\": \"standard\",\n          \"price\": 21.05,\n          \"tax\": 0.00,\n          \"total\": 21.05,\n          \"totalExFees\": 20.00\n        }\n      },\n      {\n        \"event\": {\n          \"id\": 184140,\n          \"title\": \"Wilde Creatures\"\n        },\n        \"performance\": {\n          \"endDate\": \"2017-12-16\",\n          \"endTime\": null,\n          \"id\": 446185,\n          \"sourceUrl\": \"http://lineupnow.com/event/wilde-creatures-1\",\n          \"startDate\": \"2017-12-16\",\n          \"startTime\": \"2017-12-16\"\n        },\n        \"quantity\": 1,\n        \"seats\": [],\n        \"ticket\": {\n          \"categoryId\": null,\n          \"categoryLabel\": null,\n          \"currency\": \"GBP\",\n          \"description\": \"Concession\",\n          \"feeTax\": 0.00,\n          \"feeTotal\": 0.79,\n          \"feeTotalExTax\": 0.79,\n          \"feesPassed\": true,\n          \"id\": 1298,\n          \"inventoryLeft\": 996,\n          \"kind\": \"standard\",\n          \"price\": 15.79,\n          \"tax\": 0.00,\n          \"total\": 15.79,\n          \"totalExFees\": 15.00\n        }\n      }\n    ],\n    \"total\": 36.8421\n  }\n}"}],"_postman_id":"780302de-1e7f-4eb9-7b9e-f6576dc16d6f"}],"id":"1d95cd82-c6b4-c995-7674-53696c96c45c","_postman_id":"1d95cd82-c6b4-c995-7674-53696c96c45c","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Customers","item":[{"name":"Create customer","id":"23679a78-9e8f-82aa-1ab4-dcf422f25894","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/customer/","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["customer",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"adf39bf7-f7ce-3fe5-72ec-1a546c0a7c3b","name":"Create customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/javascript"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"tony@starkindustries.com\",\n    \"firstName\": \"Tony\",\n    \"lastName\": \"Stark\",\n    \"password\": \"ironmanrulz\"\n}"},"url":"{{url}}/customer/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":"eyJfaWQiOnsiIGIiOiJPREprTVdNNU9UTXlNR1EzT1Rka1pEUTFNekU1WWpRMU5UTXhNemxpT0RVPSJ9fQ.DN4nzw.NnxBfoo--mPFK4HbhkYKfAXn-u8","key":"session"}],"responseTime":"580","body":"{\n  \"_metadata\": {\n    \"code\": 200\n  },\n  \"data\": {\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiJ9.eyJpZCI6OTMyOH0.ZA3jUDiZ5pZuniZtLNnj5Kt3HzC8Mkk6KNXaUKagnpQ\",\n    \"createdAt\": \"2017-11-03T16:16:16\",\n    \"emailAddress\": \"tony@starkindustries.com\",\n    \"firstName\": \"Tony\",\n    \"id\": 9328,\n    \"lastName\": \"Stark\"\n  }\n}"}],"_postman_id":"23679a78-9e8f-82aa-1ab4-dcf422f25894"}],"id":"562870d1-b4d1-75b4-8920-107c2925d2d5","_postman_id":"562870d1-b4d1-75b4-8920-107c2925d2d5","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Orders","item":[{"name":"Create order","id":"e6159d81-ab2d-057b-c271-232e9775965e","request":{"auth":{"type":"basic","basic":{"username":"{{secretKey}}","password":"<password>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"5de834c9-9eee-4f5e-9d7f-d16790e81c87\",\n  \"customerId\": 9328,\n  \"paymentSource\": \"cash\"\n}"},"url":"{{url}}/order/","urlObject":{"path":["order",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dfc47899-f5dc-1f3a-c722-602b5f23a760","name":"Create order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"id\": \"5de834c9-9eee-4f5e-9d7f-d16790e81c87\",\n  \"customerId\": 9328,\n  \"paymentSource\": \"cash\"\n}"},"url":"{{url}}/order/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","enabled":true}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"testing.lineupnow.com","path":"/","secure":false,"value":"eyJfaWQiOnsiIGIiOiJPREprTVdNNU9UTXlNR1EzT1Rka1pEUTFNekU1WWpRMU5UTXhNemxpT0RVPSJ9fQ.DN4pgw.uuRF7g-kHGqz_LtTjly7cnH-JzE","key":"session"}],"responseTime":"564","body":"{\n  \"_metadata\": {\n    \"code\": 200\n  },\n  \"data\": {\n    \"invoice\": {\n      \"id\": 1506,\n      \"reference\": \"9328-20171103-51e8\"\n    },\n    \"order\": {\n      \"currency\": \"GBP\",\n      \"id\": 1319,\n      \"price\": 36.84,\n      \"receiptUrl\": \"https://testing.lineupnow.com/api/v1.7/order/download/1319/?token=WyI5MzI4IiwiMTMxOSJd.DN4pgw.YONnuoE4ck-qGeHL53AeYyG75jk\",\n      \"tax\": 0.0,\n      \"ticketPurchases\": [\n        {\n          \"event\": {\n            \"id\": 184140,\n            \"title\": \"Wilde Creatures\"\n          },\n          \"id\": 1574,\n          \"performance\": {\n            \"endDate\": \"2017-12-16\",\n            \"endTime\": null,\n            \"id\": 446185,\n            \"seatingChartId\": null,\n            \"sourceUrl\": \"http://lineupnow.com/event/wilde-creatures-1\",\n            \"startDate\": \"2017-12-16\",\n            \"startTime\": \"14:00:00\"\n          },\n          \"price\": 21.05,\n          \"quantity\": 1,\n          \"receipts\": [\n            {\n              \"barcodeReference\": \"9328-20170003-U6AD8WDE\",\n              \"discount\": 0.0000,\n              \"id\": 2606,\n              \"seat\": null\n            }\n          ],\n          \"tax\": 0.0,\n          \"ticket\": {\n            \"categoryId\": null,\n            \"currency\": \"GBP\",\n            \"description\": \"Adult\",\n            \"feeTax\": 0.21,\n            \"feeTotal\": 1.26,\n            \"feeTotalExTax\": 1.05,\n            \"feesPassed\": true,\n            \"id\": 1297,\n            \"inventoryLeft\": 9,\n            \"isPurchasable\": true,\n            \"kind\": \"standard\",\n            \"price\": 21.05,\n            \"tax\": null,\n            \"total\": 21.05,\n            \"totalExFees\": 20.0\n          },\n          \"total\": 21.05,\n          \"venue\": {\n            \"id\": 2363,\n            \"name\": \"Vaudeville Theatre, London\",\n            \"uid\": \"be71ddba-9a79-4618-8fe8-b969994c0547\"\n          }\n        },\n        {\n          \"event\": {\n            \"id\": 184140,\n            \"title\": \"Wilde Creatures\"\n          },\n          \"id\": 1575,\n          \"performance\": {\n            \"endDate\": \"2017-12-16\",\n            \"endTime\": null,\n            \"id\": 446185,\n            \"seatingChartId\": null,\n            \"sourceUrl\": \"http://lineupnow.com/event/wilde-creatures-1\",\n            \"startDate\": \"2017-12-16\",\n            \"startTime\": \"14:00:00\"\n          },\n          \"price\": 15.79,\n          \"quantity\": 1,\n          \"receipts\": [\n            {\n              \"barcodeReference\": \"9328-20170003-DUMCT4PP\",\n              \"discount\": 0.0000,\n              \"id\": 2607,\n              \"seat\": null\n            }\n          ],\n          \"tax\": 0.0,\n          \"ticket\": {\n            \"categoryId\": null,\n            \"currency\": \"GBP\",\n            \"description\": \"Concession\",\n            \"feeTax\": 0.16,\n            \"feeTotal\": 0.95,\n            \"feeTotalExTax\": 0.79,\n            \"feesPassed\": true,\n            \"id\": 1298,\n            \"inventoryLeft\": 9,\n            \"isPurchasable\": true,\n            \"kind\": \"standard\",\n            \"price\": 15.79,\n            \"tax\": null,\n            \"total\": 15.79,\n            \"totalExFees\": 15.0\n          },\n          \"total\": 15.79,\n          \"venue\": {\n            \"id\": 2363,\n            \"name\": \"Vaudeville Theatre, London\",\n            \"uid\": \"be71ddba-9a79-4618-8fe8-b969994c0547\"\n          }\n        }\n      ],\n      \"total\": 36.84,\n      \"totalExFees\": 35.0,\n      \"totalTicketDiscount\": 0.0\n    }\n  }\n}"}],"_postman_id":"e6159d81-ab2d-057b-c271-232e9775965e"}],"id":"3338b697-0659-3cda-4e67-d7dd1cc039dd","_postman_id":"3338b697-0659-3cda-4e67-d7dd1cc039dd","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Product","item":[{"name":"Product list","id":"caf6ad60-7d1a-1716-643d-c238480015c9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/product/","description":"<p>Fetch a list of all products</p>\n","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["product",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"caf6ad60-7d1a-1716-643d-c238480015c9"},{"name":"Product Collection","id":"c886f037-bfb1-38e8-1354-62feb8fd4c06","request":{"auth":{"type":"basic","basic":{"username":"{{secretKey}}"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/collection/{{collectionId}}/products/","urlObject":{"path":["collection","{{collectionId}}","products",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c886f037-bfb1-38e8-1354-62feb8fd4c06"},{"name":"Product Details","id":"f3873292-d1ae-5fef-a068-5e4585e8ef79","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/product/{{productId}}/","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"path":["product","{{productId}}",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3873292-d1ae-5fef-a068-5e4585e8ef79"},{"name":"Create product","id":"65101dc9-e1dd-4228-3869-2e689f76c608","request":{"auth":{"type":"basic","basic":{"username":"{{secretKey}}","password":"<password>","showPassword":"<show-password>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/product/","urlObject":{"path":["product",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65101dc9-e1dd-4228-3869-2e689f76c608"}],"id":"fd5443db-38b4-6ddb-6038-56670f3de992","_postman_id":"fd5443db-38b4-6ddb-6038-56670f3de992","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Venues","item":[{"name":"Venue Events","id":"0c10ac2e-99dc-dbd6-a041-631a39fc8e85","request":{"auth":{"type":"basic","basic":{"username":"{{secretKey}}","password":"<password>","showPassword":"<show-password>"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/venue/{{venueId}}/events/","urlObject":{"path":["venue","{{venueId}}","events",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c10ac2e-99dc-dbd6-a041-631a39fc8e85"},{"name":"Venue List","id":"18f72e19-b094-4909-1897-c0488d7d0a2e","request":{"auth":{"type":"basic","basic":{"username":"{{secretKey}}"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/venue/","urlObject":{"path":["venue",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"18f72e19-b094-4909-1897-c0488d7d0a2e"}],"id":"a45f8d93-71be-fda0-6bd6-f37553aaef5c","_postman_id":"a45f8d93-71be-fda0-6bd6-f37553aaef5c","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Webhook List","id":"21bf021f-6dce-4c03-b3de-409e1df1aa35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"21bf021f-6dce-4c03-b3de-409e1df1aa35"}],"id":"f01f330c-69f8-4f74-b4d2-3c80af185f19","_postman_id":"f01f330c-69f8-4f74-b4d2-3c80af185f19","description":"","auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"},"isInherited":true,"source":{"_postman_id":"e6414029-3504-f50e-71ee-012a86fecbe2","id":"e6414029-3504-f50e-71ee-012a86fecbe2","name":"Line-up API","type":"collection"}}}],"auth":{"type":"basic","basic":{"password":"{{password}}","username":"{{secretKey}}","showPassword":"<show-password>"}},"event":[{"listen":"prerequest","script":{"id":"1a24f2bb-683b-4866-8bf1-e8db57da3008","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4a2a30fc-d346-4221-b588-caab93ab22db","type":"text/javascript","exec":[""]}}]}