{"info":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"492506","collectionId":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","publishedId":"2sA3e2e9KC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"ca54a0"},"publishDate":"2024-07-08T15:40:35.000Z"},"item":[{"name":"Authorisation","item":[{"name":"Register Account","event":[{"listen":"prerequest","script":{"id":"5173daa8-8fa0-4921-ba0c-6ac0174e4e9d","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"ce0b15a8-b986-4e13-bd4d-cb87e56ff687","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","let requestBody = JSON.parse(pm.request.body.raw);","","pm.environment.set('account_id', pm.response.json().data.id);","pm.environment.set('email', requestBody.email);","pm.environment.set('password', requestBody.password);",""],"type":"text/javascript","packages":{}}}],"id":"1a2b9fcc-9cd5-4123-9421-b7b223bba59c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Carolyn\",\n    \"last_name\": \"Beatrice Greenholt III\",\n    \"email\": \"Lyla.McLaughlin@yahoo.com\",\n    \"password\": \"{{password}}\",\n    \"password_confirmation\": \"{{password}}\",\n    \"timezone\": \"UTC\",\n    \"currency_code\": \"EUR\"\n}"},"url":"{{host}}/auth/register","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","register"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"00fcdeb4-30dd-4b65-86f7-bc0f4335e7c1","name":"Register Account","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en-FR,en-US;q=0.9,en;q=0.8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Dave\",\n    \"last_name\": \"Earley\",\n    \"email\": \"Rachelle@hi.events\",\n    \"password\": \"{{password}}\",\n    \"password_confirmation\": \"{{password}}\",\n    \"timezone\": \"UTC\",\n    \"currency_code\": \"EUR\"\n}"},"url":"{{host}}/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 10 Feb 2024 23:11:34 GMT"},{"key":"X-Auth-Token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vMTI3LjAuMC4xOjEyMzQvYXBpL2F1dGgvcmVnaXN0ZXIiLCJpYXQiOjE3MDc2MDY2OTQsImV4cCI6MTcwNzc3OTQ5NCwibmJmIjoxNzA3NjA2Njk0LCJqdGkiOiI0TWdnUzRISVBqcTlHTnRmIiwic3ViIjoiOSIsInBydiI6ImVjM2Q1ODg4ZWFkOTBhNjYyMjliODkwYWUzODA2NzY0YjhlODcwOTQifQ.RKjXIuTq_T-wI2QHFqjeEgqL-bMx9cAo2DMseZk5y1s"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 12,\n        \"name\": \"Dave Earley\",\n        \"email\": \"eleanore@hi.events\",\n        \"currency_code\": \"EUR\",\n        \"timezone\": \"UTC\",\n        \"updated_at\": \"2024-02-10T23:11:34.000000Z\"\n    }\n}"}],"_postman_id":"1a2b9fcc-9cd5-4123-9421-b7b223bba59c"},{"name":"Logout","event":[{"listen":"test","script":{"id":"84b9f8e9-619d-43ad-9867-14c832a610cc","exec":["pm.test(\"Expect 401 unauthorised\", function () {","    pm.response.to.have.status(200);","});"," "],"type":"text/javascript"}}],"id":"eb5c3d09-000f-4b33-b4e7-3a31848c3fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/auth/logout","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","logout"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"32bac013-de82-4f32-8782-a510ad7b409e","name":"Logout","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 08:45:33 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully logged out\"\n}"}],"_postman_id":"eb5c3d09-000f-4b33-b4e7-3a31848c3fad"},{"name":"Login","event":[{"listen":"test","script":{"id":"d881df23-246f-4eff-8800-f7a80bf5bbd3","exec":[" pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"," ","pm.environment.set('token', pm.response.json().token);","pm.environment.set('account_id', pm.response.json().user.account_id);","",""],"type":"text/javascript"}}],"id":"cf3b069b-3773-466d-b5ef-7c261bb4faac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"password\": \"{{password}}\",\n    \"account_id\": \"{{account_id}}\"\n}"},"url":"{{host}}/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","login"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4e02d1dc-1435-497f-9d97-4193aa0bb68f","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\",\n    \"password\": \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 08:45:51 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6ODFcL2FwaVwvbG9naW4iLCJpYXQiOjE1OTA3NDE5NTEsImV4cCI6MTU5MzM2OTk1MSwibmJmIjoxNTkwNzQxOTUxLCJqdGkiOiJZMk1TYkUzVnVJZnNBVDVMIiwic3ViIjo1LCJwcnYiOiI5MGQ5OTE1ZDlhNzUyMGRlY2UxYjZhM2VlNWY3YmNhYWNhZGUzZTgyIn0.lySpB4wH4kDqk-r-fX2lJ88rbWVGp-7WQyXuhQD54Dk\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 2628000,\n    \"user\": {\n        \"id\": 5,\n        \"account_id\": 4,\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\",\n        \"email\": \"Rowena@ticketbooth.io\"\n    }\n}"}],"_postman_id":"cf3b069b-3773-466d-b5ef-7c261bb4faac"},{"name":"Refresh Token","event":[{"listen":"test","script":{"id":"3b261a19-b992-4cf7-bc9a-f241c55dc971","exec":[" pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"," "," pm.environment.set('token', pm.response.json().token);"],"type":"text/javascript"}}],"id":"d236e398-b8e1-454b-8c1b-7231b530bec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{token}}"},{"key":"Accept","value":"application/json"}],"url":"{{host}}/auth/refresh","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","refresh"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fec014ab-7122-4890-83f0-059a7355e3d8","name":"Refresh Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6ODFcL2FwaVwvcmVmcmVzaCIsImlhdCI6MTU5MDc0MTk1MSwiZXhwIjoxNTkzMzc5MzgzLCJuYmYiOjE1OTA3NTEzODMsImp0aSI6IlJGclI3WU1MbkNnM0cxR2ciLCJzdWIiOjUsInBydiI6IjkwZDk5MTVkOWE3NTIwZGVjZTFiNmEzZWU1ZjdiY2FhY2FkZTNlODIifQ.gWQGDENewHuV2mpg-sD9Jb5cghGxpUlCBY931WKpay0\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 2628000,\n    \"user\": {\n        \"id\": 5,\n        \"account_id\": 4,\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\",\n        \"email\": \"Rowena@ticketbooth.io\"\n    }\n}"}],"_postman_id":"d236e398-b8e1-454b-8c1b-7231b530bec1"},{"name":"Forgot Password","id":"dcac62fa-00a2-4376-8308-ee1049e9b84c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"{{email}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/auth/forgot-password","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","forgot-password"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcac62fa-00a2-4376-8308-ee1049e9b84c"},{"name":"Reset Password","id":"217f0f30-a28e-4e05-b5a3-590358c312c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"{{password}}\",\n    \"password\": \"{{password}}\",\n    \"password_confirmation\": \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/auth/reset-password/{{reset_token}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","reset-password","{{reset_token}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"217f0f30-a28e-4e05-b5a3-590358c312c1"},{"name":"Validate Reset Password Token","id":"ca8e08ff-42ae-4968-bb53-86c578a4c10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"{{token}}\",\n    \"password\": \"{{password}}\",\n    \"password_confirmation\": \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/auth/reset-password/{{reset_token}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","reset-password","{{reset_token}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca8e08ff-42ae-4968-bb53-86c578a4c10c"},{"name":"Get User Invitation","event":[{"listen":"test","script":{"id":"6f5d2d4e-e678-4a87-9306-cbef35bf9978","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"004ffc07-7b21-4819-8018-52e13d35dc13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/auth/invitation/{{invitation_token}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","invitation","{{invitation_token}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0b7eb23e-f2ae-469c-8d52-b093eaa3cd48","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"{{host}}/public/events/{{event_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:29:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"currency_symbol\": \"€\",\n        \"tickets\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"title\": \"panel Ticket\",\n                    \"description\": \"A ticket description\",\n                    \"price\": 496.81,\n                    \"min_per_order\": 1,\n                    \"max_per_order\": 20,\n                    \"sale_start_date\": null,\n                    \"sale_end_date\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"004ffc07-7b21-4819-8018-52e13d35dc13"},{"name":"Accept User Invitation","event":[{"listen":"test","script":{"id":"6f5d2d4e-e678-4a87-9306-cbef35bf9978","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"37f57ea1-89c5-4f9b-8df7-6528a52181b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Myrtis\",\n    \"last_name\": \"Pfeffer\",\n    \"timezone\": \"America/Vancouver\",\n    \"password\": \"pass1234!\",\n    \"password_confirmation\": \"pass1234!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/auth/invitation/{{invitation_token}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["auth","invitation","{{invitation_token}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5d8d3cd1-8f8f-4915-b3d8-87f1c9614e41","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"{{host}}/public/events/{{event_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:29:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"currency_symbol\": \"€\",\n        \"tickets\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"title\": \"panel Ticket\",\n                    \"description\": \"A ticket description\",\n                    \"price\": 496.81,\n                    \"min_per_order\": 1,\n                    \"max_per_order\": 20,\n                    \"sale_start_date\": null,\n                    \"sale_end_date\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"37f57ea1-89c5-4f9b-8df7-6528a52181b2"}],"id":"113f52fe-f956-482b-9f91-57c734b4b8f4","_postman_id":"113f52fe-f956-482b-9f91-57c734b4b8f4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Authenticated","item":[{"name":"Users","item":[{"name":"Get Me","id":"e88d735d-14af-42cb-b458-af5d9a970f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"33f12299-b9d0-43a6-9fb1-3eaef98bf8a0","name":"Me","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:22:38 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\",\n        \"email\": \"Rowena@ticketbooth.io\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"e88d735d-14af-42cb-b458-af5d9a970f54"},{"name":"Create User","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('user_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"d18586e0-781c-4342-b577-6e29ce763811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Maida\",\n  \"last_name\": \"Klocko\",\n  \"email\": \"Rafaela16@yahoo.com\",\n  \"role\": \"ORGANIZER\"\n}"},"url":"{{host}}/users","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bb396106-aef4-4ef3-b7ca-021827af300e","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Chauncey\",\n  \"last_name\": \"Marquardt\",\n  \"email\": \"General_Douglas7@hotmail.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"d18586e0-781c-4342-b577-6e29ce763811"},{"name":"Update Me","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"006c5dcd-0a1e-4e7f-9a42-6d92a6ea7502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Alf\",\n    \"last_name\": \"Cummings\",\n    \"email\": \"Geovanny.Hansen34@gmail.com\",\n    \"password\": \"{{password}}\",\n    \"password_confirmation\": \"{{password}}\",\n    \"current_password\": \"{{password}}\",\n    \"timezone\": \"America/Vancouver\",\n    \"locale\": \"en\"\n}"},"url":"{{host}}/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b00bb1ec-c57a-4d01-834b-5a5e064141a9","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Mitchel\",\n  \"last_name\": \"Jaskolski\",\n  \"email\": \"Haylie_Block@yahoo.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"006c5dcd-0a1e-4e7f-9a42-6d92a6ea7502"},{"name":"Update User","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"5a12d0db-d345-451a-b7dd-79ae740817eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Mellie\",\n    \"last_name\": \"Ernser\",\n    \"status\": \"ACTIVE\",\n    \"role\": \"ADMIN\"\n}"},"url":"{{host}}/users/{{user_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","{{user_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ed958f8e-1cb2-46af-9cf4-61920d896fc4","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Brionna\",\n  \"last_name\": \"Kunze\",\n  \"email\": \"Santiago.Herman57@hotmail.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"5a12d0db-d345-451a-b7dd-79ae740817eb"},{"name":"Confirm User Email Change","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"8ff7006a-1126-49a8-b1a7-980436395b34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Ellis\",\n  \"last_name\": \"Gibson\",\n  \"email\": \"Noah_Boyle@hotmail.com\",\n  \"password\": \"Dave1234\"\n}"},"url":"{{host}}/users/{{user_id}}/confirm-email-change?token={{confirm_password_token}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","{{user_id}}","confirm-email-change"],"host":["{{host}}"],"query":[{"key":"token","value":"{{confirm_password_token}}"}],"variable":[]}},"response":[{"id":"cc7a6ac6-985c-49f8-8f74-c04ac03f2cf0","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jaleel\",\n  \"last_name\": \"Gleichner\",\n  \"email\": \"Deontae_Rippin92@gmail.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"8ff7006a-1126-49a8-b1a7-980436395b34"},{"name":"Resend email validation","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"42d37337-0fab-4e44-9c0a-b993a65f6886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/users/{{user_id}}/invitation","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","{{user_id}}","invitation"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fa4b343d-7736-4ccf-a852-a37e061bb143","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Mylene\",\n  \"last_name\": \"Heaney\",\n  \"email\": \"Alexandre25@hotmail.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"42d37337-0fab-4e44-9c0a-b993a65f6886"},{"name":"Resend email confirmation","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"d74761c0-8e55-4b4c-91fa-4775ccea2d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/users/{{user_id}}/resend-email-confirmation","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","{{user_id}}","resend-email-confirmation"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"033d0bcd-a971-4458-b6f6-0dbc396be656","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Deon\",\n  \"last_name\": \"Goyette\",\n  \"email\": \"Flo.Robel47@gmail.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"d74761c0-8e55-4b4c-91fa-4775ccea2d03"},{"name":"Delete invitation","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"dec3f72b-ae28-4453-b1ea-a16e8ded2885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/users/{{user_id}}/invitation","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","{{user_id}}","invitation"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"91a3257f-df9d-4649-8e39-65e0030d6a27","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Howell\",\n  \"last_name\": \"Schuppe\",\n  \"email\": \"Destiney1@gmail.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"dec3f72b-ae28-4453-b1ea-a16e8ded2885"},{"name":"Cancel User Email Change","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"35bdc038-a426-4d43-b227-1954c7db708f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Bria\",\n  \"last_name\": \"Altenwerth\",\n  \"email\": \"Newton51@yahoo.com\",\n  \"password\": \"Dave1234\"\n}"},"url":"{{host}}/users/{{user_id}}/email-change","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","{{user_id}}","email-change"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"300ca408-e839-4975-b39a-cc8877af4dfb","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Rudolph\",\n  \"last_name\": \"Bechtelar\",\n  \"email\": \"Jordon.Lesch@yahoo.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"35bdc038-a426-4d43-b227-1954c7db708f"},{"name":"Get User","event":[{"listen":"test","script":{"id":"6a46d95b-2c47-4634-8649-aeb40700356f","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript","packages":{}}}],"id":"eeb2a155-bf7d-42a0-9ee9-4b7dbf40cb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/users/{{user_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users","{{user_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"de993db9-c583-44e4-b946-458b23b0ea4c","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Gabe\",\n  \"last_name\": \"Lemke\",\n  \"email\": \"Stacy_Gulgowski@hotmail.com\",\n  \"password\": \"Dave1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"first_name\": \"Shawn\",\n        \"last_name\": \"Anderson\",\n        \"email\": \"Trent54@hotmail.com\",\n        \"account_id\": 4\n    }\n}"}],"_postman_id":"eeb2a155-bf7d-42a0-9ee9-4b7dbf40cb47"},{"name":"Get Users","event":[{"listen":"test","script":{"id":"4e7e9d41-fc59-47c8-b4da-85709858d4cf","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5fc19caf-6018-4757-a6d7-ba83c3536edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/users","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["users"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"67632cd9-80c3-4e63-9ffe-f6fd2137b1a6","name":"Get Users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/users","host":["{{host}}"],"path":["users"],"query":[{"key":"per_page","value":"","disabled":true},{"key":"page","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:23:52 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 5,\n            \"first_name\": \"Dave\",\n            \"last_name\": \"Earley\",\n            \"email\": \"Rowena@ticketbooth.io\",\n            \"account_id\": 4\n        },\n        {\n            \"id\": 6,\n            \"first_name\": \"Shawn\",\n            \"last_name\": \"Anderson\",\n            \"email\": \"Trent54@hotmail.com\",\n            \"account_id\": 4\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 2,\n            \"count\": 2,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"5fc19caf-6018-4757-a6d7-ba83c3536edc"}],"id":"bafee567-3029-4795-924e-bb01fec034aa","_postman_id":"bafee567-3029-4795-924e-bb01fec034aa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Events","item":[{"name":"Create Event","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('event_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"e01572f3-880c-4196-9cd4-e84119095763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Event - scalable\",\n    \"start_date\": \"2030-08-31 10:15:00\",\n    \"end_date\": \"2030-09-30 10:15:00\",\n    \"description\": \"Non cupiditate labore tempora pariatur.\",\n    \"timezone\": \"America/Vancouver\",\n    \"organizer_id\": {{organizer_id}},\n    \"attributes\": [\n        {\n            \"name\": \"zoom_url\",\n            \"value\": \"https://zoom.com/event/3232\",\n            \"is_public\": true\n        },\n        {\n            \"name\": \"venue\",\n            \"value\": {\n                \"name\": \"The Temple Bar\",\n                \"location\": \"Dublin, Ireland\"\n            },\n            \"is_public\": true\n        },\n        {\n            \"name\": \"tags\",\n            \"value\": [\n                \"disco\",\n                \"summer\",\n                \"party\"\n            ],\n            \"is_public\": false\n        }\n    ]\n}"},"url":"{{host}}/events","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"52603322-362d-4972-b9f2-bec045c735af","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Recusandae optio unde deleniti et similique.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Dolores nam repellat.\",\n  \"attributes\": {\n  \t\"location\": \"North Herminia\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"e01572f3-880c-4196-9cd4-e84119095763"},{"name":"Update Event","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('event_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"0c26d279-5735-4548-a32a-0fc376b5899b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Event - impactful\",\n    \"start_date\": \"2021-08-31 10:11:06\",\n    \"end_date\": \"2022-08-31 10:11:06\",\n    \"description\": \"Necessitatibus est aperiam ducimus eveniet illo dolor voluptatem.\",\n    \"timezone\": \"UTC\",\n    \"currency\": \"EUR\"\n}"},"url":"{{host}}/events/{{event_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6c73a9fc-cbfa-4534-8d10-f3faea19f912","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Expedita similique et fugiat molestiae.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Nihil officiis ipsum earum voluptatum voluptatem.\",\n  \"attributes\": {\n  \t\"location\": \"Nikolasmouth\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"0c26d279-5735-4548-a32a-0fc376b5899b"},{"name":"Duplicate Event","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('event_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"f1fd73d6-9555-4bd9-a619-72a9225ce279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/duplicate","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","duplicate"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4a78fa86-cd2a-4e1a-bcad-bebcdc8d68a6","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Accusamus et tenetur ex ea est molestiae quos saepe velit.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Eum nisi qui tempore quidem eum.\",\n  \"attributes\": {\n  \t\"location\": \"Margate\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f1fd73d6-9555-4bd9-a619-72a9225ce279"},{"name":"Update Event Status","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('event_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"4d857ed2-7f7d-4fb8-9968-85d5666bc26d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"LIVE\"\n}"},"url":"{{host}}/events/{{event_id}}/status","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","status"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"238fadda-8a3c-452b-9d0e-fd004d4e48e5","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Nihil et magnam ipsam.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Est laboriosam pariatur.\",\n  \"attributes\": {\n  \t\"location\": \"East Daynastad\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"4d857ed2-7f7d-4fb8-9968-85d5666bc26d"},{"name":"Upload Event Image","event":[{"listen":"test","script":{"id":"b421dffa-0673-4d35-9bcf-d12cabed2272","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('event_image_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"177e7ff6-707f-4be7-996f-0116668b1be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/Users/dave/Downloads/concert-2527495_1280.jpg"},{"key":"type","value":"EVENT_COVER","type":"text"}]},"url":"{{host}}/events/{{event_id}}/images","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","images"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8c4138ab-bbbf-4f6d-a0eb-2f65c3357e2d","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Quis atque esse.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Officia omnis aut rem dolorum quasi.\",\n  \"attributes\": {\n  \t\"location\": \"New Asaton\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"177e7ff6-707f-4be7-996f-0116668b1be4"},{"name":"Get Event Images","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","",""],"type":"text/javascript"}}],"id":"0eeba5bd-1691-4de6-a454-479be9651368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/images","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","images"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"573dd64a-df04-4299-b942-aadd9f4932b5","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Corporis autem accusamus voluptates at ratione libero rem quibusdam dolore.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Et quam qui dicta reprehenderit corporis atque sit.\",\n  \"attributes\": {\n  \t\"location\": \"West Damianburgh\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"0eeba5bd-1691-4de6-a454-479be9651368"},{"name":"Delete Event Image","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","",""],"type":"text/javascript"}}],"id":"d76db69c-1a79-4899-87e7-54fbfcbefbee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/images/{{event_image_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","images","{{event_image_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f20e3fef-86ab-47b9-b1fb-5c67c9c82f4e","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Quia quo dicta.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Quia veniam laboriosam saepe dolores veniam ab.\",\n  \"attributes\": {\n  \t\"location\": \"Estellahaven\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"d76db69c-1a79-4899-87e7-54fbfcbefbee"},{"name":"Update Event Settings","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"type":"text/javascript","packages":{}}}],"id":"0a051d65-cbce-4efb-a50a-be549e9d24b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"location_details\": {\n        \"venue_name\": \"The Dead Rabbit\",\n        \"address_line_1\": \"30 Water St\",\n        \"address_line_2\": \"\",\n        \"city\": \"New York\",\n        \"state_or_region\": \"NY\",\n        \"zip_or_postal_code\": \"10004\",\n        \"country\": \"US\"\n    },\n    \"ticket_page_message\": \"<h1>Hello</h1>\",\n    \"post_checkout_message\": \"\",\n    \"pre_checkout_message\": \"\",\n    \"continue_button_text\": \"Continue\",\n    \"email_footer_message\": \"\",\n    \"support_email\": \"hi@hi.events\",\n    \"require_attendee_details\": true,\n    \"order_timeout_in_minutes\": 120,\n    \"homepage_background_color\": \"#00000000\",\n    \"homepage_primary_color\": \"#000000\",\n    \"homepage_primary_text_color\": \"#000000\",\n    \"homepage_secondary_color\": \"#000000\",\n    \"homepage_secondary_text_color\": \"#000000\",\n    \"homepage_body_background_color\": \"#000000\",\n    \"homepage_ticket_widget_background_color\": \"#000000\",\n    \"homepage_ticket_widget_text_color\": \"#000000\",\n    \"homepage_background_type\": \"COLOR\",\n    \"maps_url\": \"https://maps.com\",\n    \"website_url\": \"https://website.com\",\n    \"price_display_mode\": \"INCLUSIVE\",\n    \"seo_title\": \"SEO\",\n    \"seo_description\": \"SEO\",\n    \"seo_keywords\": \"key,words\",\n    \"allow_search_engine_indexing\": true,\n    \"notify_organizer_of_new_orders\": true,\n    \"hide_getting_started_page\": false\n}"},"url":"{{host}}/events/{{event_id}}/settings","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","settings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d6993628-05d0-4e0d-b999-7ab37abd0a12","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Provident est perspiciatis omnis.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Culpa dolore dignissimos expedita molestias voluptas quas non quia rerum.\",\n  \"attributes\": {\n  \t\"location\": \"Port Veronachester\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"0a051d65-cbce-4efb-a50a-be549e9d24b1"},{"name":"Partial Update Event Settings","event":[{"listen":"test","script":{"id":"b6a45179-81bf-48ae-9366-66f420a5b4ef","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"type":"text/javascript"}}],"id":"83ffcac8-1707-4c35-838c-05c01690a3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"pre_checkout_message\": \"\",\n    \"post_checkout_message\": \"hey\",\n    \"ticket_page_message\": \"<h1>Hello</h1>\",\n    \"continue_button_text\": null,\n    \"required_attendee_details\": true,\n    \"email_footer_message\": \"\",\n    \"reply_to_email\": null,\n    \"order_timeout_in_minutes\": 10,\n    \"homepage_background_color\": null,\n    \"homepage_text_color\": null,\n    \"homepage_button_color\": null,\n    \"homepage_link_color\": null,\n    \"homepage_ticket_widget_background_color\": null,\n    \"homepage_ticket_widget_text_color\": null,\n    \"website_url\": null,\n    \"maps_url\": null,\n    \"price_display_mode\": \"INCLUSIVE\",\n    \"location_details\": {\n        \"venue_name\": \"The Dead Rabbit\",\n        \"address_line_1\": \"30 Water St\",\n        \"address_line_2\": \"\",\n        \"city\": \"New York\",\n        \"state_or_region\": \"NY\",\n        \"zip_or_postal_code\": \"10004\",\n        \"country\": \"US\"\n    }\n}"},"url":"{{host}}/events/{{event_id}}/settings","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","settings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b86f09ef-4b35-4ea3-832c-0e98bcc030f4","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Event - Ea sit sed ex voluptas doloremque ipsam.\",\n  \"start_date\": \"2021-08-31 10:11:06\",\n  \"end_date\": \"2022-08-31 10:11:06\",\n  \"description\": \"Repudiandae delectus provident quidem magnam natus.\",\n  \"attributes\": {\n  \t\"location\": \"Wayneport\",\n  \t\"zoom_url\": \"https://yahoo.com\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"status\": null,\n        \"currency_symbol\": \"€\",\n        \"attributes\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"location\",\n                    \"value\": \"New Johannview\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"zoom_url\",\n                    \"value\": \"https://yahoo.com\",\n                    \"type\": \"string\",\n                    \"created_at\": \"2020-05-29 11:24:17\",\n                    \"updated_at\": \"2020-05-29 11:24:17\",\n                    \"deleted_at\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"83ffcac8-1707-4c35-838c-05c01690a3e7"},{"name":"Get Events","event":[{"listen":"test","script":{"id":"9bf7547c-8a28-4ee7-bb1d-82dcf3eae57c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"57469e76-3afb-4d46-aaab-dcd32a4926bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{host}}/events","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events"],"host":["{{host}}"],"query":[{"disabled":true,"key":"per_page","value":""},{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"cd7ff401-6193-4e3b-96a0-a4524fe323d6","name":"Get Events","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":{"raw":"{{host}}/events/","host":["{{host}}"],"path":["events",""],"query":[{"key":"per_page","value":"","disabled":true},{"key":"page","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:24:42 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 11,\n            \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n            \"description\": \"Doloribus itaque numquam.\",\n            \"start_date\": \"2021-08-31 10:11:06\",\n            \"end_date\": \"2022-08-31 10:11:06\",\n            \"status\": null,\n            \"currency_symbol\": \"€\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"57469e76-3afb-4d46-aaab-dcd32a4926bf"},{"name":"Get Event","event":[{"listen":"test","script":{"id":"2deb7ee3-168b-490b-9f15-bf103ba8337c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3c22d041-4df0-4069-9f0b-537a09d52a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b0568dba-e2c6-4436-8f1e-5284e220066e","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/117"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0beta2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 01 Sep 2019 20:59:49 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 117,\n        \"title\": \"Dave\",\n        \"account_id\": 109,\n        \"user_id\": 60,\n        \"status\": null,\n        \"start_date\": \"2019-08-31 10:11:06\",\n        \"end_date\": \"2019-08-31 10:11:06\",\n        \"created_at\": \"2019-08-31 16:27:01\",\n        \"updated_at\": \"2019-08-31 16:27:01\",\n        \"deleted_at\": null,\n        \"description\": null\n    }\n}"}],"_postman_id":"3c22d041-4df0-4069-9f0b-537a09d52a52"},{"name":"Get Event Settings","event":[{"listen":"test","script":{"id":"2deb7ee3-168b-490b-9f15-bf103ba8337c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f7c5e53a-54b6-452b-a639-4eeb772bd937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/settings","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","settings"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5ba04307-edfe-495d-ac7c-ada4052ff918","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/117"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0beta2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 01 Sep 2019 20:59:49 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 117,\n        \"title\": \"Dave\",\n        \"account_id\": 109,\n        \"user_id\": 60,\n        \"status\": null,\n        \"start_date\": \"2019-08-31 10:11:06\",\n        \"end_date\": \"2019-08-31 10:11:06\",\n        \"created_at\": \"2019-08-31 16:27:01\",\n        \"updated_at\": \"2019-08-31 16:27:01\",\n        \"deleted_at\": null,\n        \"description\": null\n    }\n}"}],"_postman_id":"f7c5e53a-54b6-452b-a639-4eeb772bd937"},{"name":"Get Event Stats","event":[{"listen":"test","script":{"id":"2deb7ee3-168b-490b-9f15-bf103ba8337c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"fd1e48d3-ab1a-488b-b2c9-34312afeb856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/stats","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","stats"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fc503334-f7fb-4f5a-9035-ab72bdde9f6c","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/117"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0beta2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 01 Sep 2019 20:59:49 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 117,\n        \"title\": \"Dave\",\n        \"account_id\": 109,\n        \"user_id\": 60,\n        \"status\": null,\n        \"start_date\": \"2019-08-31 10:11:06\",\n        \"end_date\": \"2019-08-31 10:11:06\",\n        \"created_at\": \"2019-08-31 16:27:01\",\n        \"updated_at\": \"2019-08-31 16:27:01\",\n        \"deleted_at\": null,\n        \"description\": null\n    }\n}"}],"_postman_id":"fd1e48d3-ab1a-488b-b2c9-34312afeb856"},{"name":"Get Event Check-In Stats","event":[{"listen":"test","script":{"id":"2deb7ee3-168b-490b-9f15-bf103ba8337c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1294d1bf-f396-4ef2-8002-edc28b4a4f48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/check_in_stats","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","check_in_stats"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e87c844f-6448-4248-9373-fc9101c3f69a","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/117"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0beta2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 01 Sep 2019 20:59:49 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 117,\n        \"title\": \"Dave\",\n        \"account_id\": 109,\n        \"user_id\": 60,\n        \"status\": null,\n        \"start_date\": \"2019-08-31 10:11:06\",\n        \"end_date\": \"2019-08-31 10:11:06\",\n        \"created_at\": \"2019-08-31 16:27:01\",\n        \"updated_at\": \"2019-08-31 16:27:01\",\n        \"deleted_at\": null,\n        \"description\": null\n    }\n}"}],"_postman_id":"1294d1bf-f396-4ef2-8002-edc28b4a4f48"}],"id":"f5e07322-54e5-48b5-8914-e6cbcf042393","_postman_id":"f5e07322-54e5-48b5-8914-e6cbcf042393","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Products","item":[{"name":"Delete Product","event":[{"listen":"test","script":{"id":"0bf5b101-df48-49f6-b811-b1ff8ead1d68","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});"],"type":"text/javascript"}}],"id":"f6d6c6b5-3d0f-4050-8731-ba437e8bce3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/products/{{ticket_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","products","{{ticket_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"149a93bc-5da3-48d2-aaea-e42f58893fd3","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"card Ticket\",\n        \"price\": 907.77,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"f6d6c6b5-3d0f-4050-8731-ba437e8bce3d"},{"name":"Get Products","event":[{"listen":"test","script":{"id":"a4cacbc8-52cd-4907-801d-ac3965549a02","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e75ad5ed-9498-4422-a15b-88f7e84213b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/products","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","products"],"host":["{{host}}"],"query":[{"disabled":true,"key":"page","value":"4"},{"disabled":true,"key":"per_page","value":"2"}],"variable":[]}},"response":[{"id":"b94b47a5-de25-41f2-ae6e-8b6afc52053a","name":"Get Tickets","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3,\n            \"title\": \"panel Ticket\",\n            \"description\": \"A ticket description\",\n            \"price\": 496.81,\n            \"max_per_order\": 20,\n            \"min_per_order\": 1,\n            \"quantity_sold\": 0,\n            \"sale_start_date\": null,\n            \"sale_end_date\": null\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"e75ad5ed-9498-4422-a15b-88f7e84213b3"},{"name":"Get Product","event":[{"listen":"test","script":{"id":"a4cacbc8-52cd-4907-801d-ac3965549a02","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6bc85e54-2dfa-4d9c-a201-5a60777c3d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/products/{{ticket_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","products","{{ticket_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"84b69546-94cd-4b38-b7c5-9b7dbf5123f2","name":"Get Tickets","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3,\n            \"title\": \"panel Ticket\",\n            \"description\": \"A ticket description\",\n            \"price\": 496.81,\n            \"max_per_order\": 20,\n            \"min_per_order\": 1,\n            \"quantity_sold\": 0,\n            \"sale_start_date\": null,\n            \"sale_end_date\": null\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"6bc85e54-2dfa-4d9c-a201-5a60777c3d4e"},{"name":"Create Product","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('product_id', pm.response.json().data.id);","pm.environment.set('product_price_id', pm.response.json().data.prices[0].id);","",""],"type":"text/javascript","packages":{}}}],"id":"e85b9db0-48b8-4aa2-a0ca-135caebf63e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"system Ticket\",\n    \"prices\": [\n        {\n            \"label\": \"Early Bird\",\n            \"price\": 12.39\n        }\n    ],\n    \"description\": \"A ticket description\",\n    \"max_per_order\": 20,\n    \"product_type\": \"TICKET\",\n    \"type\": \"TIERED\",\n    \"sale_start_date\": \"2029-02-13T21:13\",\n    \"sale_end_date\": \"2030-02-13T21:13\",\n    \"tax_and_fee_ids\": [\n        {{tax_or_fee_id}}\n    ],\n    \"product_category_id\": \"{{product_category_id}}\"\n}"},"url":"{{host}}/events/{{event_id}}/products","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","products"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f99dde33-e7ab-4afe-b301-95fc995aa9e4","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"bandwidth Ticket\",\n        \"price\": 455.14,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"e85b9db0-48b8-4aa2-a0ca-135caebf63e3"},{"name":"Update Product","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('product_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"47ac3a43-60e4-477e-bfc3-f9940cb0dda3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"pixel Ticket\",\n    \"prices\": [\n        {\n            \"id\": \"{{ticket_price_id}}\",\n            \"label\": \"Early Bird\",\n            \"price\": 987.69\n        }\n    ],    \"description\": \"An amazing ticket\",\n    \"max_per_order\": 20,\n    \"type\": \"FREE\",\n    \"product_type\": \"TICKET\",\n    \"product_category_id\": {{product_category_id}}\n}"},"url":"{{host}}/events/{{event_id}}/products/{{product_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","products","{{product_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0d5fa028-e19c-49ee-a740-2359f24a6732","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"application Ticket\",\n        \"price\": 943.04,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"47ac3a43-60e4-477e-bfc3-f9940cb0dda3"},{"name":"Update Products Order","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('product_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"85257a89-80fa-4beb-9995-76b976408a0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": {{ticket_id}},\n        \"order\": 1\n    }\n]"},"url":"{{host}}/events/{{event_id}}/products/sort","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","products","sort"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"44e9c3a4-a6f4-40b2-af43-4a605663c857","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"monitor Ticket\",\n        \"price\": 961.68,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"85257a89-80fa-4beb-9995-76b976408a0b"}],"id":"16e5c82e-9a9b-401f-9795-7210612e2836","_postman_id":"16e5c82e-9a9b-401f-9795-7210612e2836","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Account","item":[{"name":"Payment","item":[{"name":"Stripe","item":[{"name":"Create Stripe Connection","id":"d52ef56f-8564-4f12-b718-f64eaf2be889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/accounts/{{account_id}}/stripe/connect","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","stripe","connect"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cb7f1d13-6492-427d-8637-8fe1ce9cc718","name":"Get Account","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/accounts/{{account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:43 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"email\": \"Rowena@ticketbooth.io\",\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\"\n    }\n}"}],"_postman_id":"d52ef56f-8564-4f12-b718-f64eaf2be889"}],"id":"30aa3c34-7b93-4e70-b912-3653ee4b3668","_postman_id":"30aa3c34-7b93-4e70-b912-3653ee4b3668","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}}],"id":"d047fb9f-be5f-4f28-99e7-224e67cb0d4a","_postman_id":"d047fb9f-be5f-4f28-99e7-224e67cb0d4a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Get Account","id":"faea01b3-7b07-4ceb-9319-e7c9310491e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/accounts","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5192ac5a-b45b-4eb8-a63c-a0928484e2a7","name":"Get Account","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/accounts/{{account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:43 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"email\": \"Rowena@ticketbooth.io\",\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\"\n    }\n}"}],"_postman_id":"faea01b3-7b07-4ceb-9319-e7c9310491e0"},{"name":"Update Account","id":"2eb4bb02-9e3c-490f-9cc2-e36bb9be7299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Account\",\n    \"email\": \"dave@hi.events\",\n    \"timezone\": \"UTC\",\n    \"currency_code\": \"AUD\"\n}"},"url":"{{host}}/accounts/{{account_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5e0deea1-0805-4e2e-9a9b-f2d578deb34b","name":"Get Account","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{host}}/accounts/{{account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:43 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"email\": \"Rowena@ticketbooth.io\",\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\"\n    }\n}"}],"_postman_id":"2eb4bb02-9e3c-490f-9cc2-e36bb9be7299"}],"id":"b8934d55-ec3d-4f4b-b158-82782e83ed9b","_postman_id":"b8934d55-ec3d-4f4b-b158-82782e83ed9b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Promo Codes","item":[{"name":"Create Promo Code","event":[{"listen":"test","script":{"id":"b2e8bf1d-bb57-4ef8-aab5-2a4733069123","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('promo_code_id', pm.response.json().data.id);","pm.environment.set('promo_code', pm.response.json().data.code);"],"type":"text/javascript","packages":{}}}],"id":"479bb8f3-7f9c-4aa8-8003-10fa21b45d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"Yemeni\",\n    \"discount\": 20,\n    \"applicable_ticket_ids\": [{{ticket_id}}],\n    \"expiry_date\": \"2029-08-26T17:59\",\n    \"discount_type\": \"PERCENTAGE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/promo-codes","urlObject":{"path":["events","{{event_id}}","promo-codes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"479bb8f3-7f9c-4aa8-8003-10fa21b45d30"},{"name":"Update Promo Code","event":[{"listen":"test","script":{"id":"b2e8bf1d-bb57-4ef8-aab5-2a4733069123","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('promo_code_id', pm.response.json().data.id);","pm.environment.set('promo_code', pm.response.json().data.code);"],"type":"text/javascript","packages":{}}}],"id":"c3ab8eac-7eb5-42c6-9172-66bdd7741694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"analyzing\",\n    \"discount\": 20,\n    \"applicable_ticket_ids\": [{{ticket_id}}],\n    \"expiry_date\": \"2023-08-26T21:59\",\n    \"discount_type\": \"PERCENTAGE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/promo-codes/{{promo_code_id}}","urlObject":{"path":["events","{{event_id}}","promo-codes","{{promo_code_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3ab8eac-7eb5-42c6-9172-66bdd7741694"},{"name":"Get Promo Codes","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('question_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"5196e63e-ecb7-47f6-ab5c-5a387fc153d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"What meal would you like?\",\n    \"type\": \"CHECKBOX\",\n    \"options\": \"Tofo\\nChicken\\nFish\",\n    \"ticket_ids\": [{{ticket_id}}],\n    \"required\": false,\n    \"belongs_to\": \"TICKET\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/promo-codes","urlObject":{"path":["events","{{event_id}}","promo-codes"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5196e63e-ecb7-47f6-ab5c-5a387fc153d0"},{"name":"Get Promo Code","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('question_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"6c0cc083-c3f3-45c9-bfdb-5507116de9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/events/{{event_id}}/promo-codes/{{promo_code_id}}","urlObject":{"path":["events","{{event_id}}","promo-codes","{{promo_code_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c0cc083-c3f3-45c9-bfdb-5507116de9c5"},{"name":"Delete Promo Code","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"type":"text/javascript"}}],"id":"b4d05ee1-8b7e-4226-8bdb-c09df8f17c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"What meal would you like?\",\n    \"type\": \"CHECKBOX\",\n    \"options\": \"Tofo\\nChicken\\nFish\",\n    \"ticket_ids\": [{{ticket_id}}],\n    \"required\": false,\n    \"belongs_to\": \"TICKET\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/promo-codes/{{promo_code_id}}","urlObject":{"path":["events","{{event_id}}","promo-codes","{{promo_code_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4d05ee1-8b7e-4226-8bdb-c09df8f17c27"}],"id":"a88149bc-ed89-4671-9512-038ce1b87ed7","_postman_id":"a88149bc-ed89-4671-9512-038ce1b87ed7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Orders","item":[{"name":"Message Order","event":[{"listen":"test","script":{"id":"6a4bb965-89a6-45a9-a438-31b6b038f04b","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"type":"text/javascript"}}],"id":"8a40e1ff-d382-4158-80fe-adcd2e76fb49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"subject\": \"Getting to the event\",\n    \"message\": \"Hello everyone\",\n    \"sendCopyToCurrentUser\": true,\n    \"isTest\": false,\n    \"messageType\": \"TICKET\",\n    \"attendeeIds\": [\n        {{attendee_id}}\n    ],\n    \"ticketIds\": [\n        {{ticket_id}}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/orders/{{order_id}}/message","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}","message"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3d19dabd-89b2-4c62-b875-d41e7674d24b","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n    \t{\n            \"id\": {{ticket_id}},\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:26:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"event_id\": 11,\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"total_discount\": 0,\n        \"created_at\": \"2020-05-29 11:26:05\",\n        \"updated_at\": \"2020-05-29 11:26:05\",\n        \"deleted_at\": null,\n        \"uuid\": \"981d6f89-d77d-4183-948a-24ac2cb7615b\",\n        \"metadata\": null,\n        \"first_name\": null,\n        \"last_name\": null,\n        \"email\": null,\n        \"company_name\": null,\n        \"status\": 0,\n        \"reserved_until\": \"Fri May 29 2020 11:36:05 GMT+0000\",\n        \"session_id\": \"f58bee67dc195fef83219c27617f3201bc7887fa\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"order_id\": 3,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.3301,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"8a40e1ff-d382-4158-80fe-adcd2e76fb49"},{"name":"Refund Order","event":[{"listen":"test","script":{"id":"2460988d-96c3-4649-b269-c2782f2a5320","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('order_uuid', pm.response.json().data.uuid);","pm.environment.set('order_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"a8cdb9fc-5ad6-49bb-94fa-5cf11ed4b6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 2797.01,\n    \"notify_buyer\": true,\n    \"cancel_order\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/orders/{{order_id}}/refund","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}","refund"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"85def0bc-98fe-4abc-ac89-2f7d7b36dedf","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n    \t{\n            \"id\": {{ticket_id}},\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:26:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"event_id\": 11,\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"total_discount\": 0,\n        \"created_at\": \"2020-05-29 11:26:05\",\n        \"updated_at\": \"2020-05-29 11:26:05\",\n        \"deleted_at\": null,\n        \"uuid\": \"981d6f89-d77d-4183-948a-24ac2cb7615b\",\n        \"metadata\": null,\n        \"first_name\": null,\n        \"last_name\": null,\n        \"email\": null,\n        \"company_name\": null,\n        \"status\": 0,\n        \"reserved_until\": \"Fri May 29 2020 11:36:05 GMT+0000\",\n        \"session_id\": \"f58bee67dc195fef83219c27617f3201bc7887fa\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"order_id\": 3,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.3301,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"a8cdb9fc-5ad6-49bb-94fa-5cf11ed4b6ce"},{"name":"Cancel Order","event":[{"listen":"test","script":{"id":"2460988d-96c3-4649-b269-c2782f2a5320","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('order_uuid', pm.response.json().data.uuid);","pm.environment.set('order_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"239b5947-e03a-4c33-8fc5-6f29be533bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/orders/{{order_id}}/cancel","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}","cancel"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f1642c02-92d9-463b-8757-392128fe4625","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n    \t{\n            \"id\": {{ticket_id}},\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:26:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"event_id\": 11,\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"total_discount\": 0,\n        \"created_at\": \"2020-05-29 11:26:05\",\n        \"updated_at\": \"2020-05-29 11:26:05\",\n        \"deleted_at\": null,\n        \"uuid\": \"981d6f89-d77d-4183-948a-24ac2cb7615b\",\n        \"metadata\": null,\n        \"first_name\": null,\n        \"last_name\": null,\n        \"email\": null,\n        \"company_name\": null,\n        \"status\": 0,\n        \"reserved_until\": \"Fri May 29 2020 11:36:05 GMT+0000\",\n        \"session_id\": \"f58bee67dc195fef83219c27617f3201bc7887fa\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"order_id\": 3,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.3301,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"239b5947-e03a-4c33-8fc5-6f29be533bab"},{"name":"Export Orders","event":[{"listen":"test","script":{"id":"2460988d-96c3-4649-b269-c2782f2a5320","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('order_uuid', pm.response.json().data.uuid);","pm.environment.set('order_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"6f9927f5-e61e-4922-ab07-9613c963f9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/orders/export?format=xls","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","orders","export"],"host":["{{host}}"],"query":[{"key":"format","value":"xls"}],"variable":[]}},"response":[{"id":"7ab3303e-7a8a-41f9-8c4c-8044503a8dbc","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n    \t{\n            \"id\": {{ticket_id}},\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:26:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"event_id\": 11,\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"total_discount\": 0,\n        \"created_at\": \"2020-05-29 11:26:05\",\n        \"updated_at\": \"2020-05-29 11:26:05\",\n        \"deleted_at\": null,\n        \"uuid\": \"981d6f89-d77d-4183-948a-24ac2cb7615b\",\n        \"metadata\": null,\n        \"first_name\": null,\n        \"last_name\": null,\n        \"email\": null,\n        \"company_name\": null,\n        \"status\": 0,\n        \"reserved_until\": \"Fri May 29 2020 11:36:05 GMT+0000\",\n        \"session_id\": \"f58bee67dc195fef83219c27617f3201bc7887fa\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"order_id\": 3,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.3301,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"6f9927f5-e61e-4922-ab07-9613c963f9e3"},{"name":"Resend Order Confirmation","event":[{"listen":"test","script":{"id":"2460988d-96c3-4649-b269-c2782f2a5320","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('order_uuid', pm.response.json().data.uuid);","pm.environment.set('order_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"d6cc0695-3b32-42b1-858e-2278b63c1def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/orders/{{order_id}}/resend_confirmation","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}","resend_confirmation"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cd140b4c-ecb1-4b1f-9f22-61b9d30df531","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n    \t{\n            \"id\": {{ticket_id}},\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:26:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"event_id\": 11,\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"total_discount\": 0,\n        \"created_at\": \"2020-05-29 11:26:05\",\n        \"updated_at\": \"2020-05-29 11:26:05\",\n        \"deleted_at\": null,\n        \"uuid\": \"981d6f89-d77d-4183-948a-24ac2cb7615b\",\n        \"metadata\": null,\n        \"first_name\": null,\n        \"last_name\": null,\n        \"email\": null,\n        \"company_name\": null,\n        \"status\": 0,\n        \"reserved_until\": \"Fri May 29 2020 11:36:05 GMT+0000\",\n        \"session_id\": \"f58bee67dc195fef83219c27617f3201bc7887fa\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"order_id\": 3,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.3301,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"d6cc0695-3b32-42b1-858e-2278b63c1def"},{"name":"Get Orders","event":[{"listen":"test","script":{"id":"6303e168-5039-4670-8d1b-f5b97f9efd49","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0bb32a5f-15c4-4ddd-9196-4515b41edda3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{host}}/events/{{event_id}}/orders?per_page=1&page=1&query=","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","orders"],"host":["{{host}}"],"query":[{"key":"per_page","value":"1"},{"key":"page","value":"1"},{"key":"query","value":""}],"variable":[]}},"response":[{"id":"36fbaa30-d9a8-4675-8126-e4770318031e","name":"Get Orders","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":{"raw":"{{host}}/events/{{event_id}}/orders","host":["{{host}}"],"path":["events","{{event_id}}","orders"],"query":[{"key":"per_page","value":"","disabled":true},{"key":"page","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:27:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3,\n            \"event_id\": 11,\n            \"total\": 0,\n            \"total_tax\": 0,\n            \"total_discount\": 0,\n            \"created_at\": \"2020-05-29 11:26:05\",\n            \"updated_at\": \"2020-05-29 11:26:05\",\n            \"deleted_at\": null,\n            \"uuid\": \"981d6f89-d77d-4183-948a-24ac2cb7615b\",\n            \"metadata\": null,\n            \"first_name\": null,\n            \"last_name\": null,\n            \"email\": null,\n            \"company_name\": null,\n            \"status\": 0,\n            \"reserved_until\": \"2020-05-29 11:36:05\",\n            \"session_id\": \"f58bee67dc195fef83219c27617f3201bc7887fa\",\n            \"order_items\": {\n                \"data\": [\n                    {\n                        \"id\": 3,\n                        \"order_id\": 3,\n                        \"ticket_id\": 3,\n                        \"total\": 496.81,\n                        \"total_tax\": 104.33,\n                        \"total_discount\": 0,\n                        \"quantity\": 1\n                    }\n                ]\n            }\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"0bb32a5f-15c4-4ddd-9196-4515b41edda3"},{"name":"Get Order","event":[{"listen":"test","script":{"id":"5ab6c47f-0b73-4c5c-8037-d6034a8de2f0","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"30da852a-bdcb-46da-a8eb-41d50f14eace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{host}}/events/{{event_id}}/orders/{{order_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2d22b71f-e015-4a58-88a8-ba38deb1b92f","name":"Get Order","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:27:47 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"event_id\": 11,\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"total_discount\": 0,\n        \"created_at\": \"2020-05-29 11:26:05\",\n        \"updated_at\": \"2020-05-29 11:26:05\",\n        \"deleted_at\": null,\n        \"uuid\": \"981d6f89-d77d-4183-948a-24ac2cb7615b\",\n        \"metadata\": null,\n        \"first_name\": null,\n        \"last_name\": null,\n        \"email\": null,\n        \"company_name\": null,\n        \"status\": 0,\n        \"reserved_until\": \"2020-05-29 11:36:05\",\n        \"session_id\": \"f58bee67dc195fef83219c27617f3201bc7887fa\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"order_id\": 3,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.33,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        },\n        \"attendees\": {\n            \"data\": []\n        }\n    }\n}"}],"_postman_id":"30da852a-bdcb-46da-a8eb-41d50f14eace"}],"id":"a79f91ce-b877-4307-9e2d-54f2ce4b0757","_postman_id":"a79f91ce-b877-4307-9e2d-54f2ce4b0757","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Attendees","item":[{"name":"Create Attendee","event":[{"listen":"test","script":{"id":"c3907a31-8be8-4771-9622-120ff11ee699","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('attendee_id', pm.response.json().data.id);","pm.environment.set('attendee_public_id', pm.response.json().data.public_id);","pm.environment.set('order_id', pm.response.json().data.order_id);"],"type":"text/javascript","packages":{}}}],"id":"9d12fa5a-99b7-4350-8e18-f1d8a1b1846b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Jovany\",\n    \"last_name\": \"Bergstrom\",\n    \"email\": \"Ethyl.Emmerich@yahoo.com\",\n    \"ticket_id\": {{ticket_id}},\n    \"ticket_price_id\": {{ticket_price_id}},\n    \"send_confirmation_email\": false,\n    \"amount_paid\": 100.50,\n    \"locale\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2a04f5be-f01b-47ac-a550-872365aa071e","name":"Create Attendee","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Lilla\",\n  \"last_name\": \"Reinger\",\n  \"email\": \"Estefania.Kshlerin53@hotmail.com\",\n  \"order_id\": {{order_id}},\n  \"ticket_id\": {{ticket_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"9d12fa5a-99b7-4350-8e18-f1d8a1b1846b"},{"name":"Check In Attendee","event":[{"listen":"test","script":{"id":"eef5d404-24e1-49fd-bb6b-7d09868d0d54","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('attendee_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"a2121b53-96bd-4bab-b730-75d6bf09d7a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"check_in\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_public_id}}/check_in","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees","{{attendee_public_id}}","check_in"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"820f14f9-4986-44fb-b154-ff84378a9f9c","name":"Create Attendee","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Maudie\",\n  \"last_name\": \"Schiller\",\n  \"email\": \"Ariel.Nienow3@gmail.com\",\n  \"order_id\": {{order_id}},\n  \"ticket_id\": {{ticket_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"a2121b53-96bd-4bab-b730-75d6bf09d7a5"},{"name":"Edit Attendee","event":[{"listen":"test","script":{"id":"eef5d404-24e1-49fd-bb6b-7d09868d0d54","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('attendee_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"b8e0940c-67ec-4dd2-ba03-60bdabd7057d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Molly\",\n  \"last_name\": \"Lehner\",\n  \"email\": \"Zoey52@gmail.com\",\n  \"ticket_id\": {{ticket_id}}\n}"},"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees","{{attendee_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f2e032ac-56a6-4cb6-b044-75720c8a95e2","name":"Create Attendee","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Gunner\",\n  \"last_name\": \"Mills\",\n  \"email\": \"Geraldine_Wiza@yahoo.com\",\n  \"order_id\": {{order_id}},\n  \"ticket_id\": {{ticket_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"b8e0940c-67ec-4dd2-ba03-60bdabd7057d"},{"name":"Partial Update Attendee","event":[{"listen":"test","script":{"id":"eef5d404-24e1-49fd-bb6b-7d09868d0d54","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('attendee_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"d8afca7a-b9b8-4fdc-ba33-fa88061cff50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"CANCELLED\",\n  \"first_name\": \"Dave\",\n  \"last_name\": \"Earley\",\n  \"email\": \"dave@earley.email\"\n}"},"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees","{{attendee_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"55b576a1-840a-4935-aaf2-73c351a56aec","name":"Create Attendee","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Demarcus\",\n  \"last_name\": \"Gislason\",\n  \"email\": \"Cletus11@gmail.com\",\n  \"order_id\": {{order_id}},\n  \"ticket_id\": {{ticket_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"d8afca7a-b9b8-4fdc-ba33-fa88061cff50"},{"name":"Get Attendees","event":[{"listen":"test","script":{"id":"72d86a1c-7045-4b03-95cc-21c792d5d881","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","",""," pm.environment.set('attendee_id', pm.response.json().data[0].id);"],"type":"text/javascript","packages":{}}}],"id":"bd20310a-1d3b-458a-b027-692867cd09d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/attendees?sort_by=email","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees"],"host":["{{host}}"],"query":[{"disabled":true,"key":"per_page","value":"1"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"filter_fields[status]","value":"CANCELLED,ACTIVE"},{"key":"sort_by","value":"email"}],"variable":[]}},"response":[{"id":"7c6827b0-4b6f-4195-9904-4b7a590e2063","name":"Get Attendees","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":{"raw":"{{host}}/events/{{event_id}}/attendees","host":["{{host}}"],"path":["events","{{event_id}}","attendees"],"query":[{"key":"per_page","value":"","disabled":true},{"key":"page","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:35 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3,\n            \"order_id\": 3,\n            \"ticket_id\": 3,\n            \"event_id\": 11,\n            \"email\": \"Ernestine_Kreiger@gmail.com\",\n            \"created_at\": \"2020-05-29 11:28:01\",\n            \"updated_at\": \"2020-05-29 11:28:01\",\n            \"deleted_at\": null,\n            \"status\": null,\n            \"first_name\": \"Luisa\",\n            \"last_name\": \"Jacobs\"\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"bd20310a-1d3b-458a-b027-692867cd09d7"},{"name":"Get Attendee","event":[{"listen":"test","script":{"id":"de765d82-dbc5-475c-ba15-432f5c774a00","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"baf13659-abad-4461-b6b7-d6c8c052b73f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees","{{attendee_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f0c11b50-b2ae-4935-9004-091f56f1039e","name":"Get Attendee","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"baf13659-abad-4461-b6b7-d6c8c052b73f"},{"name":"Resend Attendee Ticket","event":[{"listen":"test","script":{"id":"de765d82-dbc5-475c-ba15-432f5c774a00","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"14b39c08-9ed9-4fad-90c5-5f8b956af05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_id}}/resend-ticket","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees","{{attendee_id}}","resend-ticket"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5be59908-5352-470d-b44c-35a2ac8dc2e4","name":"Get Attendee","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"14b39c08-9ed9-4fad-90c5-5f8b956af05a"},{"name":"Export Attendees","event":[{"listen":"test","script":{"id":"de765d82-dbc5-475c-ba15-432f5c774a00","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5c2042b7-b7e0-48b7-95c0-9f851e11dd13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/attendees/export","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","attendees","export"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f8c7f360-cc61-4fa7-afd9-7527f38b2f15","name":"Get Attendee","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/attendees/{{attendee_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"5c2042b7-b7e0-48b7-95c0-9f851e11dd13"}],"id":"8fa01e9b-14f8-4696-a750-f01980035b24","_postman_id":"8fa01e9b-14f8-4696-a750-f01980035b24","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Questions","item":[{"name":"Create Question","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('question_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"ad063287-8299-45aa-ac04-a76cfe9d6e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"What meal would you like?\",\n    \"type\": \"CHECKBOX\",\n    \"description\": \"<p>Please not we <b>cannot</b> cater for gluten free diets.</p>\",\n    \"options\": [\n        \"Tofo\",\n        \"Meat\"\n    ],\n    \"ticket_ids\": [{{ticket_id}}],\n    \"required\": true,\n    \"belongs_to\": \"TICKET\",\n    \"is_hidden\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/questions","urlObject":{"path":["events","{{event_id}}","questions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad063287-8299-45aa-ac04-a76cfe9d6e47"},{"name":"Edit Question","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('question_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"f04958a1-9a68-472c-8c97-de996f14e9e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"What meal would you like?\",\n    \"type\": \"SINGLE_LINE_TEXT\",\n    \"description\": \"<p>Please not we <b>cannot</b> cater for gluten free diets.</p>\",\n    \"options\": [\n        \"Tofo\",\n        \"Meat\"\n    ],\n    \"ticket_ids\": [\n        {{ticket_id}}\n    ],\n    \"required\": true,\n    \"belongs_to\": \"TICKET\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/questions/{{question_id}}","urlObject":{"path":["events","{{event_id}}","questions","{{question_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f04958a1-9a68-472c-8c97-de996f14e9e2"},{"name":"Delete Question","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(204);","});",""],"type":"text/javascript"}}],"id":"4d950c45-c8d1-4e3c-b9a9-92b556aabe85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/events/{{event_id}}/questions/{{question_id}}","urlObject":{"path":["events","{{event_id}}","questions","{{question_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d950c45-c8d1-4e3c-b9a9-92b556aabe85"},{"name":"Get Question","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.environment.set('question_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"3480fd3d-f5c5-40d6-a3fd-71dfe39dfb03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/events/{{event_id}}/questions/{{question_id}}","urlObject":{"path":["events","{{event_id}}","questions","{{question_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3480fd3d-f5c5-40d6-a3fd-71dfe39dfb03"},{"name":"Get Questions","id":"ef563ff8-9152-4fa0-9aab-0fcf8855fd7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{host}}/events/{{event_id}}/questions","urlObject":{"path":["events","{{event_id}}","questions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef563ff8-9152-4fa0-9aab-0fcf8855fd7a"},{"name":"Update Questions Order","id":"8551331a-208d-4c2a-8590-90d5572b6480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"id\": {{question_id}},\n        \"order\": 1\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/questions/sort","urlObject":{"path":["events","{{event_id}}","questions","sort"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8551331a-208d-4c2a-8590-90d5572b6480"},{"name":"Export Question Answers","id":"502a09a8-161f-4ef5-94a3-e13960a3bf7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{host}}/events/{{event_id}}/questions/answers/export","urlObject":{"path":["events","{{event_id}}","questions","answers","export"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"502a09a8-161f-4ef5-94a3-e13960a3bf7a"}],"id":"a63b71aa-efc7-4c67-8d08-9cc898a12eca","_postman_id":"a63b71aa-efc7-4c67-8d08-9cc898a12eca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Messages","item":[{"name":"Send Message","event":[{"listen":"test","script":{"id":"eef5d404-24e1-49fd-bb6b-7d09868d0d54","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"type":"text/javascript","packages":{}}}],"id":"1548e060-7866-48c9-b7e9-1072ce454706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"subject\": \"Hello\",\n    \"message\": \"<p>Hello attendees</p>\",\n    \"send_copy\": true,\n    \"is_test\": false,\n    \"message_type\": \"TICKET\",\n    \"order_id\": {{order_id}},\n    \"attendee_ids\": [\n        {{attendee_id}}\n    ],\n    \"ticket_ids\": [\n        {{ticket_id}}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/messages","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","messages"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"40b44b84-e198-4e25-ac07-566056c7e7b3","name":"Create Attendee","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Chase\",\n  \"last_name\": \"Kuhn\",\n  \"email\": \"Aiden.Gutkowski9@yahoo.com\",\n  \"order_id\": {{order_id}},\n  \"ticket_id\": {{ticket_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"1548e060-7866-48c9-b7e9-1072ce454706"},{"name":"Get Messages","event":[{"listen":"test","script":{"id":"eef5d404-24e1-49fd-bb6b-7d09868d0d54","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"type":"text/javascript"}}],"id":"bc90cc90-8e3c-4d26-9a1f-dd7796495375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/messages","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","messages"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6aacf14f-d681-4ea7-8542-d0b8fb93c3a3","name":"Create Attendee","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Betty\",\n  \"last_name\": \"Glover\",\n  \"email\": \"Maya.Mayer11@yahoo.com\",\n  \"order_id\": {{order_id}},\n  \"ticket_id\": {{ticket_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/attendees"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:28:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"order_id\": 3,\n        \"ticket_id\": 3,\n        \"event_id\": 11,\n        \"email\": \"Ernestine_Kreiger@gmail.com\",\n        \"created_at\": \"2020-05-29 11:28:01\",\n        \"updated_at\": \"2020-05-29 11:28:01\",\n        \"deleted_at\": null,\n        \"status\": null,\n        \"first_name\": \"Luisa\",\n        \"last_name\": \"Jacobs\"\n    }\n}"}],"_postman_id":"bc90cc90-8e3c-4d26-9a1f-dd7796495375"}],"id":"9f01a517-7bda-43aa-aaad-e1cea7816204","_postman_id":"9f01a517-7bda-43aa-aaad-e1cea7816204","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Taxes & Fees","item":[{"name":"Create Tax or Fee","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('tax_or_fee_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"8f0ecd6a-79c7-49b3-9ad4-8cced29767e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Engineer Tax\",\n    \"type\": \"TAX\",\n    \"calculation_type\": \"PERCENTAGE\",\n    \"rate\": 7.250,\n    \"is_active\": true,\n    \"is_default\": true,\n    \"description\": \"A local sales tax of 7.25% applied to all ticket sales.\"\n}"},"url":"{{host}}/accounts/{{account_id}}/taxes-and-fees","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","taxes-and-fees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ff790b50-0023-494b-a20e-e92e5c03cc53","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"protocol Ticket\",\n        \"price\": 989.16,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"8f0ecd6a-79c7-49b3-9ad4-8cced29767e8"},{"name":"Update Tax or Fee","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('ticket_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"42a9c751-1a4b-4f5a-a278-9aef1ea82169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"sensor Tax\",\n    \"calculation_type\": \"PERCENTAGE\",\n    \"value\": 7.250,\n    \"is_active\": true,\n    \"is_default\": true,\n    \"description\": \"A local sales tax of 7.25% applied to all ticket sales.\"\n}"},"url":"{{host}}/accounts/{{account_id}}/taxes-and-fees/{{tax_or_fee_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","taxes-and-fees","{{tax_or_fee_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9a8290ac-612b-4992-a541-f0476197d8da","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"driver Ticket\",\n        \"price\": 688.00,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"42a9c751-1a4b-4f5a-a278-9aef1ea82169"},{"name":"Get Taxes or Fees","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"105afdf5-e14f-47ae-beb9-3652f7413088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"application Ticket\",\n        \"price\": 392.25,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"initial_quantity_available\": 10\n    }"},"url":"{{host}}/accounts/{{account_id}}/taxes-and-fees","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","taxes-and-fees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9f962e42-7c00-4ca6-9c61-96798a47b33b","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"hard drive Ticket\",\n        \"price\": 122.02,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"105afdf5-e14f-47ae-beb9-3652f7413088"},{"name":"Delete Tax or Fee","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});"],"type":"text/javascript"}}],"id":"1c554188-9dd5-4b77-a1db-d2e3d04052f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/accounts/{{account_id}}/taxes-and-fees/{{tax_or_fee_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","taxes-and-fees","{{tax_or_fee_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6884e9fc-49d8-4441-9557-28810d20c2b2","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"circuit Ticket\",\n        \"price\": 787.11,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"1c554188-9dd5-4b77-a1db-d2e3d04052f7"}],"id":"3f3e6fa1-29c9-4e42-a06e-51a46dff1c56","_postman_id":"3f3e6fa1-29c9-4e42-a06e-51a46dff1c56","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Organizers","item":[{"name":"Create Organizer","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('organizer_id', pm.response.json().data.id);"],"type":"text/javascript"}}],"id":"dda9b1b1-0961-4450-ab87-c881464d48f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Estefania Organizer","type":"text"},{"key":"email","value":"hello@acme.com","type":"text"},{"key":"phone","value":"+1673445353","type":"text"},{"key":"website","value":"https://acme.com","type":"text"},{"key":"description","value":"Acem events Ltd. - Since 1982","type":"text"},{"key":"logo","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/Users/dave/Downloads/acme-logo-png-transparent.png"},{"key":"currency","value":"EUR","type":"text"},{"key":"timezone","value":"Europe/Dublin","type":"text"}]},"url":"{{host}}/organizers","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["organizers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"01917006-e8e2-40b6-966a-25649c2adbb5","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"capacitor Ticket\",\n        \"price\": 249.40,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"dda9b1b1-0961-4450-ab87-c881464d48f1"},{"name":"Edit Organizer","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('organizer_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"e7731390-1a24-44a7-b7e2-d31f5e98263b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Acme Organizer","type":"text"},{"key":"email","value":"hello@acme.com","type":"text"},{"key":"phone","value":"+1673445353","type":"text"},{"key":"website","value":"https://acme.com","type":"text"},{"key":"description","value":"Acem events Ltd. - Since 1982","type":"text"},{"key":"logo","type":"file","src":"/Users/dave/Downloads/logo.png"},{"key":"timezone","value":"UTC","type":"text"},{"key":"currency","value":"USD","type":"text"}]},"url":"{{host}}/organizers/{{organizer_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["organizers","{{organizer_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"39405782-f293-48ef-b6f3-62758cd929ee","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"circuit Ticket\",\n        \"price\": 775.78,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"e7731390-1a24-44a7-b7e2-d31f5e98263b"},{"name":"Get Organizer","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"b955dfe2-604a-4d65-9fdb-c5e84a87c2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/organizers/{{organizer_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["organizers","{{organizer_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"43198f81-07d0-457a-aee5-6b99330b45fb","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"firewall Ticket\",\n        \"price\": 915.05,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"b955dfe2-604a-4d65-9fdb-c5e84a87c2c2"},{"name":"Get Organizer Events","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"fad3e75c-3dd6-4984-b2d7-184ca7a24ea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/organizers/{{organizer_id}}/events","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["organizers","{{organizer_id}}","events"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d09efd88-93e5-4dac-bfa4-a1c4e3756882","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"feed Ticket\",\n        \"price\": 255.97,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"fad3e75c-3dd6-4984-b2d7-184ca7a24ea2"},{"name":"Get Organizers","event":[{"listen":"test","script":{"id":"a20b123b-58dd-4cb4-9280-a3783b6de20c","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"21493efb-cf3d-4670-ada5-47945670067c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"url":"{{host}}/organizers","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["organizers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"36edd01f-9fb7-4122-9d6b-347734ff5117","name":"Create Ticket","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":" {\n        \"title\": \"application Ticket\",\n        \"price\": 953.29,\n        \"description\": \"A ticket description\",\n        \"max_per_order\": 20,\n        \"quantity_sold\": 2\n    }","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"title\": \"panel Ticket\",\n        \"description\": \"A ticket description\",\n        \"price\": 496.81,\n        \"max_per_order\": 20,\n        \"min_per_order\": 1,\n        \"quantity_sold\": 0,\n        \"sale_start_date\": null,\n        \"sale_end_date\": null\n    }\n}"}],"_postman_id":"21493efb-cf3d-4670-ada5-47945670067c"}],"id":"2244e918-4ef2-4e58-ae2d-0e3507c15d7b","_postman_id":"2244e918-4ef2-4e58-ae2d-0e3507c15d7b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"CapacityAssignments","item":[{"name":"Create Capacity Assignment","event":[{"listen":"test","script":{"id":"36beaa83-a5f4-45cc-94be-6ff03050b606","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('capacity_assignment_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"38eed545-a4bc-49b3-8c6f-d3f59d728cc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Day 1 Capacity\",\n    \"capacity\": null,\n    \"applies_to\": \"TICKETS\",\n    \"status\": \"ACTIVE\",\n    \"ticket_ids\": [{{ticket_id}}]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/capacity-assignments","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","capacity-assignments"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38eed545-a4bc-49b3-8c6f-d3f59d728cc7"},{"name":"Get Capacity Assignments","id":"8124a5d2-7c5d-456f-9834-ea11adf9eb0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/events/{{event_id}}/capacity-assignments","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","capacity-assignments"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8124a5d2-7c5d-456f-9834-ea11adf9eb0c"},{"name":"Get Capacity Assignment","id":"1f233db1-0723-4826-9a20-1d01179b85a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/events/{{event_id}}/capacity-assignments/{{capacity_assignment_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","capacity-assignments","{{capacity_assignment_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f233db1-0723-4826-9a20-1d01179b85a4"},{"name":"Update Capacity Assignment","id":"08bb4b85-c668-4b5e-a893-6622079aa0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Day 1 Capacity\",\n    \"capacity\": 100,\n    \"applies_to_entire_event\": false,\n    \"ticket_ids\": [{{ticket_id}}],\n    \"status\": \"ACTIVE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/capacity-assignments/{{capacity_assignment_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","capacity-assignments","{{capacity_assignment_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08bb4b85-c668-4b5e-a893-6622079aa0f9"},{"name":"Delete Capacity Assignment","id":"e1d727e4-a26e-4921-9646-8455b935b040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/events/{{event_id}}/capacity-assignments/{{capacity_assignment_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","capacity-assignments","{{capacity_assignment_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1d727e4-a26e-4921-9646-8455b935b040"}],"id":"c9a6672b-87e3-4856-91e9-207a357a981b","_postman_id":"c9a6672b-87e3-4856-91e9-207a357a981b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Check-In Lists","item":[{"name":"Get Check-in Lists","id":"864d643d-55b3-4b05-8e9e-1df557097bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/events/{{event_id}}/check-in-lists","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","check-in-lists"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"864d643d-55b3-4b05-8e9e-1df557097bda"},{"name":"Get Check-in List","id":"3cc26cee-04fe-4dc4-bd6a-dbb228eb9873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"{{host}}/events/{{event_id}}/check-in-lists/{{check_in_list_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","check-in-lists","{{check_in_list_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cc26cee-04fe-4dc4-bd6a-dbb228eb9873"},{"name":"Delete Check-In List","id":"ee2bb65f-a7a9-4534-b44e-7f052d268853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/events/{{event_id}}/check-in-lists/{{check_in_list_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","check-in-lists","{{check_in_list_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee2bb65f-a7a9-4534-b44e-7f052d268853"},{"name":"Create Check-In List","event":[{"listen":"test","script":{"id":"36beaa83-a5f4-45cc-94be-6ff03050b606","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('check_in_list_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"4617fe89-d7d6-44d0-a78c-44c069e319ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"VIP Check-In\",\n    \"description\": \"\",\n    \"expires_at\": \"2030-11-11 17:17:10\",\n    \"ticket_ids\": [{{ticket_id}}]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/check-in-lists","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","check-in-lists"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4617fe89-d7d6-44d0-a78c-44c069e319ca"},{"name":"Update Check-In List","event":[{"listen":"test","script":{"id":"36beaa83-a5f4-45cc-94be-6ff03050b606","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('check_in_list_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"b3884160-6371-4a7d-ab82-0eb029856f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"VIP Check-In\",\n    \"description\": \"\",\n    \"expires_at\": \"2024-11-11 17:17:10\",\n    \"ticket_ids\": [{{ticket_id}}]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/check-in-lists/17","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","check-in-lists","17"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3884160-6371-4a7d-ab82-0eb029856f52"}],"id":"03d46210-07be-40b9-8ebe-bb4dfd216588","_postman_id":"03d46210-07be-40b9-8ebe-bb4dfd216588","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Product Categories","item":[{"name":"Get Product Categories","id":"d71b696f-6837-42ad-96c8-b44e3f123b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/events/{{event_id}}/product-categories","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","product-categories"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d71b696f-6837-42ad-96c8-b44e3f123b4e"},{"name":"Create Product Category","event":[{"listen":"test","script":{"id":"36beaa83-a5f4-45cc-94be-6ff03050b606","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('product_category_id', pm.response.json().data.id);"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"fbf96978-dab4-4e68-9a81-f27cde0d86fe","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8e3b2603-a4b3-4df7-b8c8-9f429a7d6cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Tickets\",\n    \"description\": \"\",\n    \"is_hidden\": false,\n    \"no_products_message\": \"No products available\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/events/{{event_id}}/product-categories","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","product-categories"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e3b2603-a4b3-4df7-b8c8-9f429a7d6cb0"}],"id":"1b2f7417-ac04-4442-8e9f-fdeb042d27d3","_postman_id":"1b2f7417-ac04-4442-8e9f-fdeb042d27d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Reports","item":[{"name":"Get Report","event":[{"listen":"test","script":{"id":"a4cacbc8-52cd-4907-801d-ac3965549a02","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"7d2e7e60-04a7-484a-ace3-45fd62a63cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":""},"url":"{{host}}/events/{{event_id}}/reports/{{report_type}}?start_date=2025-10-10&end_date=2026-12-12","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["events","{{event_id}}","reports","{{report_type}}"],"host":["{{host}}"],"query":[{"key":"start_date","value":"2025-10-10"},{"key":"end_date","value":"2026-12-12"}],"variable":[]}},"response":[{"id":"66c237e5-daba-478c-ad50-0586bfe472e5","name":"Get Tickets","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"{{host}}/events/{{event_id}}/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:25:17 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3,\n            \"title\": \"panel Ticket\",\n            \"description\": \"A ticket description\",\n            \"price\": 496.81,\n            \"max_per_order\": 20,\n            \"min_per_order\": 1,\n            \"quantity_sold\": 0,\n            \"sale_start_date\": null,\n            \"sale_end_date\": null\n        }\n    ],\n    \"meta\": {\n        \"pagination\": {\n            \"total\": 1,\n            \"count\": 1,\n            \"per_page\": 15,\n            \"current_page\": 1,\n            \"total_pages\": 1,\n            \"links\": {}\n        }\n    }\n}"}],"_postman_id":"7d2e7e60-04a7-484a-ace3-45fd62a63cc1"}],"id":"3e56a019-5f0e-47af-b8e5-d0a91bf3af30","_postman_id":"3e56a019-5f0e-47af-b8e5-d0a91bf3af30","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Webhooks","item":[],"id":"a6eb4430-2237-452a-bf11-7bf649d20742","_postman_id":"a6eb4430-2237-452a-bf11-7bf649d20742","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}}],"id":"60403daa-be76-43d4-8a2e-9f66fdb63aea","_postman_id":"60403daa-be76-43d4-8a2e-9f66fdb63aea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Public","item":[{"name":"Webhooks","item":[{"name":"Stripe Incoming Webhook [Public]","id":"c9b61c5d-b9dd-4684-9e0e-3b88cfcf210e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/public/webhooks/stripe","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","webhooks","stripe"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9b61c5d-b9dd-4684-9e0e-3b88cfcf210e"}],"id":"d4d1aad1-3b23-42db-a170-3cbc3f1973d8","_postman_id":"d4d1aad1-3b23-42db-a170-3cbc3f1973d8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Check-In","item":[{"name":"Get Check-In list [Public]","id":"3876e679-462e-4a22-ac5e-c5d93a36422e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"{{host}}/public/check-in-lists/{{check_in_list_short_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","check-in-lists","{{check_in_list_short_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3876e679-462e-4a22-ac5e-c5d93a36422e"},{"name":"Get Check-In list Attendees [Public]","id":"1f54e98c-4823-43c1-bb79-a4307df06074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"{{host}}/public/check-in-lists/{{check_in_list_uuid}}/attendees","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","check-in-lists","{{check_in_list_uuid}}","attendees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f54e98c-4823-43c1-bb79-a4307df06074"},{"name":"Create Attendee Check-In [Public]","event":[{"listen":"test","script":{"id":"ea3713e1-6166-4f89-a91e-5daa8fc39226","exec":["pm.environment.set('check_in_short_id', pm.response.json().data.short_id);"],"type":"text/javascript","packages":{}}}],"id":"36d52079-3992-4f67-b6d9-76f23d336f11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attendee_public_ids\": [\n        \"{{attendee_public_id}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/check-in-lists/{{check_in_list_short_id}}/check-ins","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","check-in-lists","{{check_in_list_short_id}}","check-ins"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"21a625c8-04c5-4203-9063-2e9f2975f8c9","name":"Create Attendee Check-In with attendee already checked in","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attendee_public_ids\": [\n        \"{{attendee_public_id}}\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/check-in-lists/{{check_in_list_uuid}}/check-ins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 15 Aug 2024 19:53:52 GMT"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"Access-Control-Allow-Origin","value":"https://localhost:8443"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Auth-Token"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"errors\": {\n        \"XAQPF-1\": \"Attendee Patrick Johnson is already checked in\"\n    }\n}"}],"_postman_id":"36d52079-3992-4f67-b6d9-76f23d336f11"},{"name":"Delete Attendee Check-In [Public]","id":"5eb6022b-3754-40b8-a7b2-d334538d882a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/vnd.api+json","type":"text"}],"url":"{{host}}/public/check-in-lists/{{check_in_list_short_id}}/check-ins/{{check_in_short_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","check-in-lists","{{check_in_list_short_id}}","check-ins","{{check_in_short_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5eb6022b-3754-40b8-a7b2-d334538d882a"}],"id":"7608bee2-e444-4e3d-895a-330d582a4429","_postman_id":"7608bee2-e444-4e3d-895a-330d582a4429","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}},{"name":"Get Event [Public]","event":[{"listen":"test","script":{"id":"6f5d2d4e-e678-4a87-9306-cbef35bf9978","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"2cbe2e32-f0d8-4eaa-989f-af44fb176bb2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/public/events/{{event_id}}?promo_code={{promo_code}}&session_identifier=abc123","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}"],"host":["{{host}}"],"query":[{"key":"promo_code","value":"{{promo_code}}"},{"key":"session_identifier","value":"abc123"}],"variable":[]}},"response":[{"id":"f5f620a9-f378-40d1-82a8-7bdd4f325df0","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"{{host}}/public/events/{{event_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:29:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"currency_symbol\": \"€\",\n        \"tickets\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"title\": \"panel Ticket\",\n                    \"description\": \"A ticket description\",\n                    \"price\": 496.81,\n                    \"min_per_order\": 1,\n                    \"max_per_order\": 20,\n                    \"sale_start_date\": null,\n                    \"sale_end_date\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"2cbe2e32-f0d8-4eaa-989f-af44fb176bb2"},{"name":"Get Event Questions [Public]","event":[{"listen":"test","script":{"id":"6f5d2d4e-e678-4a87-9306-cbef35bf9978","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f6d1c91a-4608-44d8-b823-c096f7145809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/public/events/{{event_id}}/questions","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}","questions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1e8e5b34-bce4-45ff-a362-d8d16e024bfc","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"url":"{{host}}/public/events/{{event_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:29:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 11,\n        \"title\": \"Event - Vel nam itaque voluptas ea eligendi totam ut odio vel.\",\n        \"description\": \"Doloribus itaque numquam.\",\n        \"start_date\": \"2021-08-31 10:11:06\",\n        \"end_date\": \"2022-08-31 10:11:06\",\n        \"currency_symbol\": \"€\",\n        \"tickets\": {\n            \"data\": [\n                {\n                    \"id\": 3,\n                    \"title\": \"panel Ticket\",\n                    \"description\": \"A ticket description\",\n                    \"price\": 496.81,\n                    \"min_per_order\": 1,\n                    \"max_per_order\": 20,\n                    \"sale_start_date\": null,\n                    \"sale_end_date\": null\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f6d1c91a-4608-44d8-b823-c096f7145809"},{"name":"Create Order [Public]","event":[{"listen":"test","script":{"id":"cdf5cf64-0e70-4bfe-83f0-56f9fdda1361","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});","","pm.environment.set('order_short_id', pm.response.json().data.short_id);",""],"type":"text/javascript","packages":{}}}],"id":"edb266e6-272f-4a3b-a6eb-a3366dfd064a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"promo_code\": null,\n    \"session_identifier\": \"abc123\",\n    \"tickets\": [\n        {\n            \"ticket_id\": {{ticket_id}},\n            \"quantities\": [\n                {\n                    \"price_id\": {{ticket_price_id}},\n                    \"quantity\": 1\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}","order"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"90217eb9-6a72-41bd-88e1-c0ee85333e19","name":"Create Order [Public]","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"tickets\": [\n    \t{\n            \"id\": {{ticket_id}},\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:30:40 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"uuid\": \"6e12d352-5711-4358-becc-e37ab1151405\",\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"status\": 0,\n        \"reserved_until\": \"Fri May 29 2020 11:40:40 GMT+0000\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.3301,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"edb266e6-272f-4a3b-a6eb-a3366dfd064a"},{"name":"Complete Order [Public]","event":[{"listen":"test","script":{"id":"f115fd34-fafb-4306-98ab-0203c5ab5e9d","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a5792176-62a6-4d4c-be59-96f0b5ecee8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order\": {\n        \"first_name\": \"Troy\",\n        \"last_name\": \"Zemlak\",\n        \"email\": \"Rosalyn71@hotmail.com\",\n        \"company_name\": \"Carter, Champlin and Bogisich\"\n    },\n    \"attendees\": [\n        {\n            \"ticket_price_id\": {{ticket_price_id}},\n            \"first_name\": \"Pierce\",\n            \"last_name\": \"Labadie\",\n            \"email\": \"Chester81@gmail.com\",\n            \"questions\": [\n                {\n                    \"question_id\": {{question_id}},\n                    \"response\": {\n                        \"answer\": \"Meat\"\n                    }\n                }\n            ]\n        },\n        {\n            \"ticket_price_id\": {{ticket_price_id}},\n            \"first_name\": \"Haylie\",\n            \"last_name\": \"Adams\",\n            \"email\": \"Alvina61@yahoo.com\",\n           \"questions\": [\n                {\n                    \"question_id\": {{question_id}},\n                    \"response\": {\n                        \"answer\": \"Tofu\"\n                    }\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order/{{order_short_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}","order","{{order_short_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d2938ac6-7ebd-42ed-a6a5-97ab5e7385b7","name":"Complete Order [public]","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\": \"Dave\",\n\t\"last_name\": \"Earley\",\n\t\"email\": \"dev@ticketbooth.io\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order/{{order_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:30:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"uuid\": \"6e12d352-5711-4358-becc-e37ab1151405\",\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"status\": 0,\n        \"reserved_until\": \"2020-05-29 11:40:40\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.33,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"a5792176-62a6-4d4c-be59-96f0b5ecee8b"},{"name":"Get Order Stripe Payment Intent [Public]","event":[{"listen":"test","script":{"id":"f115fd34-fafb-4306-98ab-0203c5ab5e9d","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{}}}],"id":"77721360-2748-404f-b55b-7c3dc98b1e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/public/events/{{event_id}}/order/{{order_short_id}}/payment_intent?session_identifier=abc123","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}","order","{{order_short_id}}","payment_intent"],"host":["{{host}}"],"query":[{"key":"session_identifier","value":"abc123"}],"variable":[]}},"response":[{"id":"742b2e9e-951b-4db1-9d61-44c3a62c237a","name":"Complete Order [public]","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\": \"Dave\",\n\t\"last_name\": \"Earley\",\n\t\"email\": \"dev@ticketbooth.io\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order/{{order_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:30:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"uuid\": \"6e12d352-5711-4358-becc-e37ab1151405\",\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"status\": 0,\n        \"reserved_until\": \"2020-05-29 11:40:40\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.33,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"77721360-2748-404f-b55b-7c3dc98b1e44"},{"name":"Create Stripe Payment","event":[{"listen":"test","script":{"id":"f115fd34-fafb-4306-98ab-0203c5ab5e9d","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"44dc20f2-8878-4a2b-9577-fd01da737160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\": \"Dave\",\n\t\"last_name\": \"Earley\",\n\t\"email\": \"dev@ticketbooth.io\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order/{{order_short_id}}/stripe/payment_intent","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}","order","{{order_short_id}}","stripe","payment_intent"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6e2ea66c-b3f1-4714-ab01-5f2eeb48b707","name":"Complete Order [public]","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\": \"Dave\",\n\t\"last_name\": \"Earley\",\n\t\"email\": \"dev@ticketbooth.io\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order/{{order_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:30:57 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"uuid\": \"6e12d352-5711-4358-becc-e37ab1151405\",\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"status\": 0,\n        \"reserved_until\": \"2020-05-29 11:40:40\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.33,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"44dc20f2-8878-4a2b-9577-fd01da737160"},{"name":"Get Order [Public]","event":[{"listen":"test","script":{"id":"72567adc-c29e-41f4-b973-2f905f6a97e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"type":"text/javascript"}}],"id":"a310585e-3db8-43f7-b6e0-d43478019a8a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/order/{{order_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}","order","{{order_uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"fe9d9531-7831-4f4f-b146-7fceef59afa1","name":"Get Order [public] Copy","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/public/events/{{event_id}}/order/{{order_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:31:13 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"uuid\": \"6e12d352-5711-4358-becc-e37ab1151405\",\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"status\": 8,\n        \"reserved_until\": \"2020-05-29 11:40:40\",\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.33,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        },\n        \"attendees\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"event_id\": 11,\n                    \"email\": \"dev@ticketbooth.io\",\n                    \"created_at\": \"2020-05-29 11:30:56\",\n                    \"updated_at\": \"2020-05-29 11:30:56\",\n                    \"deleted_at\": null,\n                    \"status\": 1,\n                    \"first_name\": \"Dave\",\n                    \"last_name\": \"Earley\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"a310585e-3db8-43f7-b6e0-d43478019a8a"},{"name":"Get Attendee [public]","event":[{"listen":"test","script":{"id":"72567adc-c29e-41f4-b973-2f905f6a97e5","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"type":"text/javascript"}}],"id":"32acf2c0-8bd5-4c3c-afcd-882d0c61ce97","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/public/events/{{event_id}}/attendees/{{attendee_uuid}}","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}},"urlObject":{"path":["public","events","{{event_id}}","attendees","{{attendee_uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0fe96cfc-cfaa-44d6-a181-5d80434854ce","name":"Get Order [public] Copy","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/public/events/{{event_id}}/order/{{order_uuid}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.10"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.0RC4"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 29 May 2020 11:31:13 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"HEAD, GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"uuid\": \"6e12d352-5711-4358-becc-e37ab1151405\",\n        \"total\": 0,\n        \"total_tax\": 0,\n        \"status\": 8,\n        \"reserved_until\": \"2020-05-29 11:40:40\",\n        \"first_name\": \"Dave\",\n        \"last_name\": \"Earley\",\n        \"order_items\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"total\": 496.81,\n                    \"total_tax\": 104.33,\n                    \"total_discount\": 0,\n                    \"quantity\": 1\n                }\n            ]\n        },\n        \"attendees\": {\n            \"data\": [\n                {\n                    \"id\": 4,\n                    \"order_id\": 4,\n                    \"ticket_id\": 3,\n                    \"event_id\": 11,\n                    \"email\": \"dev@ticketbooth.io\",\n                    \"created_at\": \"2020-05-29 11:30:56\",\n                    \"updated_at\": \"2020-05-29 11:30:56\",\n                    \"deleted_at\": null,\n                    \"status\": 1,\n                    \"first_name\": \"Dave\",\n                    \"last_name\": \"Earley\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"32acf2c0-8bd5-4c3c-afcd-882d0c61ce97"},{"name":"Get Promo Code [public]","event":[{"listen":"test","script":{"id":"7b6b5855-568a-4ed3-8970-79344405a863","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"type":"text/javascript"}}],"id":"b45e5c18-601e-4ce4-b257-4da92351c141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{host}}/public/events/{{event_id}}/promo-codes/TEST1","urlObject":{"path":["public","events","{{event_id}}","promo-codes","TEST1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b45e5c18-601e-4ce4-b257-4da92351c141"}],"id":"f6c39c1e-3f03-4984-8aa0-e2af7fd2bcf6","_postman_id":"f6c39c1e-3f03-4984-8aa0-e2af7fd2bcf6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","id":"d4bdb63e-8bf6-4cd8-b108-76e49dc57f25","name":"Hi.Events - API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"03105763-6b12-4d18-a393-cbda54e830af","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"47e549f4-5037-4765-ae28-a8ded0718a7b","type":"text/javascript","exec":[""]}}]}