{"info":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","description":"<html><head></head><body><p>The API is organized around <a href=\"http://en.wikipedia.org/wiki/Representational_State_Transfer\">REST</a>. Our API has predictable resource-oriented URLs, accepts <a href=\"https://en.wikipedia.org/wiki/POST_(HTTP)#Use_for_submitting_web_forms\">form-encoded</a> request bodies, returns <a href=\"http://www.json.org/\">JSON-encoded</a> responses, and uses standard HTTP response codes, authentication, and verbs.</p>\n<p><strong>THE API ENDPOINT</strong></p>\n<p>Each Platform has its own endpoint that will look similar to:</p>\n<p><a href=\"#\">https://YOUR-EVENT-PLATFORM.venco.io/API/</a></p>\n<p>To use the API you will need a Bearer Token, there are two ways to generate the token.<br>Using the API login endpoint (/login), and providing the admin email and password. This will return a Bearer Token that can be used for all other endpoints. Please note that this token will be Re-Generated on each login.</p>\n<p>Recommended Method: Login to your web platform using the admin credentials and from the user, the profile menu generates an API Token, this one will not be re-generated and do not expire. you can also set Read, Create, Update and Delete Permission for the tokens generated this way.<br>NOTE: These tokens will inherit the user's permissions.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12092053","collectionId":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","publishedId":"UyxnDQG5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-25T08:24:39.000Z"},"item":[{"name":"Auth","item":[{"name":"User Login","id":"696e67a6-4fdd-4a5b-a644-0668028bad8c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"content-length":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"demo.venco.io/api/login?email=admin@admin.com&password=admin","urlObject":{"path":["api","login"],"host":["demo.venco.io"],"query":[{"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"email","value":"admin@admin.com"},{"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"password","value":"admin"}],"variable":[]}},"response":[{"id":"593a51eb-11cf-4e70-9050-56b5f56f915b","name":"User Login","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"demo.venco.io/api/login?email=CourtneyHenry@example.com\"&password=USER_PASSWORD","host":["demo.venco.io"],"path":["api","login"],"query":[{"key":"email","value":"CourtneyHenry@example.com\"","description":"String: Required"},{"key":"password","value":"USER_PASSWORD","description":"String: Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 02:07:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"55"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=4FAbhuIVf0fhfFuTA3TN7rxgpJcq1yeTTS9YlLDREu1XRkXvWaLGZbRI%2B7W9WNdTZ9IOtFq5p7BfcfvabK2ytlwYiwYGPPyt8XF4uqJW%2FnDNxXqfMMzuqevoCcV0EByh%2FeGVUhwuY%2BUwwA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70d946e16e7281f4-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"15|C5MpWlR5EKzyOfaB9dlw84f0zGDRbCXcRuADxwuA\",\n    \"email\": \"CourtneyHenry@example.com\",\n    \"name\": \"Courtney Henry\",\n    \"phone\": \"5151112233\",\n    \"address\": \"12 Street, local ave, miami, FL, 3002\",\n    \"id\": 2123,\n    \"current_team_id\": null,\n    \"partner_id\": null,\n    \"partner_name\": null,\n    \"message_to_user\": \"Message to the user\",\n    \"role\": [\n        \"user\",\n        \"customer\",\n        \"staff\"\n    ],\n    \"can_do_checkin\": false\n}"}],"_postman_id":"696e67a6-4fdd-4a5b-a644-0668028bad8c"},{"name":"User Registration","id":"8d002b82-3b00-4338-81c4-460b4ef71aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"demo.venco.io/api/register","urlObject":{"path":["api","register"],"host":["demo.venco.io"],"query":[{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"name","value":"Courtney Henry"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"email","value":"CourtneyHenry@example.com"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"password","value":"USER_PASSWORD"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"crypto_wallet","value":null},{"disabled":true,"description":{"content":"<p>Boolean: Required</p>\n","type":"text/plain"},"key":"Boolean","value":"1"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"phone","value":"3151112233"},{"disabled":true,"description":{"content":"<p>Date: Optional</p>\n","type":"text/plain"},"key":"birthday","value":"1990-01-31"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"gender","value":"Female|Male|Other"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"address","value":"12 Street, local ave, miami, FL, 3002"}],"variable":[]}},"response":[{"id":"a96984fb-db13-4edf-94e1-3260b315d9df","name":"User Registration","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"demo.venco.io/api/register?name=Courtney Henry&email=CourtneyHenry@example.com&password=USER_PASSWORD&terms=1&phone=3151112233&birthday=1990-01-31&gender=Female&address=12 Street, local ave, miami, FL, 3002","host":["demo.venco.io"],"path":["api","register"],"query":[{"key":"name","value":"Courtney Henry","description":"String: Required"},{"key":"email","value":"CourtneyHenry@example.com","description":"String: Required"},{"key":"password","value":"USER_PASSWORD","description":"String: Required"},{"key":"terms","value":"1","description":"Boolean: Required","type":"text"},{"key":"phone","value":"3151112233","description":"String: Optional"},{"key":"birthday","value":"1990-01-31","description":"Date: Optional"},{"key":"gender","value":"Female","description":"String: Optional"},{"key":"address","value":"12 Street, local ave, miami, FL, 3002","description":"String: Optional"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 02:33:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=nBiYq636XcuMIZFBTTp81%2BT0cSLSu2gXn9YedjetS2mUoYABiUU4JdunxFv3LagW3AC7cjU0K4kdso7oVNYkfKCikC8QvbbKXcqb3tjYs%2Bf%2F7e7%2F4Pe%2BtRGWWiZbdNmbkmsvwR3UVakUPA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70d96e326d4f0a12-MIA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Courtney Henry\",\n    \"email\": \"CourtneyHenry@example.com\",\n    \"phone\": \"3151112233\",\n    \"birthday\": \"1990-01-31T00:00:00.000000Z\",\n    \"gender\": \"Female\",\n    \"address\": \"12 Street, local ave, miami, FL, 3002\",\n    \"updated_at\": \"2022-05-19T02:33:54.000000Z\",\n    \"created_at\": \"2022-05-19T02:33:54.000000Z\",\n    \"id\": 1205,\n    \"trial_ends_at\": \"2022-05-24T02:33:54.539373Z\",\n    \"roles\": [\n        {\n            \"id\": 3,\n            \"name\": \"customer\",\n            \"guard_name\": \"web\",\n            \"created_at\": \"2022-05-18T06:00:10.000000Z\",\n            \"updated_at\": \"2022-05-18T06:00:10.000000Z\",\n            \"pivot\": {\n                \"model_id\": 10,\n                \"role_id\": 3,\n                \"model_type\": \"App\\\\Models\\\\User\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8d002b82-3b00-4338-81c4-460b4ef71aad"}],"id":"e2a42af8-d849-4e1f-b459-001a68b64f88","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"d40ece06-16ec-4453-a877-0227e19380ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f790a248-6103-46d2-8b87-f26a063dd240","type":"text/javascript","exec":[""]}}],"_postman_id":"e2a42af8-d849-4e1f-b459-001a68b64f88","description":""},{"name":"Users","item":[{"name":"List all Users","id":"2d783b9f-a119-4922-b2c5-a51e0ea42bf7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/users/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","users",""],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[{"id":"3ddf3ff9-c5a0-4521-8e19-00a6bd0c31df","name":"List all Users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://YOUR-EVENT.com/api/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 03:21:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=qd2N%2FuC3fDblblAZg3pq97dryv9PlxGoxJsGYy8Nt6e56SgeHUAzLpa%2Fh0Zn6si4lHeZEg4iRJKbufiaeCPmPDzOhwBTZ7C6BmG2mBbJ6cmGJDf8yJWLvdhzjIhN8yBXDVCs9UouNuCpDw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70d9b45d6ef95a16-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 10,\n            \"name\": \"Courtney Henry\",\n            \"email\": \"CourtneyHenry@example.com\",\n            \"email_verified_at\": null,\n            \"stripe_id\": null,\n            \"card_brand\": null,\n            \"card_last_four\": null,\n            \"card_expiration\": null,\n            \"extra_billing_information\": null,\n            \"trial_ends_at\": \"2022-05-24 02:33:54\",\n            \"billing_address\": null,\n            \"billing_address_line_2\": null,\n            \"billing_city\": null,\n            \"billing_state\": null,\n            \"billing_postal_code\": null,\n            \"vat_id\": null,\n            \"receipt_emails\": [],\n            \"billing_country\": null,\n            \"current_team_id\": null,\n            \"profile_photo_path\": null,\n            \"partner_id\": null,\n            \"vaccine_card\": null,\n            \"vaccine_verified\": null,\n            \"vaccine_text\": null,\n            \"birthday\": \"1990-01-31T00:00:00.000000Z\",\n            \"gender\": \"Female|Male|Other\",\n            \"address\": \"12 Street, local ave, miami, FL, 3002\",\n            \"phone\": \"3151231234\",\n            \"can_do_checkin\": false,\n            \"company\": null,\n            \"referral\": null,\n            \"website\": null,\n            \"size\": null,\n            \"type\": null,\n            \"extra_1\": null,\n            \"extra_2\": null,\n            \"extra_3\": null,\n            \"extra_4\": null,\n            \"extra_5\": null,\n            \"hotel_id\": null,\n            \"created_at\": \"2022-05-19T02:33:54.000000Z\",\n            \"updated_at\": \"2022-05-19T03:13:00.000000Z\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Leslie Alexander\",\n            \"email\": \"LeslieAlexander@example.com\",\n            \"email_verified_at\": null,\n            \"stripe_id\": null,\n            \"card_brand\": null,\n            \"card_last_four\": null,\n            \"card_expiration\": null,\n            \"extra_billing_information\": null,\n            \"trial_ends_at\": \"2022-05-24 02:12:51\",\n            \"billing_address\": null,\n            \"billing_address_line_2\": null,\n            \"billing_city\": null,\n            \"billing_state\": null,\n            \"billing_postal_code\": null,\n            \"vat_id\": null,\n            \"receipt_emails\": [],\n            \"billing_country\": null,\n            \"current_team_id\": null,\n            \"profile_photo_path\": null,\n            \"partner_id\": null,\n            \"vaccine_card\": null,\n            \"vaccine_verified\": null,\n            \"vaccine_text\": null,\n            \"birthday\": \"1990-01-31T00:00:00.000000Z\",\n            \"gender\": \"string\",\n            \"address\": \"12 Street, local ave, miami, FL, 3002\",\n            \"phone\": \"3151231234\",\n            \"can_do_checkin\": false,\n            \"company\": null,\n            \"referral\": null,\n            \"website\": null,\n            \"size\": null,\n            \"type\": null,\n            \"extra_1\": null,\n            \"extra_2\": null,\n            \"extra_3\": null,\n            \"extra_4\": null,\n            \"extra_5\": null,\n            \"hotel_id\": null,\n            \"created_at\": \"2022-05-19T02:12:51.000000Z\",\n            \"updated_at\": \"2022-05-19T02:12:51.000000Z\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Michael Foster\",\n            \"email\": \"MichaelFoster@example.com1\",\n            \"email_verified_at\": null,\n            \"stripe_id\": null,\n            \"card_brand\": null,\n            \"card_last_four\": null,\n            \"card_expiration\": null,\n            \"extra_billing_information\": null,\n            \"trial_ends_at\": \"2022-05-23 06:31:51\",\n            \"billing_address\": null,\n            \"billing_address_line_2\": null,\n            \"billing_city\": null,\n            \"billing_state\": null,\n            \"billing_postal_code\": null,\n            \"vat_id\": null,\n            \"receipt_emails\": [],\n            \"billing_country\": null,\n            \"current_team_id\": null,\n            \"profile_photo_path\": null,\n            \"partner_id\": null,\n            \"vaccine_card\": null,\n            \"vaccine_verified\": null,\n            \"vaccine_text\": null,\n            \"birthday\": \"1990-01-31T00:00:00.000000Z\",\n            \"gender\": \"string\",\n            \"address\": null,\n            \"phone\": \"3151231234ee-e\",\n            \"can_do_checkin\": false,\n            \"company\": null,\n            \"referral\": null,\n            \"website\": null,\n            \"size\": null,\n            \"type\": null,\n            \"extra_1\": null,\n            \"extra_2\": null,\n            \"extra_3\": null,\n            \"extra_4\": null,\n            \"extra_5\": null,\n            \"hotel_id\": null,\n            \"created_at\": \"2022-05-18T06:31:51.000000Z\",\n            \"updated_at\": \"2022-05-18T06:31:51.000000Z\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://YOUR-EVENT.com/api/users?page=1\",\n        \"last\": \"https://YOUR-EVENT.com/api/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://YOUR-EVENT.com/api/users?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://YOUR-EVENT.com/api/users\",\n        \"per_page\": 15,\n        \"to\": 8,\n        \"total\": 8\n    }\n}"}],"_postman_id":"2d783b9f-a119-4922-b2c5-a51e0ea42bf7"},{"name":"Get User","id":"9e8c0268-1b14-456c-8e7f-29e466ba347a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"demo.venco.io/api/users/{USER_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","users","{USER_ID}"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[{"id":"1b0c9f2c-7f21-4775-b487-643345212f56","name":"Get User","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/users/{USER_ID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 03:19:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=duFin0KYt8J4F8IRMGEz09Rb7EfddtoZfR65UvzrQJPIob3BI6PNGv3fZr3rfepmiIDuvGd2kYQKX4fgeZAALcPwAdZZW%2BV1Dwhamp7glVonvF9k1Co7QXO6T2MTYBEhKcpBcumpn5UUAQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70d9b15fff985a16-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 10,\n        \"name\": \"Courtney Henry\",\n        \"email\": \"CourtneyHenry@example.com\",\n        \"email_verified_at\": null,\n        \"stripe_id\": null,\n        \"card_brand\": null,\n        \"card_last_four\": null,\n        \"card_expiration\": null,\n        \"extra_billing_information\": null,\n        \"trial_ends_at\": \"2022-05-24 02:33:54\",\n        \"billing_address\": null,\n        \"billing_address_line_2\": null,\n        \"billing_city\": null,\n        \"billing_state\": null,\n        \"billing_postal_code\": null,\n        \"vat_id\": null,\n        \"receipt_emails\": [],\n        \"billing_country\": null,\n        \"current_team_id\": null,\n        \"profile_photo_path\": null,\n        \"partner_id\": null,\n        \"vaccine_card\": null,\n        \"vaccine_verified\": null,\n        \"vaccine_text\": null,\n        \"birthday\": \"1990-01-31T00:00:00.000000Z\",\n        \"gender\": \"Female|Male|Other\",\n        \"address\": \"12 Street, local ave, miami, FL, 3002\",\n        \"phone\": \"3151231234\",\n        \"can_do_checkin\": false,\n        \"company\": null,\n        \"referral\": null,\n        \"website\": null,\n        \"size\": null,\n        \"type\": null,\n        \"extra_1\": null,\n        \"extra_2\": null,\n        \"extra_3\": null,\n        \"extra_4\": null,\n        \"extra_5\": null,\n        \"hotel_id\": null,\n        \"created_at\": \"2022-05-19T02:33:54.000000Z\",\n        \"updated_at\": \"2022-05-19T03:13:00.000000Z\"\n    }\n}"}],"_postman_id":"9e8c0268-1b14-456c-8e7f-29e466ba347a"},{"name":"Update User","id":"9fc3c8b4-6464-498f-a031-6005e3b65df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"demo.venco.io/api/users/{USER_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","users","{USER_ID}"],"host":["demo.venco.io"],"query":[{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"name","value":"Courtney Henry"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"email","value":"CourtneyHenry@example.com"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"password","value":"NEW_PASSWORD"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"phone","value":"3151231234"},{"disabled":true,"description":{"content":"<p>Date: Optional</p>\n","type":"text/plain"},"key":"birthday","value":"1990-01-31"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"gender","value":"Female|Male|Other"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"address","value":"12 Street, local ave, miami, FL, 3002"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"company","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"referral","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"website","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"size","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"type","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"extra_1","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"extra_2","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"extra_3","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"extra_4","value":null},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"extra_5","value":null},{"disabled":true,"description":{"content":"<p>Integer: Optional</p>\n","type":"text/plain"},"key":"hotel_id","value":null}],"variable":[]}},"response":[{"id":"9b697ddd-9b83-4eb2-af01-a333364388e1","name":"Update User","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"demo.venco.io/api/users/{USER_ID}","host":["demo.venco.io"],"path":["api","users","{USER_ID}"],"query":[{"key":"name","value":"Courtney Henry","description":"String: Required","disabled":true},{"key":"email","value":"CourtneyHenry@example.com","description":"String: Required","disabled":true},{"key":"password","value":"NEW_PASSWORD","description":"String: Optional","disabled":true},{"key":"phone","value":"3151231234","description":"String: Optional","disabled":true},{"key":"birthday","value":"1990-01-31","description":"Date: Optional","disabled":true},{"key":"gender","value":"Female|Male|Other","description":"String: Optional","disabled":true},{"key":"address","value":"12 Street, local ave, miami, FL, 3002 ","description":"String: Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 03:13:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Vr8ss0iCRFe6gXGp0cB94Vr%2BiI19qSjsLVuglZ3JYGM51Z6jnsGHLYjmxviFvwkh7loE%2FerLY54KLGVE9njDjVUEv4OgNbXMj%2BbhoOjiDwsWdiYcnOORM%2Br%2FeB3JYkMhd46vpSfLMNhmZw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70d9a779ed0c5a16-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 10,\n        \"name\": \"Courtney Henry\",\n        \"email\": \"CourtneyHenry@example.com\",\n        \"email_verified_at\": null,\n        \"stripe_id\": null,\n        \"card_brand\": null,\n        \"card_last_four\": null,\n        \"card_expiration\": null,\n        \"extra_billing_information\": null,\n        \"trial_ends_at\": \"2022-05-24 02:33:54\",\n        \"billing_address\": null,\n        \"billing_address_line_2\": null,\n        \"billing_city\": null,\n        \"billing_state\": null,\n        \"billing_postal_code\": null,\n        \"vat_id\": null,\n        \"receipt_emails\": [],\n        \"billing_country\": null,\n        \"current_team_id\": null,\n        \"profile_photo_path\": null,\n        \"partner_id\": null,\n        \"vaccine_card\": null,\n        \"vaccine_verified\": null,\n        \"vaccine_text\": null,\n        \"birthday\": \"1990-01-31T00:00:00.000000Z\",\n        \"gender\": \"Female|Male|Other\",\n        \"address\": \"12 Street, local ave, miami, FL, 3002\",\n        \"phone\": \"3151231234\",\n        \"can_do_checkin\": false,\n        \"company\": null,\n        \"referral\": null,\n        \"website\": null,\n        \"size\": null,\n        \"type\": null,\n        \"extra_1\": null,\n        \"extra_2\": null,\n        \"extra_3\": null,\n        \"extra_4\": null,\n        \"extra_5\": null,\n        \"hotel_id\": null,\n        \"created_at\": \"2022-05-19T02:33:54.000000Z\",\n        \"updated_at\": \"2022-05-19T03:13:00.000000Z\"\n    }\n}"}],"_postman_id":"9fc3c8b4-6464-498f-a031-6005e3b65df6"},{"name":"Delete User","id":"4d1cf3ad-db66-45b0-ad10-937aa7eeabff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"demo.venco.io/api/users/{USER_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","users","{USER_ID}"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[{"id":"a1ea5de5-bc4a-4f73-a6b9-bf86ea9036ac","name":"Delete User","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"demo.venco.io/api/users/{USER_ID}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 19 May 2022 03:27:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=9Nxgfoew2Dj%2FzCDzhH7VrB4N9sW8jOsuNH69bUudMeVbc3RuvdfnIZorIg0a5j1zFgk3QG7pCqoYOOY2Pj3E%2F8rUkht7lu3%2BDex52q6h5z2Y9veeADVn7JwUABrWi06e9XfgkEvxvOixIQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70d9bc897e995a16-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d1cf3ad-db66-45b0-ad10-937aa7eeabff"}],"id":"56e926b0-2c50-467c-ba2e-ff691e909257","event":[{"listen":"prerequest","script":{"id":"f42654dd-8251-4107-a260-e947dce35bf2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"db2602aa-fd1e-4b55-bee6-56911e266876","type":"text/javascript","exec":[""]}}],"_postman_id":"56e926b0-2c50-467c-ba2e-ff691e909257","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}}},{"name":"Events","item":[{"name":"List all Events","id":"e2afba2a-717d-4e9b-b14b-7f5b4119c80e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/events","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","events"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2afba2a-717d-4e9b-b14b-7f5b4119c80e"},{"name":"Get Event","id":"d82a17e2-37c9-4618-b820-87913b64a497","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/events/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","events","1"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[{"id":"3112755c-9cf9-48b7-a52b-20d06f46b81f","name":"Get Event","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer 2|YSHzjfBfc9j2vDHSSesFuZFqqcsxd27X19hMJUKL","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/events/{EVENT_ID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 06:51:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=vxUO9AbYqlvMRm%2BQ%2F1ABEbr9omTuUw2oWWzLs2LRdhsGjqJoKci7uYVR7GQljdValjubBvIb%2Bud09rzYi7sHfxhRWBrGTJWOYAfMD85RkzyNDOjzBxPkoEjwU%2Fzy1yTcV8pkcGxdJz7w%2BA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70dae7a2c90357b2-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"is_active\": true,\n        \"name\": \"FOA Latam Demo\",\n        \"description\": \"Demo Event Description\",\n        \"type\": \"Convention\",\n        \"category\": null,\n        \"location\": \"Santo Domingo\",\n        \"event_start\": \"2022-09-03 08:00:00\",\n        \"event_end\": \"2022-09-03 19:00:00\",\n        \"hero_image\": \"https://storage.s3.amazonaws.com/EventApp/public/SKy3v2K7H4V6D5TFczWxhurjezmiZZc2xegNrUk4.png\",\n        \"thumbnail\": \"https://storage.s3.amazonaws.com/EventApp/public/qakrccxCJkMuxD3rM5vj2D7kni99GHNQom0zigcc.png\",\n        \"status\": \"confirmed\",\n        \"long_description\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.\",\n        \"featured\": false,\n        \"file\": null,\n        \"ticket_type\": null,\n        \"event_url\": null,\n        \"timezone\": null,\n        \"organizer\": \"FOA Latam\",\n        \"purchase_url\": null,\n        \"address_address\": \"El Embajador, a Royal Hideaway Hotel, Avenida Sarasota, Santo Domingo, República Dominicana\",\n        \"address_latitude\": 18.4548378,\n        \"address_longitude\": -69.9334416,\n        \"health_check\": \"Proof of COVID-19 vaccination required\",\n        \"vaccination_required\": false,\n        \"event_category_id\": null,\n        \"dress_code\": \"Casual\",\n        \"seatsio_enabled\": false,\n        \"seatsio_event_id\": null,\n        \"created_at\": \"2022-05-18 06:53:27\",\n        \"updated_at\": \"2022-05-18 16:43:26\",\n        \"deleted_at\": null,\n        \"event_tickets\": [\n            {\n                \"id\": 1,\n                \"event_id\": 1,\n                \"is_active\": true,\n                \"name\": \"Demo\",\n                \"available_quantity\": 12,\n                \"price\": \"12.00\",\n                \"absorb_fees\": false,\n                \"available_start_date\": \"2022-05-19T02:54:00.000000Z\",\n                \"available_end_date\": \"2022-05-28T02:54:00.000000Z\",\n                \"max_tickets_per_order\": 1,\n                \"ticket_type\": \"qr_code\",\n                \"purchase_url\": \"/quick-checkout\",\n                \"color\": \"#111827\",\n                \"currency\": \"usd\",\n                \"can_stand_checkin\": false,\n                \"publish_on_event\": false,\n                \"publish_on_registration\": false,\n                \"can_be_reserved\": false,\n                \"reservation_fee\": \"12.00\",\n                \"seatsio_enabled\": false,\n                \"seatsio_event_id\": null,\n                \"seatsio_categoryKey\": null,\n                \"created_at\": \"2022-05-18T06:54:37.000000Z\",\n                \"updated_at\": \"2022-05-18T06:54:37.000000Z\",\n                \"deleted_at\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"d82a17e2-37c9-4618-b820-87913b64a497"},{"name":"Create Event","id":"31355d79-e32b-457e-b8f5-6f2f12897f1a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/events/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","events",""],"host":["demo.venco.io"],"query":[{"disabled":true,"description":{"content":"<p>Boolean: Required</p>\n","type":"text/plain"},"key":"featured","value":"0"},{"disabled":true,"description":{"content":"<p>Boolean%3A%20Required</p>\n","type":"text/plain"},"key":"is_active","value":"1"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"name","value":"Event Name"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"description","value":"Event Short Description"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"location","value":"Event Location Description"},{"disabled":true,"description":{"content":"<p>DateTime: Required</p>\n","type":"text/plain"},"key":"event_start","value":"2022-01-31"},{"disabled":true,"description":{"content":"<p>DateTime: Required</p>\n","type":"text/plain"},"key":"event_end","value":"2022-01-31"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"status","value":"Confirmed|Cancelled|Postponed"},{"disabled":true,"description":{"content":"<p>String: Required</p>\n","type":"text/plain"},"key":"organizer","value":"Name of the organizer"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"type","value":"Meeting|Tour|Training or Workshop|Concert|Party|Convention|Dinner or Gala|Tradeshow|Other"},{"disabled":true,"description":{"content":"<p>ID of the Event Category: Optional</p>\n","type":"text/plain"},"key":"category","value":"{EVENT_CATEGORY_ID}"},{"disabled":true,"description":{"content":"<p>File: Optional</p>\n","type":"text/plain"},"key":"hero_image","value":"{Image file to upload}"},{"disabled":true,"description":{"content":"<p>File: Optional</p>\n","type":"text/plain"},"key":"thumbnail","value":"{Image file to upload}"},{"disabled":true,"description":{"content":"<p>Text: Optional</p>\n","type":"text/plain"},"key":"long_description","value":"More Details About the event"},{"disabled":true,"description":{"content":"<p>Boolean: Required</p>\n","type":"text/plain"},"key":"featured","value":"0"},{"disabled":true,"description":{"content":"<p>File: Optional</p>\n","type":"text/plain"},"key":"file","value":"{Document PDF to upload}"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"ticket_type","value":""},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"timezone","value":"America/New_York"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"address_address","value":""},{"disabled":true,"description":{"content":"<p>Double: Optional</p>\n","type":"text/plain"},"key":"address_latitude","value":""},{"disabled":true,"description":{"content":"<p>Double: Optional</p>\n","type":"text/plain"},"key":"address_longitude","value":""},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"health_check","value":"Health check description"},{"disabled":true,"description":{"content":"<p>Boolean: Optional</p>\n","type":"text/plain"},"key":"vaccination_required","value":"0"},{"disabled":true,"description":{"content":"<p>String: Optional</p>\n","type":"text/plain"},"key":"dress_code","value":"Dress Code Description"},{"disabled":true,"description":{"content":"<p>Boolean: Optional</p>\n","type":"text/plain"},"key":"seatsio_enabled","value":"0"},{"disabled":true,"description":{"content":"<p>String: Optional (Required for seatsio)</p>\n","type":"text/plain"},"key":"seatsio_event_id","value":""}],"variable":[]}},"response":[{"id":"19e24ebc-c87a-4b4e-b941-9cedca47f91d","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer 2|YSHzjfBfc9j2vDHSSesFuZFqqcsxd27X19hMJUKL","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://foalatam.serversail.com/api/events/?featured=0&is_active=1&name=Event Name&description=Event Short Description&location=Event Location Description&event_start=2022-01-31&event_end=2022-01-31&status=Confirmed|Cancelled|Postponed&organizer=Name of the organizer","protocol":"https","host":["foalatam","serversail","com"],"path":["api","events",""],"query":[{"key":"featured","value":"0","description":"Boolean: Required"},{"key":"is_active","value":"1","description":"Boolean: Required"},{"key":"name","value":"Event Name","description":"String: Required"},{"key":"description","value":"Event Short Description","description":"String: Required"},{"key":"location","value":"Event Location Description","description":"String: Required"},{"key":"event_start","value":"2022-01-31","description":"DateTime: Required"},{"key":"event_end","value":"2022-01-31","description":"DateTime: Required"},{"key":"status","value":"Confirmed|Cancelled|Postponed","description":"String: Required"},{"key":"organizer","value":"Name of the organizer","description":"String: Required"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 04:42:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=wwN9B6AWLbM0qnnOfZZ3KYvaCs9XPCDGCAtPyK5FCE8aLeW3UK4BnCLwBPaXJagEO%2F9YGy1WMorFd71z1OPV0WvKYq6uzBFYOTO2KJZW5yOiltDciGXOSgxNah9zUAUe89myCawqHrItnw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70da2a99cb9909a6-MIA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"featured\": false,\n        \"is_active\": true,\n        \"name\": \"Event Name\",\n        \"description\": \"Event Short Description\",\n        \"location\": \"Event Location Description\",\n        \"event_start\": \"2022-01-31 00:00:00\",\n        \"event_end\": \"2022-01-31 00:00:00\",\n        \"status\": \"Confirmed\",\n        \"organizer\": \"Name of the organizer\",\n        \"updated_at\": \"2022-05-19 04:42:31\",\n        \"created_at\": \"2022-05-19 04:42:31\",\n        \"id\": 2\n    }\n}"}],"_postman_id":"31355d79-e32b-457e-b8f5-6f2f12897f1a"},{"name":"Delete Event","id":"2646dd2f-e0ec-47d0-ba7f-ca6b52ecc19a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/events/{EVENT_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","events","{EVENT_ID}"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2646dd2f-e0ec-47d0-ba7f-ca6b52ecc19a"}],"id":"3c03e03f-e5ad-4da0-adfb-4cac93ecfb8a","_postman_id":"3c03e03f-e5ad-4da0-adfb-4cac93ecfb8a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}}},{"name":"Event-Tickets","item":[{"name":"List all Event Tickets","id":"5638e439-2cbb-4db4-b994-d9fa226c69bd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"demo.venco.io/api/event-tickets","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","event-tickets"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5638e439-2cbb-4db4-b994-d9fa226c69bd"},{"name":"Get Event Ticket","id":"5739a96a-cd81-4e06-8c12-38783e5315fe","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"demo.venco.io/api/event-tickets/{EVENT_TICKET_ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","event-tickets","{EVENT_TICKET_ID}"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[{"id":"e25a9bc0-b859-4df6-a86a-57ec16298f80","name":"Get Event Ticket","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer 2|YSHzjfBfc9j2vDHSSesFuZFqqcsxd27X19hMJUKL","type":"text","disabled":true}],"url":"https://foalatam.serversail.com/api/event-tickets/{{event_ticket_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 05:50:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=qyy9osj9K8iQ9HRl%2Bn%2B6inYYuqXq87I6uarbiTw4tdWvAdixyvg6jJ6IeSA7omv6tmvXeGPYvpQtp4ihITd1aEp9%2BkHnzSn7bC0EVDCzAfB2w8zNN9JhcBLxwQsL1o4zGAggKOe%2BHRU9Jw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70da8e9ffbba67ec-MIA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"event_id\": 1,\n        \"is_active\": true,\n        \"name\": \"Demo\",\n        \"available_quantity\": 8,\n        \"price\": \"12.00\",\n        \"absorb_fees\": false,\n        \"available_start_date\": \"2022-05-19T02:54:00.000000Z\",\n        \"available_end_date\": \"2022-05-28T02:54:00.000000Z\",\n        \"max_tickets_per_order\": 1,\n        \"ticket_type\": \"qr_code\",\n        \"purchase_url\": \"/quick-checkout\",\n        \"color\": \"#111827\",\n        \"currency\": \"usd\",\n        \"can_stand_checkin\": false,\n        \"publish_on_event\": false,\n        \"publish_on_registration\": false,\n        \"can_be_reserved\": false,\n        \"reservation_fee\": \"12.00\",\n        \"seatsio_enabled\": false,\n        \"seatsio_event_id\": null,\n        \"seatsio_categoryKey\": null,\n        \"created_at\": \"2022-05-18T06:54:37.000000Z\",\n        \"updated_at\": \"2022-05-18T06:54:37.000000Z\",\n        \"deleted_at\": null,\n        \"eventData\": {\n            \"id\": 1,\n            \"is_active\": true,\n            \"name\": \"FOA Latam Demo\",\n            \"description\": \"Demo Event Description\",\n            \"type\": \"Convention\",\n            \"category\": null,\n            \"location\": \"Santo Domingo\",\n            \"event_start\": \"2022-09-03 08:00:00\",\n            \"event_end\": \"2022-09-03 19:00:00\",\n            \"hero_image\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/SKy3v2K7H4V6D5TFczWxhurjezmiZZc2xegNrUk4.png\",\n            \"thumbnail\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/qakrccxCJkMuxD3rM5vj2D7kni99GHNQom0zigcc.png\",\n            \"status\": \"confirmed\",\n            \"long_description\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. N\",\n            \"featured\": false,\n            \"file\": null,\n            \"ticket_type\": null,\n            \"event_url\": null,\n            \"timezone\": null,\n            \"organizer\": \"FOA Latam\",\n            \"purchase_url\": null,\n            \"address_address\": \"El Embajador, a Royal Hideaway Hotel, Avenida Sarasota, Santo Domingo, República Dominicana\",\n            \"address_latitude\": 18.4548378,\n            \"address_longitude\": -69.9334416,\n            \"health_check\": \"Proof of COVID-19 vaccination required\",\n            \"vaccination_required\": false,\n            \"event_category_id\": null,\n            \"dress_code\": \"Casual\",\n            \"seatsio_enabled\": false,\n            \"seatsio_event_id\": null,\n            \"created_at\": \"2022-05-18 06:53:27\",\n            \"updated_at\": \"2022-05-18 16:43:26\",\n            \"deleted_at\": null\n        },\n        \"paywall_bg_image\": []\n    }\n}"}],"_postman_id":"5739a96a-cd81-4e06-8c12-38783e5315fe"}],"id":"524f0137-8433-45e7-a05b-645ff2782c17","_postman_id":"524f0137-8433-45e7-a05b-645ff2782c17","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}}},{"name":"Purchased-Events (Orders)","item":[{"name":"List all Purchased Events (Orders)","id":"5b36fc21-9237-45ef-84a3-712b11092330","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/purchased-events","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","purchased-events"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b36fc21-9237-45ef-84a3-712b11092330"},{"name":"Retrieve Purchased Event (Order)","id":"7ca688a0-5fed-4f21-9549-d8f87ff345b9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/purchased-events/{ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","purchased-events","{ID}"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[{"id":"922585a8-f606-4234-97df-09bf9fbb2c9f","name":"Retrieve Purchased Event (Order)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer 2|YSHzjfBfc9j2vDHSSesFuZFqqcsxd27X19hMJUKL","type":"text","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/purchased-events/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 22:26:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Yc19oeDqlocQNCn8nPSoc%2BmJ0TMHoeW6837KHppuDlynyYoIsJ1pf3nX4FopQ1zziG%2FjbDLm8UATNanZYeCC8KJ7t1gq3Y9GfjwejWxU%2B%2FBtaZFZMlxIY7mNn0p0AmUNO1qMW2pXcsKmbA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70e041976a509c6a-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 12,\n        \"user_id\": 1,\n        \"event_id\": null,\n        \"event_ticket_id\": 1,\n        \"customer_name\": \"Yasmin Rohan\",\n        \"customer_email\": \"admin@admin.com\",\n        \"customer_phone\": \"+1-262-554-8614\",\n        \"quantity\": 0,\n        \"currency\": null,\n        \"amount\": \"1512.00\",\n        \"balance\": \"1512.00\",\n        \"payment_id\": null,\n        \"payment_method\": null,\n        \"receipt_url\": null,\n        \"confirmed\": false,\n        \"cancelled\": false,\n        \"referred_by\": null,\n        \"verified\": false,\n        \"transaction_id\": \"REZ984BAR1\",\n        \"created_at\": \"2022-05-19T07:03:30.000000Z\",\n        \"updated_at\": \"2022-05-19T07:03:30.000000Z\",\n        \"deleted_at\": null,\n        \"paywall_bg_image\": [],\n        \"ticket_codes\": [\n            {\n                \"id\": 5,\n                \"user_id\": 1,\n                \"event_ticket_id\": 1,\n                \"purchased_event_id\": 12,\n                \"ticket_type\": \"qr_code\",\n                \"code\": \"KRGUS7\",\n                \"is_active\": true,\n                \"is_sold\": true,\n                \"is_cancelled\": false,\n                \"checked_in\": false,\n                \"checked_in_date\": null,\n                \"checked_in_by\": null,\n                \"max_uses\": 1,\n                \"times_used\": 0,\n                \"balance\": \"0.00\",\n                \"shared_to_name\": null,\n                \"shared_to_email\": null,\n                \"vaccine_card\": null,\n                \"vaccine_verified\": false,\n                \"vaccine_text\": null,\n                \"section\": null,\n                \"row\": null,\n                \"seat\": null,\n                \"created_at\": \"2022-05-18 06:54:37\",\n                \"updated_at\": \"2022-05-19 07:03:30\",\n                \"deleted_at\": null,\n                \"event_ticket\": {\n                    \"id\": 1,\n                    \"event_id\": 1,\n                    \"is_active\": true,\n                    \"name\": \"Demo\",\n                    \"available_quantity\": 12,\n                    \"price\": \"12.00\",\n                    \"absorb_fees\": false,\n                    \"available_start_date\": \"2022-05-19T02:54:00.000000Z\",\n                    \"available_end_date\": \"2022-05-28T02:54:00.000000Z\",\n                    \"max_tickets_per_order\": 1,\n                    \"ticket_type\": \"qr_code\",\n                    \"purchase_url\": \"/quick-checkout\",\n                    \"color\": \"#111827\",\n                    \"currency\": \"usd\",\n                    \"can_stand_checkin\": false,\n                    \"publish_on_event\": false,\n                    \"publish_on_registration\": false,\n                    \"can_be_reserved\": false,\n                    \"reservation_fee\": \"12.00\",\n                    \"seatsio_enabled\": false,\n                    \"seatsio_event_id\": null,\n                    \"seatsio_categoryKey\": null,\n                    \"created_at\": \"2022-05-18T06:54:37.000000Z\",\n                    \"updated_at\": \"2022-05-18T06:54:37.000000Z\",\n                    \"deleted_at\": null,\n                    \"event\": {\n                        \"id\": 1,\n                        \"is_active\": true,\n                        \"name\": \"FOA Latam Demo\",\n                        \"description\": \"Demo Event Description\",\n                        \"type\": \"Convention\",\n                        \"category\": null,\n                        \"location\": \"Santo Domingo\",\n                        \"event_start\": \"2022-09-03 08:00:00\",\n                        \"event_end\": \"2022-09-03 19:00:00\",\n                        \"hero_image\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/SKy3v2K7H4V6D5TFczWxhurjezmiZZc2xegNrUk4.png\",\n                        \"thumbnail\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/qakrccxCJkMuxD3rM5vj2D7kni99GHNQom0zigcc.png\",\n                        \"status\": \"confirmed\",\n                        \"long_description\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. N\",\n                        \"featured\": false,\n                        \"file\": null,\n                        \"ticket_type\": null,\n                        \"event_url\": null,\n                        \"timezone\": null,\n                        \"organizer\": \"FOA Latam\",\n                        \"purchase_url\": null,\n                        \"address_address\": \"El Embajador, a Royal Hideaway Hotel, Avenida Sarasota, Santo Domingo, República Dominicana\",\n                        \"address_latitude\": 18.4548378,\n                        \"address_longitude\": -69.9334416,\n                        \"health_check\": \"Proof of COVID-19 vaccination required\",\n                        \"vaccination_required\": false,\n                        \"event_category_id\": null,\n                        \"dress_code\": \"Casual\",\n                        \"seatsio_enabled\": false,\n                        \"seatsio_event_id\": null,\n                        \"created_at\": \"2022-05-18 06:53:27\",\n                        \"updated_at\": \"2022-05-18 16:43:26\",\n                        \"deleted_at\": null\n                    }\n                }\n            },\n            {\n                \"id\": 13,\n                \"user_id\": 1,\n                \"event_ticket_id\": 2,\n                \"purchased_event_id\": 12,\n                \"ticket_type\": \"qr_code\",\n                \"code\": \"SPEEZU\",\n                \"is_active\": true,\n                \"is_sold\": true,\n                \"is_cancelled\": false,\n                \"checked_in\": false,\n                \"checked_in_date\": null,\n                \"checked_in_by\": null,\n                \"max_uses\": 1,\n                \"times_used\": 0,\n                \"balance\": \"0.00\",\n                \"shared_to_name\": null,\n                \"shared_to_email\": null,\n                \"vaccine_card\": null,\n                \"vaccine_verified\": false,\n                \"vaccine_text\": null,\n                \"section\": null,\n                \"row\": null,\n                \"seat\": null,\n                \"created_at\": \"2022-05-19 07:03:11\",\n                \"updated_at\": \"2022-05-19 07:03:30\",\n                \"deleted_at\": null,\n                \"event_ticket\": {\n                    \"id\": 2,\n                    \"event_id\": 1,\n                    \"is_active\": true,\n                    \"name\": \"VIP Admission\",\n                    \"available_quantity\": 100,\n                    \"price\": \"500.00\",\n                    \"absorb_fees\": false,\n                    \"available_start_date\": \"2022-05-19T03:02:00.000000Z\",\n                    \"available_end_date\": \"2023-04-19T03:02:00.000000Z\",\n                    \"max_tickets_per_order\": 3,\n                    \"ticket_type\": \"qr_code\",\n                    \"purchase_url\": \"/quick-checkout\",\n                    \"color\": \"#EF4444\",\n                    \"currency\": \"usd\",\n                    \"can_stand_checkin\": false,\n                    \"publish_on_event\": true,\n                    \"publish_on_registration\": false,\n                    \"can_be_reserved\": false,\n                    \"reservation_fee\": \"0.00\",\n                    \"seatsio_enabled\": false,\n                    \"seatsio_event_id\": null,\n                    \"seatsio_categoryKey\": null,\n                    \"created_at\": \"2022-05-19T07:03:11.000000Z\",\n                    \"updated_at\": \"2022-05-19T07:03:23.000000Z\",\n                    \"deleted_at\": null,\n                    \"event\": {\n                        \"id\": 1,\n                        \"is_active\": true,\n                        \"name\": \"FOA Latam Demo\",\n                        \"description\": \"Demo Event Description\",\n                        \"type\": \"Convention\",\n                        \"category\": null,\n                        \"location\": \"Santo Domingo\",\n                        \"event_start\": \"2022-09-03 08:00:00\",\n                        \"event_end\": \"2022-09-03 19:00:00\",\n                        \"hero_image\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/SKy3v2K7H4V6D5TFczWxhurjezmiZZc2xegNrUk4.png\",\n                        \"thumbnail\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/qakrccxCJkMuxD3rM5vj2D7kni99GHNQom0zigcc.png\",\n                        \"status\": \"confirmed\",\n                        \"long_description\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. N\",\n                        \"featured\": false,\n                        \"file\": null,\n                        \"ticket_type\": null,\n                        \"event_url\": null,\n                        \"timezone\": null,\n                        \"organizer\": \"FOA Latam\",\n                        \"purchase_url\": null,\n                        \"address_address\": \"El Embajador, a Royal Hideaway Hotel, Avenida Sarasota, Santo Domingo, República Dominicana\",\n                        \"address_latitude\": 18.4548378,\n                        \"address_longitude\": -69.9334416,\n                        \"health_check\": \"Proof of COVID-19 vaccination required\",\n                        \"vaccination_required\": false,\n                        \"event_category_id\": null,\n                        \"dress_code\": \"Casual\",\n                        \"seatsio_enabled\": false,\n                        \"seatsio_event_id\": null,\n                        \"created_at\": \"2022-05-18 06:53:27\",\n                        \"updated_at\": \"2022-05-18 16:43:26\",\n                        \"deleted_at\": null\n                    }\n                }\n            },\n            {\n                \"id\": 14,\n                \"user_id\": 1,\n                \"event_ticket_id\": 2,\n                \"purchased_event_id\": 12,\n                \"ticket_type\": \"qr_code\",\n                \"code\": \"MVACUU\",\n                \"is_active\": true,\n                \"is_sold\": true,\n                \"is_cancelled\": false,\n                \"checked_in\": false,\n                \"checked_in_date\": null,\n                \"checked_in_by\": null,\n                \"max_uses\": 1,\n                \"times_used\": 0,\n                \"balance\": \"0.00\",\n                \"shared_to_name\": null,\n                \"shared_to_email\": null,\n                \"vaccine_card\": null,\n                \"vaccine_verified\": false,\n                \"vaccine_text\": null,\n                \"section\": null,\n                \"row\": null,\n                \"seat\": null,\n                \"created_at\": \"2022-05-19 07:03:11\",\n                \"updated_at\": \"2022-05-19 07:03:30\",\n                \"deleted_at\": null,\n                \"event_ticket\": {\n                    \"id\": 2,\n                    \"event_id\": 1,\n                    \"is_active\": true,\n                    \"name\": \"VIP Admission\",\n                    \"available_quantity\": 100,\n                    \"price\": \"500.00\",\n                    \"absorb_fees\": false,\n                    \"available_start_date\": \"2022-05-19T03:02:00.000000Z\",\n                    \"available_end_date\": \"2023-04-19T03:02:00.000000Z\",\n                    \"max_tickets_per_order\": 3,\n                    \"ticket_type\": \"qr_code\",\n                    \"purchase_url\": \"/quick-checkout\",\n                    \"color\": \"#EF4444\",\n                    \"currency\": \"usd\",\n                    \"can_stand_checkin\": false,\n                    \"publish_on_event\": true,\n                    \"publish_on_registration\": false,\n                    \"can_be_reserved\": false,\n                    \"reservation_fee\": \"0.00\",\n                    \"seatsio_enabled\": false,\n                    \"seatsio_event_id\": null,\n                    \"seatsio_categoryKey\": null,\n                    \"created_at\": \"2022-05-19T07:03:11.000000Z\",\n                    \"updated_at\": \"2022-05-19T07:03:23.000000Z\",\n                    \"deleted_at\": null,\n                    \"event\": {\n                        \"id\": 1,\n                        \"is_active\": true,\n                        \"name\": \"FOA Latam Demo\",\n                        \"description\": \"Demo Event Description\",\n                        \"type\": \"Convention\",\n                        \"category\": null,\n                        \"location\": \"Santo Domingo\",\n                        \"event_start\": \"2022-09-03 08:00:00\",\n                        \"event_end\": \"2022-09-03 19:00:00\",\n                        \"hero_image\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/SKy3v2K7H4V6D5TFczWxhurjezmiZZc2xegNrUk4.png\",\n                        \"thumbnail\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/qakrccxCJkMuxD3rM5vj2D7kni99GHNQom0zigcc.png\",\n                        \"status\": \"confirmed\",\n                        \"long_description\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. N\",\n                        \"featured\": false,\n                        \"file\": null,\n                        \"ticket_type\": null,\n                        \"event_url\": null,\n                        \"timezone\": null,\n                        \"organizer\": \"FOA Latam\",\n                        \"purchase_url\": null,\n                        \"address_address\": \"El Embajador, a Royal Hideaway Hotel, Avenida Sarasota, Santo Domingo, República Dominicana\",\n                        \"address_latitude\": 18.4548378,\n                        \"address_longitude\": -69.9334416,\n                        \"health_check\": \"Proof of COVID-19 vaccination required\",\n                        \"vaccination_required\": false,\n                        \"event_category_id\": null,\n                        \"dress_code\": \"Casual\",\n                        \"seatsio_enabled\": false,\n                        \"seatsio_event_id\": null,\n                        \"created_at\": \"2022-05-18 06:53:27\",\n                        \"updated_at\": \"2022-05-18 16:43:26\",\n                        \"deleted_at\": null\n                    }\n                }\n            },\n            {\n                \"id\": 15,\n                \"user_id\": 1,\n                \"event_ticket_id\": 2,\n                \"purchased_event_id\": 12,\n                \"ticket_type\": \"qr_code\",\n                \"code\": \"UBGNPX\",\n                \"is_active\": true,\n                \"is_sold\": true,\n                \"is_cancelled\": false,\n                \"checked_in\": false,\n                \"checked_in_date\": null,\n                \"checked_in_by\": null,\n                \"max_uses\": 1,\n                \"times_used\": 0,\n                \"balance\": \"0.00\",\n                \"shared_to_name\": null,\n                \"shared_to_email\": null,\n                \"vaccine_card\": null,\n                \"vaccine_verified\": false,\n                \"vaccine_text\": null,\n                \"section\": null,\n                \"row\": null,\n                \"seat\": null,\n                \"created_at\": \"2022-05-19 07:03:11\",\n                \"updated_at\": \"2022-05-19 07:03:30\",\n                \"deleted_at\": null,\n                \"event_ticket\": {\n                    \"id\": 2,\n                    \"event_id\": 1,\n                    \"is_active\": true,\n                    \"name\": \"VIP Admission\",\n                    \"available_quantity\": 100,\n                    \"price\": \"500.00\",\n                    \"absorb_fees\": false,\n                    \"available_start_date\": \"2022-05-19T03:02:00.000000Z\",\n                    \"available_end_date\": \"2023-04-19T03:02:00.000000Z\",\n                    \"max_tickets_per_order\": 3,\n                    \"ticket_type\": \"qr_code\",\n                    \"purchase_url\": \"/quick-checkout\",\n                    \"color\": \"#EF4444\",\n                    \"currency\": \"usd\",\n                    \"can_stand_checkin\": false,\n                    \"publish_on_event\": true,\n                    \"publish_on_registration\": false,\n                    \"can_be_reserved\": false,\n                    \"reservation_fee\": \"0.00\",\n                    \"seatsio_enabled\": false,\n                    \"seatsio_event_id\": null,\n                    \"seatsio_categoryKey\": null,\n                    \"created_at\": \"2022-05-19T07:03:11.000000Z\",\n                    \"updated_at\": \"2022-05-19T07:03:23.000000Z\",\n                    \"deleted_at\": null,\n                    \"event\": {\n                        \"id\": 1,\n                        \"is_active\": true,\n                        \"name\": \"FOA Latam Demo\",\n                        \"description\": \"Demo Event Description\",\n                        \"type\": \"Convention\",\n                        \"category\": null,\n                        \"location\": \"Santo Domingo\",\n                        \"event_start\": \"2022-09-03 08:00:00\",\n                        \"event_end\": \"2022-09-03 19:00:00\",\n                        \"hero_image\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/SKy3v2K7H4V6D5TFczWxhurjezmiZZc2xegNrUk4.png\",\n                        \"thumbnail\": \"https://fronji-storage.s3.amazonaws.com/EventApp/public/qakrccxCJkMuxD3rM5vj2D7kni99GHNQom0zigcc.png\",\n                        \"status\": \"confirmed\",\n                        \"long_description\": \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. N\",\n                        \"featured\": false,\n                        \"file\": null,\n                        \"ticket_type\": null,\n                        \"event_url\": null,\n                        \"timezone\": null,\n                        \"organizer\": \"FOA Latam\",\n                        \"purchase_url\": null,\n                        \"address_address\": \"El Embajador, a Royal Hideaway Hotel, Avenida Sarasota, Santo Domingo, República Dominicana\",\n                        \"address_latitude\": 18.4548378,\n                        \"address_longitude\": -69.9334416,\n                        \"health_check\": \"Proof of COVID-19 vaccination required\",\n                        \"vaccination_required\": false,\n                        \"event_category_id\": null,\n                        \"dress_code\": \"Casual\",\n                        \"seatsio_enabled\": false,\n                        \"seatsio_event_id\": null,\n                        \"created_at\": \"2022-05-18 06:53:27\",\n                        \"updated_at\": \"2022-05-18 16:43:26\",\n                        \"deleted_at\": null\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"7ca688a0-5fed-4f21-9549-d8f87ff345b9"},{"name":"Create  Purchased Event (Order)","id":"afcc4ea8-b07e-4b1f-9061-0511e0bdfb2b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"demo.venco.io/api/purchased-events","description":"<p>Some Posible Errors:</p>\n<p><strong>Not enough tickets available:</strong> <em>400 Bad Request</em></p>\n<p>\"message\": \"Not enough tickets available\"</p>\n<p><strong>Ticket Not Found:</strong> <em>404 Bad Request</em></p>\n<p>\"message\": \"Ticket not found\"</p>\n<p><strong>User Not Found:</strong> <em>404 Bad Request</em></p>\n<p>'message' =&gt; 'User not found'</p>\n<p><strong>Different Tickets Currencies:</strong> <em>400 Bad Request</em></p>\n<p>\"message\": \"All tickets must be in the same currency\"</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","purchased-events"],"host":["demo.venco.io"],"query":[{"disabled":true,"description":{"content":"<p>ID: Required (ID of the registered user)</p>\n","type":"text/plain"},"key":"user_id","value":"1"},{"disabled":true,"description":{"content":"<p>Array of  Objects: Required</p>\n<p>ticket_id : Existing EventTicket ID <br />\nquantity:  Number of tickets to order</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n{\"ticket_id\":\"1\",\"quantity\":\"1\"},\n{\"ticket_id\":\"2\",\"quantity\":\"3\"}\n]\n</code></pre>","type":"text/plain"},"key":"selectedTickets","value":"[\n{\"ticket_id\":\"1\",\"quantity\":\"1\"},{\"ticket_id\":\"2\",\"quantity\":\"3\"}\n]"},{"disabled":true,"description":{"content":"<p>String: Optional \n<br />\n(See the approved currencies list)\n<br />\nExample: usd\n<br />\nWARNING: This will overwrite the tickets currency</p>\n","type":"text/plain"},"key":"currency","value":"USD"},{"disabled":true,"description":{"content":"<p>Decimal: Optional (Order total amount)</p>\n","type":"text/plain"},"key":"amount","value":"100"},{"disabled":true,"description":{"content":"<p>Decimal: Optional (Order pending balance, Amount to pay)</p>\n","type":"text/plain"},"key":"balance","value":"123455.43"},{"disabled":true,"description":{"content":"<p>Boolean: Optional (Default = false)</p>\n","type":"text/plain"},"key":"confirmed","value":"0"},{"disabled":true,"description":{"content":"<p>Boolean: Optional (Default = false)</p>\n","type":"text/plain"},"key":"cancelled","value":"0"}],"variable":[]}},"response":[{"id":"7fed2c15-f030-4b84-95ff-c6abb9e0aec1","name":"Create  Purchased Event (Order)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"","value":"Bearer 2|YSHzjfBfc9j2vDHSSesFuZFqqcsxd27X19hMJUKL","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"demo.venco.io/api/purchased-events?user_id=1&amount=100&confirmed=0&cancelled=0&balance=100&selectedTickets=[\n{\"ticket_id\":\"1\",\"quantity\":\"1\"},{\"ticket_id\":\"2\",\"quantity\":\"3\"}\n]&event_ticket_id=1","host":["demo.venco.io"],"path":["api","purchased-events"],"query":[{"key":"user_id","value":"1"},{"key":"amount","value":"100"},{"key":"confirmed","value":"0"},{"key":"cancelled","value":"0"},{"key":"balance","value":"100"},{"key":"selectedTickets","value":"[\n{\"ticket_id\":\"1\",\"quantity\":\"1\"},{\"ticket_id\":\"2\",\"quantity\":\"3\"}\n]","description":"Array of  Objects: Required [\n{\"ticket_id\":\"1\",\"quantity\":\"1\"},{\"ticket_id\":\"2\",\"quantity\":\"1\"}\n]"},{"key":"event_ticket_id","value":"1"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 07:03:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=apXij1HZAdcwkoiTicA0%2FlJQdQA2mclS8AtFHv%2FTylVH4ulK3lcQH993v30TyEW50e6rf0P%2BhUFAnx6JJFu6z4tGLlSwtVd1VcDIe3spTYKILaM8SjPQ9gpPlwqA0zvibo3gul6NB%2FsJUg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70daf91c3fd05985-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": \"1\",\n        \"event_ticket_id\": \"1\",\n        \"amount\": 1512,\n        \"confirmed\": false,\n        \"cancelled\": false,\n        \"balance\": 1512,\n        \"customer_name\": \"Yasmin Rohan\",\n        \"customer_email\": \"admin@admin.com\",\n        \"customer_phone\": \"+1-262-554-8614\",\n        \"transaction_id\": \"REZ984BAR1\",\n        \"updated_at\": \"2022-05-19T07:03:30.000000Z\",\n        \"created_at\": \"2022-05-19T07:03:30.000000Z\",\n        \"id\": 12\n    }\n}"}],"_postman_id":"afcc4ea8-b07e-4b1f-9061-0511e0bdfb2b"},{"name":"Update Purchased-Event (Order)","id":"161f2679-810a-47da-becc-439c7c40972e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"confirmed","value":"0","type":"text"}]},"url":"demo.venco.io/api/purchased-events/{ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","purchased-events","{ID}"],"host":["demo.venco.io"],"query":[{"disabled":true,"description":{"content":"<p>Boolean: Required</p>\n","type":"text/plain"},"key":"cancelled","value":"0"},{"disabled":true,"description":{"content":"<p>Decimal: Required</p>\n","type":"text/plain"},"key":"amount","value":"100.33"},{"disabled":true,"description":{"content":"<p>Decimal: Required</p>\n","type":"text/plain"},"key":"balance","value":"12.12"},{"disabled":true,"description":{"content":"<p>Boolean: Optional</p>\n","type":"text/plain"},"key":"confirmed","value":"1"},{"disabled":true,"description":{"content":"<p>Boolean: Optional</p>\n","type":"text/plain"},"key":"verified","value":"1"},{"disabled":true,"description":{"content":"<p>String: Optional (Can be diferent to the User)</p>\n","type":"text/plain"},"key":"customer_name","value":"Cardholder Name"},{"disabled":true,"description":{"content":"<p>String: Optional (Can be diferent to the User)</p>\n","type":"text/plain"},"key":"customer_email","value":"Johm@example.com"},{"disabled":true,"description":{"content":"<p>String: Optional (Can be diferent to the User)</p>\n","type":"text/plain"},"key":"customer_phone","value":"3151231231"},{"disabled":true,"description":{"content":"<p>Decimal: Optional (Total Order Amount)</p>\n","type":"text/plain"},"key":"amount","value":null},{"disabled":true,"description":{"content":"<p>Decimal: Optional (Pending amount to pay)</p>\n","type":"text/plain"},"key":"balance","value":null},{"disabled":true,"description":{"content":"<p>ID of the referral</p>\n","type":"text/plain"},"key":"referred_by","value":""}],"variable":[]}},"response":[{"id":"783e5755-e75c-42ae-8e2b-989b6aaf2d87","name":"Update Purchased-Event (Order)","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"confirmed","value":"0","type":"text"}]},"url":{"raw":"demo.venco.io/api/purchased-events/1","host":["demo.venco.io"],"path":["api","purchased-events","1"],"query":[{"key":"cancelled","value":"0","description":"Boolean: Required","disabled":true},{"key":"amount","value":"100.33","description":"Decimal: Required","disabled":true},{"key":"balance","value":"12.12","description":"Decimal: Required","disabled":true},{"key":"confirmed","value":"1","description":"Boolean: Optional","disabled":true},{"key":"verified","value":"1","description":"Boolean: Optional","disabled":true},{"key":"customer_name","value":"Cardholder Name","description":"String: Optional (Can be diferent to the User)","disabled":true},{"key":"customer_email","value":"Johm@example.com","description":"String: Optional (Can be diferent to the User)","disabled":true},{"key":"customer_phone","value":"3151231231","description":"String: Optional (Can be diferent to the User)","disabled":true},{"key":"amount","value":null,"description":"Decimal: Optional (Total Order Amount)","type":"text","disabled":true},{"key":"balance","value":null,"description":"Decimal: Optional (Pending amount to pay)","type":"text","disabled":true},{"key":"referred_by","value":"","description":"ID of the referral","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 May 2022 03:56:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=jDu0MYFJAJ65GTLbUwPdAs5XLNBziFZlocxEpZuU7kF0wNxdNOZmDPzfAwYpbfpUPNVWaB2l0goRrR%2FBONC8EwYO5Ej22f%2FRD9but36x1Gr3wIBM6VZD0gvs55FPAp6slEPrERJVGpDZWg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70e224b28f910341-MIA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"event_id\": null,\n        \"event_ticket_id\": null,\n        \"customer_name\": \"Cardholder Name\",\n        \"customer_email\": \"Johm@example.com\",\n        \"customer_phone\": \"3151231231\",\n        \"quantity\": 1,\n        \"currency\": \"usd\",\n        \"amount\": \"100.33\",\n        \"balance\": \"12.12\",\n        \"payment_id\": null,\n        \"payment_method\": null,\n        \"receipt_url\": null,\n        \"confirmed\": false,\n        \"cancelled\": false,\n        \"referred_by\": null,\n        \"verified\": true,\n        \"transaction_id\": \"ofLmuUeI35\",\n        \"created_at\": \"2022-05-18T07:08:36.000000Z\",\n        \"updated_at\": \"2022-05-18T07:27:54.000000Z\",\n        \"deleted_at\": null\n    }\n}"}],"_postman_id":"161f2679-810a-47da-becc-439c7c40972e"}],"id":"a7faa9e3-911b-4c89-b92a-19cb504a8f13","_postman_id":"a7faa9e3-911b-4c89-b92a-19cb504a8f13","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}}},{"name":"Sponsors","item":[{"name":"List all Sponsors Categories","id":"02a671c1-7c9c-4136-8ca8-2a16c617a63e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"demo.venco.io/api/sponsor-categories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","sponsor-categories"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"02a671c1-7c9c-4136-8ca8-2a16c617a63e"},{"name":"List all Sponsors","id":"a71b5770-885f-4fdc-b487-d8d0bc0dd3de","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"demo.venco.io/api/sponsors","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","sponsors"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a71b5770-885f-4fdc-b487-d8d0bc0dd3de"}],"id":"fcde6245-0bbf-44af-99f6-58ef0e032048","_postman_id":"fcde6245-0bbf-44af-99f6-58ef0e032048","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}}},{"name":"Tickets","item":[{"name":"Get Ticket Code","id":"9fb2c4a4-6948-41ef-8110-2e683b63c8bb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/ticket-codes/{ID}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}},"urlObject":{"path":["api","ticket-codes","{ID}"],"host":["demo.venco.io"],"query":[],"variable":[]}},"response":[{"id":"8144467d-020b-4c7e-97a0-83d31a6aceab","name":"Get Ticket Code","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"demo.venco.io/api/ticket-codes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 May 2022 18:31:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=bL4SIisVeGFq3cmpINKCmjxqi00s1GT%2Fv8%2BEfIL4hVE0Y1H%2FVux%2BMqxIJum4cLeAp1RhqWNjgdm2PoNBZBKMWuhg0N0c53CtIrQcjBvgiM8t6Teept5xoxHZJixuepDzWFvd1ZQ6LkjuKA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"70e726c30c288293-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"event_ticket_id\": 1,\n        \"purchased_event_id\": 1,\n        \"ticket_type\": \"qr_code\",\n        \"code\": \"8E8XH8\",\n        \"is_active\": true,\n        \"is_sold\": true,\n        \"is_cancelled\": false,\n        \"checked_in\": false,\n        \"checked_in_date\": null,\n        \"checked_in_by\": null,\n        \"max_uses\": 1,\n        \"times_used\": 0,\n        \"balance\": \"0.00\",\n        \"shared_to_name\": null,\n        \"shared_to_email\": null,\n        \"vaccine_card\": null,\n        \"vaccine_verified\": false,\n        \"vaccine_text\": null,\n        \"section\": null,\n        \"row\": null,\n        \"seat\": null,\n        \"created_at\": \"2022-05-18 06:54:37\",\n        \"updated_at\": \"2022-05-18 07:08:36\",\n        \"deleted_at\": null\n    }\n}"}],"_postman_id":"9fb2c4a4-6948-41ef-8110-2e683b63c8bb"}],"id":"18f8cd18-ac63-49b2-9887-e649f5a8d463","_postman_id":"18f8cd18-ac63-49b2-9887-e649f5a8d463","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","id":"e4ab6d8c-b87e-483d-86e6-0d325b9a83bb","name":"Venco API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"7af3cc6e-8eb2-4e3a-a722-278576c21166","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"deb6da01-a084-4dd8-8200-8a97bbf4317f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"YOUR_TOKEN","value":"47oEGi1ISeExaJSUW0fzI9bbZRl8oA30HKTPEmtZ"},{"key":"BASE_URL","value":"demo.venco.io"},{"key":"URL","value":"https://foalatam.serversail.com","type":"string","disabled":true}]}