{"info":{"_postman_id":"c5aaa01e-b8df-484b-bc44-347218ef8cf1","name":"eventPower API","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>eventPower's REST API that allows clients to Create, Update, Fetch, and Delete attendees, speakers and agenda events.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>There are 3 fields required to authenticate your session. These are passed as part of the request.</p>\n<ul>\n<li><strong>company:</strong> Your company identifier, provided by your eventPower contact.</li>\n<li><strong>password:</strong> Your unique API password, provided by your eventPower contact.</li>\n<li><strong>showcode:</strong> Your unique event code, provided by your eventPower contact.</li>\n</ul>\n<h2 id=\"unique-identifiers\">Unique Identifiers</h2>\n<p>Throughout all API endpoints, there is the option to utilize either the client_id or ep_id.<br><strong>client_id</strong> is best utilized for importing data from another database system. Utilize your existing database unique keys to create, update, get, and delete records in the eventPower system. This eliminates the extra step of tracking eventPower IDs. If the client_id is set in either a create or update request, the client_id will be tracked and returned in all responses.</p>\n<p><strong>ep_id</strong> is an internally generated identifier for all records in the eventPower system. This ID can not be set or changed, but can be used to update, get, or delete records. It is automatically generated upon creation of a new record and will be returned in all responses.</p>\n<h2 id=\"get-records\">GET records</h2>\n<p>GET requests can accept one or multiple IDs in the given fields. As specified above, you can utilize either the client_id or ep_id to identify the records to fetch. Please do not provide both client_ids and ep_ids in the same request as the results can be unpredictable.</p>\n<p>Examples:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>client_ids: {\n    ABC123\n}\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>client_ids: {\n    [\"ABC123\", \"DEF123\", \"GHI123\"]\n}\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>ep_ids: {\n    123456\n}\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>ep_ids: {\n    [123456, 7891023, 987654]\n}\n\n</code></pre><h2 id=\"create-and-update-requests\">Create and Update Requests</h2>\n<p>We have made the design decision to deviate from a traditional REST API and combined both Create and Update requests into a single POST request. This eliminates the requirement to check to see if a record exists before creating/updating. Simply POST the record and eventPower's API will create the record if it's new, or update if it already exists.</p>\n<h2 id=\"datetime-fields\">Date/Time Fields</h2>\n<p>Fields requring date/time should always use <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a> formatting with the time in GMT. For example:<br><code>2021-01-02T12:30:00Z</code> (7:30am EST)</p>\n<p>Alternatively, a time zone offset can be provided using the same format<br><code>2021-01-02T12:30:00+0700</code> (12:30pm PST)</p>\n<p>The API does not support times without a time zone specified in one of the above options and inconsistent behavior might appear.</p>\n<h2 id=\"custom-fields\">Custom Fields</h2>\n<p>Custom fields are enabled from the API tab of the settings page. They are then utilized like any other field in the endpoint. Ex:</p>\n<p><code>functional_title=Operations Manager</code><br>When passing multi-select fields, utilize a JSON-style array. Ex:</p>\n<p><code>industries=[\"Aerospace\", \"Manufacturing\"]</code><br>If passing a single value for a multi-select custom field, either of the patterns will work identically. Ex:</p>\n<p><code>industries=[\"Aerospace\"]</code><br><code>industries=Aerospace</code></p>\n<h2 id=\"return-codes\">Return Codes</h2>\n<p>We follow standard HTTP response codes:</p>\n<ul>\n<li>200 Successful Get, Update or Delete</li>\n<li>201 Successful Create</li>\n<li>400 Error with Get, Create, Update, or Delete. Will include errors in response</li>\n<li>404 Unable to find record requested during Get or Delete request</li>\n<li>403 Permission denied, please contact the eventPower team to ensure you have the API permissions needed</li>\n<li>500 Server error, check <a href=\"https://status.eventpower.com\">https://status.eventpower.com</a> or contact the eventPower team</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"}],"owner":"12596843","collectionId":"c5aaa01e-b8df-484b-bc44-347218ef8cf1","publishedId":"TVYCB1RZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-11T03:15:15.000Z"},"item":[{"name":"Attendee","item":[{"name":"Create/Update Attendee","id":"c2a17ae2-49c8-4309-a141-1e1e8e9d236b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","type":"text","value":"test"},{"key":"password","type":"text","value":"test"},{"key":"showcode","type":"text","value":"21EP-DEMO"},{"description":"<p>Must be a valid reg type</p>\n","key":"reg_type_id","type":"text","value":"123456"},{"description":"<p>Use your own ID to manage this record</p>\n","key":"client_id","type":"text","value":"ABC123"},{"key":"ep_id","value":"","description":"<p>Pass either Client ID or eP ID to update.  </p>\n","type":"text"},{"key":"fname","type":"text","value":"Robert"},{"key":"lname","type":"text","value":"Smith"},{"description":"<p>Preferred first name of attendee, or leave null to use first name field</p>\n","key":"preferred_name","type":"text","value":"Bob"},{"key":"org","type":"text","value":"eventPower"},{"key":"job_title","type":"text","value":"Manager"},{"description":"<p>Dr., etc.  Typically we do not include standard prefixes such as Mr. Ms, Mrs, etc.</p>\n","key":"prefix","type":"text","value":""},{"description":"<p>ex: Jr, Sr, III</p>\n","key":"suffix","type":"text","value":""},{"description":"<p>must be a valid email address (or null)</p>\n","key":"email","type":"text","value":""},{"description":"<p>Phone number formatting does not matter</p>\n","key":"phone","type":"text","value":""},{"description":"<p>Phone number formatting does not matter</p>\n","key":"mobile","type":"text","value":""},{"description":"<p>First line of address field</p>\n","key":"address","type":"text","value":""},{"description":"<p>Second line of address field</p>\n","key":"address2","type":"text","value":""},{"key":"city","type":"text","value":""},{"description":"<p>2-character state/provence for US/Canada.  String for other countries.</p>\n","key":"state","type":"text","value":""},{"description":"<p>2-character ISO country code</p>\n","key":"country","type":"text","value":""},{"description":"<p>ZIP/Postal Code. Format is not validated</p>\n","key":"zip","type":"text","value":""},{"key":"speaker_ep_id","value":"","description":"<p>Link to speaker (eventPower ID)</p>\n","type":"text"},{"key":"speaker_client_id","value":"","description":"<p>Link to speaker (client ID)</p>\n","type":"text"},{"key":"exhibitor_ep_ids","value":"","description":"<p>Link to exhibitor (eventPower ID)</p>\n","type":"text"},{"key":"exhibitor_client_ids","value":"","description":"<p>Link to exhibitor (client ID)</p>\n","type":"text"},{"key":"activity_ids","value":"","description":"<p>Assign an attendee to a specific activity.  A list of activity ids are available in the reg setup.  Pass as array of ids  [123, 456] to assign multiple activities.</p>\n","type":"text"},{"key":"test","value":"","description":"<p>test</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/attendee/update","description":"<p>Create or update an attendee. Both create and update are the same POST call and determines whether to create new or update based on passing either an ep_id or client_id as a unique identifier.</p>\n<p>Custom fields can be managed and added using the API tab in Registration Setup.<br />Available reg types are listed in the API tab in Registration Setup.</p>\n<p>Link an attendee to an existing speaker or exhibitor record using the speaker_ep_id/speaker_client_id or exhibitor_ep_id/exhibitor_client_id fields.</p>\n","urlObject":{"path":["ep_api","attendee","update"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2a17ae2-49c8-4309-a141-1e1e8e9d236b"},{"name":"Fetch Attendee","id":"58a0d966-81ba-4252-8c0a-42637ebcc631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_ids","value":"10514","type":"text","description":"<p>Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch</p>\n"},{"key":"ep_ids","value":"[\"123456\", \"987654\"]","description":"<p>Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/attendee/profile","urlObject":{"path":["ep_api","attendee","profile"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"b2a4921b-bbec-44ed-8974-031c5a460965","name":"Fetch Attendee","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_ids","value":"10514","type":"text","description":"Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch"},{"key":"ep_ids","value":"[\"123456\", \"987654\"]","description":"Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/attendee/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"59a700c7a9956704d7d5d40b5826dce4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=a1f4bd1318e4b1baea99c657fa14fffd; path=/; expires=Sat, 24 Apr 2021 01:15:17 -0000; HttpOnly"},{"key":"X-Request-Id","value":"ba24a6b0-7e63-4883-838f-46d5c9af463f"},{"key":"X-Runtime","value":"0.172079"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"attendees\": [\n        {\n            \"client_id\": \"10514\",\n            \"ep_id\": 2558097,\n            \"fname\": \"Robert\",\n            \"lname\": \"Smith\",\n            \"preferred_name\": null,\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"reg_type_id\": 13905,\n            \"reg_category_id\": 4688,\n            \"email\": \"email@email.com\",\n            \"org\": \"ABC Incorporated\",\n            \"job_title\": \"Lead Manager\",\n            \"phone\": \"201-555-1212\",\n            \"mobile\": \"201-555-9874\",\n            \"address\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"New York\",\n            \"country\": \"US\",\n            \"zip\": \"10514\",\n            \"accesskey\": \"abcd-1234\",\n            \"updated_at\": \"2021-04-13T21:04:18.000-04:00\",\n            \"speaker\": {},\n            \"exhibitor\": [\n                {\n                    \"client_id\": null,\n                    \"id\": 338,\n                    \"org\": \"Guitar Store and Studio\",\n                    \"category\": \"Exhibitor\",\n                    \"url\": \"https://www.eventpower.com/\"\n                }\n            ],\n            \"photo_url\": \"https://eventpower-res.cloudinary.com/image/upload/c_thumb,g_face,h_125,w_125,z_0.6/v1/media/eventPower/21ep-demo/attendee_photos/Rex%20Manning/qmlbazr7rplyetzboyqy.jpg\",\n            \"what_is_your_favorite_cocktail_or_mocktail_\": \"Gimlet\",\n            \"emergency_contact_phone_number\": null,\n            \"event_app_consent\": true,\n            \"consent\": true,\n            \"activities\": [\n                {\n                    \"id\": 54311,\n                    \"name\": \"Own That Stage! Stage Presence 101\",\n                    \"product_code\": null\n                }\n            ],\n            \"portal_url\": \"https://example.com/reg/manage/abdc-1234\"\n        }\n    ]\n}"}],"_postman_id":"58a0d966-81ba-4252-8c0a-42637ebcc631"},{"name":"Get All Attendees","id":"5d984a89-b5e0-4844-9415-dfcb8eee6c89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"last_updated_days","value":"5","description":"<p>Pull attendees who have been updated within the past x days.  Pass integer of number of days, beginning midnight UTC. </p>\n","type":"text"},{"key":"last_updated_since","value":"","description":"<p>Pull attendees who have been updated since the specified datetime. Enter as ISO8601 formatted time.  Ex: 2021-05-04T01:46:34Z</p>\n","type":"text"},{"key":"page_number","value":"","description":"<p>Increment page number to obtain additional pages of data.</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/attendee/all_profiles","description":"<p>Get all attendees for this event.  Data is paginated and detailed in the header section. </p>\n<p>No parameters will return all attendees.\nPass last_updated_days or last_updated_since to get only the attendees who have been updated since that time.</p>\n<p>This endpoint returns ALL attendees including cancelled/deleted attendees. Utilize the 'active' field to determine if the attendee is active or has been cancelled/deleted (active=false).</p>\n","urlObject":{"path":["ep_api","attendee","all_profiles"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"a86ef169-5f0a-42fd-ac37-7addbd572717","name":"Get All Attendees","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"last_updated_days","value":"5","description":"Pull attendees who have been updated within the past x days.  Pass integer of number of days, beginning midnight UTC. ","type":"text"},{"key":"last_updated_since","value":"","description":"Pull attendees who have been updated since the specified datetime. Enter as ISO8601 formatted time.  Ex: 2021-05-04T01:46:34Z","type":"text"},{"key":"page_number","value":"","description":"Increment page number to obtain additional pages of data.","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/attendee/all_profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"0a4e1c087ace883957178be0d77063f0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=7ecb61af9a4ffdeee750aa9d8f9e9414; path=/; expires=Fri, 14 May 2021 01:49:30 -0000; HttpOnly"},{"key":"X-Request-Id","value":"2e676132-ec85-4951-a84f-ae09e21c0b3a"},{"key":"X-Runtime","value":"0.437161"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"page_number\": 1,\n    \"more_records\": false,\n    \"page_records\": 1,\n    \"total_records\": 1,\n    \"attendees\": [\n        {\n            \"client_id\": null,\n            \"ep_id\": 2558097,\n            \"fname\": \"Roberto\",\n            \"lname\": \"Clemente\",\n            \"preferred_name\": null,\n            \"prefix\": \"\",\n            \"suffix\": \"\",\n            \"reg_type_id\": 13905,\n            \"email\": \"roberto@clemente.com\",\n            \"org\": \"ABC Incorporated\",\n            \"job_title\": \"Manager\",\n            \"phone\": \"789-555-1212\",\n            \"mobile\": \"\",\n            \"address\": \"\",\n            \"address2\": \"\",\n            \"city\": \"Baltimore\",\n            \"state\": \"MD\",\n            \"country\": \"US\",\n            \"zip\": \"10514\",\n            \"accesskey\": \"4NuG-pgUS\",\n            \"updated_at\": \"2021-04-28T17:34:28.000-04:00\",\n            \"speaker\": {},\n            \"exhibitor\": [\n                {\n                    \"client_id\": null,\n                    \"id\": 338,\n                    \"org\": \"Guitar Store and Studio\",\n                    \"category\": \"Exhibitor\"\n                }\n            ],\n            \"photo_url\": null,\n            \"what_is_your_favorite_cocktail_or_mocktail_\": \"Gimlet\",\n            \"emergency_contact_phone_number\": null,\n            \"event_app_consent\": true,\n            \"activities\": [\n                {\n                    \"id\": 54311,\n                    \"name\": \"Own That Stage! Stage Presence 101\",\n                    \"product_code\": null\n                }\n            ],\n            \"portal_url\": \"/reg/manage/4NuG-pgTV\"\n        }\n    ]\n}"}],"_postman_id":"5d984a89-b5e0-4844-9415-dfcb8eee6c89"},{"name":"Delete Attendee","id":"15a3d283-9ef6-49f1-addd-e5f77392ad96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_id","value":"ABC123","type":"text","description":"<p>Your client ID. Pass either client_id or ep_id.</p>\n"},{"key":"ep_id","value":"123456","type":"text","description":"<p>eventPower ID. Pass either client_id or ep_id.</p>\n"}]},"url":"https://ep-api.eventpower.com/ep_api/attendee/delete","description":"<p>Example of Deleting an attendee</p>\n<p>Note: Only one attendee can be deleted at a time</p>\n","urlObject":{"path":["ep_api","attendee","delete"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15a3d283-9ef6-49f1-addd-e5f77392ad96"},{"name":"List Registration Types","id":"2113871a-9299-4ed7-8d78-8697ef35705c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/reg_type/list","description":"<p>Fetch a list of Reg Types and IDs to use when creating/updating attendees.\nCreate new Reg Types via the admin tools.</p>\n","urlObject":{"path":["ep_api","reg_type","list"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"dab9610f-1b8e-4ecc-8a1e-ef26ed95b181","name":"List Registration Types","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/reg_type/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"1d6c868bb8ed55cee71ba55c48a4e987\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=2b329789028ce30dc1f9891056c34f70; path=/; expires=Fri, 20 Nov 2020 14:27:44 -0000; HttpOnly"},{"key":"X-Request-Id","value":"92ed059e-d5d1-44f6-90ae-0d3885b2731c"},{"key":"X-Runtime","value":"0.739424"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"page_number\": 1,\n    \"more_records\": false,\n    \"page_records\": 3,\n    \"total_records\": 3,\n    \"reg_types\": [\n        {\n            \"category\": \"Exhibitors & Sponsors\",\n            \"name\": \"Sponsor Full Conference\",\n            \"id\": 13976,\n            \"category_id\": 4681\n        },\n        {\n            \"category\": \"Exhibitors & Sponsors\",\n            \"name\": \"Complimentary Exhibitor\",\n            \"id\": 13775,\n            \"category_id\": 4681\n        },\n        {\n            \"category\": \"Member\",\n            \"name\": \"Full Conference\",\n            \"id\": 13905,\n            \"category_id\": 4688\n        }\n    ]\n}"}],"_postman_id":"2113871a-9299-4ed7-8d78-8697ef35705c"},{"name":"List Registration Activities","id":"a0923f32-617d-4995-9482-b37468c6d456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/reg_activity/list","description":"<p>Fetch a list of Activities and IDs to use when creating/updating attendees.\nCreate new Activities via the admin tools.</p>\n","urlObject":{"path":["ep_api","reg_activity","list"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"90b8839f-46c5-45e3-9837-cd6b6503688b","name":"List Registration Activities","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/reg_activity/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"1bdcbd5dd1d7d4a7b5906a0a9656630c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=a1f4bd1318e4b1baea99c657fa14fffd; path=/; expires=Fri, 23 Apr 2021 20:29:04 -0000; HttpOnly"},{"key":"X-Request-Id","value":"fedb7be0-d5c3-4100-91a7-6250b9e0494b"},{"key":"X-Runtime","value":"0.698157"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"page_number\": 1,\n    \"more_records\": false,\n    \"page_records\": 28,\n    \"total_records\": 28,\n    \"activities\": [\n        {\n            \"area\": \"Paid Sessions\",\n            \"name\": \"Diversify Your Message and Audience. How to Genre Crossover\",\n            \"detail\": \"Breaking out of the box of your comfortable genre to increase your audience base. \",\n            \"wait_list_limit\": 0,\n            \"start\": \"2021-11-19T13:00:00-05:00\",\n            \"end\": \"2021-11-19T16:00:00-05:00\",\n            \"id\": 54291,\n            \"area_id\": 5000\n        }\n    ]\n}"}],"_postman_id":"a0923f32-617d-4995-9482-b37468c6d456"}],"id":"319f8850-cc9b-4186-8d78-b27baf41e89b","description":"<p>Manage Attendee records.</p>\n","_postman_id":"319f8850-cc9b-4186-8d78-b27baf41e89b"},{"name":"Speaker","item":[{"name":"Create/Update Speaker","id":"88b3b354-2e32-446a-860a-fedbbfda1d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_id","value":"ABC123","type":"text","description":"<p>Pass either Client ID or eP ID to update.  </p>\n"},{"key":"ep_id","value":"123456","description":"<p>Pass either Client ID or eP ID to update.  </p>\n","type":"text"},{"key":"fname","value":"eP","type":"text"},{"key":"lname","value":"SpeakerTest","type":"text"},{"key":"prefix","value":"","type":"text"},{"key":"suffix","value":"","type":"text"},{"key":"org","value":"ABC Inc.","type":"text"},{"key":"job_title","value":"Manager","type":"text"},{"key":"phone","value":"","type":"text"},{"key":"mobile","value":"","type":"text"},{"key":"email","value":"","type":"text"},{"key":"address","value":"","type":"text"},{"key":"address2","value":"","type":"text"},{"key":"city","value":"","type":"text"},{"key":"state","value":"","type":"text"},{"key":"zip","value":"","type":"text"},{"key":"country","value":"","type":"text"},{"key":"bio","value":"","description":"<p>Presenter's biography</p>\n","type":"text"},{"key":"classifications","value":"","description":"<p>Array of speaker classifications.  Must match classifications defined in speaker setup.</p>\n","type":"text"},{"key":"speaker_photo_url","value":"","description":"<p>URL to speaker photo.  Include http:// or https://</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/speaker/update","urlObject":{"path":["ep_api","speaker","update"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"88b3b354-2e32-446a-860a-fedbbfda1d0d"},{"name":"Fetch Speaker","id":"b3ef9e7c-f63e-4a23-a76b-3a658d0046ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text","description":"<p>Company username</p>\n"},{"key":"password","value":"test","type":"text","description":"<p>Company credentials</p>\n"},{"key":"showcode","value":"21EP-DEMO","type":"text","description":"<p>Code for the show to search</p>\n"},{"key":"client_ids","value":"","type":"text","description":"<p>(Optional) Array of client-defined IDs to fetch.</p>\n"},{"key":"ep_ids","value":"","type":"text","description":"<p>(Optional) Array of eventPower-defined IDs to fetch.</p>\n"},{"key":"include_deleted","value":"","description":"<p>(Optional, defaults to 'false') Boolean that indicates whether or not to include 'deleted' AgendaEvents when fetching.</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/speaker/profile","description":"<p>Example of how to get a Speaker after creatation</p>\n","urlObject":{"path":["ep_api","speaker","profile"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3ef9e7c-f63e-4a23-a76b-3a658d0046ef"},{"name":"Delete Speaker","id":"e83d5850-117e-4b4b-9151-b0119001288b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_id","value":"your_speaker_account_id","type":"text"},{"key":"ep_id","value":"","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/speaker/delete","description":"<p>Example of how to delete a speaker</p>\n","urlObject":{"path":["ep_api","speaker","delete"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e83d5850-117e-4b4b-9151-b0119001288b"}],"id":"dab5ae71-ae15-4a55-92b9-c574e6fca0c9","description":"<p>Manage Speaker Records</p>\n","_postman_id":"dab5ae71-ae15-4a55-92b9-c574e6fca0c9"},{"name":"Agenda","item":[{"name":"Create/Update Agenda Event","id":"36035467-8ebe-4151-a720-fa6da288a0d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"agenda_id","value":"1234","type":"text","description":"<p>Specify which agenda to add/update.  View available agendas in the API Setup tool. REQUIRED.</p>\n"},{"key":"client_id","value":"your_event_id","type":"text"},{"key":"ep_id","value":"","type":"text"},{"key":"title","value":"Very Cool Presentation","type":"text"},{"key":"start","value":"2020-10-29T19:45:00Z","type":"text","description":"<p>ISO 8601 format in GMT</p>\n"},{"key":"end","value":"2020-10-29T16:30:00Z","type":"text","description":"<p>ISO 8601 format in GMT</p>\n"},{"key":"room","value":"Test Room","type":"text","description":"<p>Specify a room to assign.  View available rooms in the API setup tool.</p>\n"},{"key":"description","value":"This is a great event to attend","type":"text"},{"key":"additional_text","value":"","description":"<p>Additional descriptive text to add to the event</p>\n","type":"text"},{"key":"session_code","value":"A.01","description":"<p>Session code, to be displayed in agenda</p>\n","type":"text"},{"key":"presentation_type","value":"","description":"<p>Presentation type.  Blank, or must match a valid type defined in the setup</p>\n","type":"text"},{"key":"track_names","value":"[\"Sales\", \"Marketing\"]","description":"<p>Pass as single track name or array of track names.  Must match a track name defined in the eventPower speaker setup.</p>\n","type":"text"},{"key":"designation","value":"","description":"<p>Session Designation.  Blank, or must match a valid designation defined in setup</p>\n","type":"text"},{"key":"speaker_client_ids","value":"your_speaker_account_id","type":"text","description":"<p>Link to already created speakers.  Pass either string for one speaker, or array of strings for multiple speakers.</p>\n"},{"key":"speaker_ep_ids","value":"","description":"<p>Link to already created speakers.  Pass either string for one speaker, or array of strings for multiple speakers.</p>\n","type":"text"},{"key":"parent_event_id","value":"","description":"<p>Add this below an existing event as a sub-event.</p>\n","type":"text"},{"key":"heading_event","value":"false","description":"<p>Boolean, is this a header containing sub-events?</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/agenda/update","description":"<p>Example of how to create or update an agenda event</p>\n","urlObject":{"path":["ep_api","agenda","update"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"36035467-8ebe-4151-a720-fa6da288a0d6"},{"name":"Fetch Agenda Event","id":"d6c0e428-fab2-4cd5-a956-6e6e8f96627c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text","description":"<p>Company Username</p>\n"},{"key":"password","value":"test","type":"text","description":"<p>Password for the company.</p>\n"},{"key":"showcode","value":"21EP-DEMO","type":"text","description":"<p>Code for the show to search.</p>\n"},{"key":"agenda_id","value":"1113","type":"text","description":"<p>ID of the specific agenda to fetch.</p>\n","disabled":true},{"key":"client_ids","value":"[\"xyz-123\", 123]","type":"text","description":"<p>Array of client-defined IDs to fetch.</p>\n","disabled":true},{"key":"ep_ids","value":"[79289, 123]","description":"<p>Array of eventPower-defined IDs to fetch.</p>\n","type":"text","disabled":true},{"key":"include_deleted","value":"false","description":"<p>(Optional, defaults to 'false') Boolean that indicates whether or not to include 'deleted' AgendaEvents when fetching.</p>\n","type":"text","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/agenda/show","description":"<p>Example of how to get the agenda event details</p>\n","urlObject":{"path":["ep_api","agenda","show"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"1983bf99-da38-48a3-9f2f-93f28271e0f4","name":"Fetch Agenda Event","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text","description":"Company Username"},{"key":"password","value":"test","type":"text","description":"Password for the company."},{"key":"showcode","value":"21EP-DEMO","type":"text","description":"Code for the show to search."},{"key":"agenda_id","value":"1113","type":"text","description":"ID of the specific agenda to fetch.","disabled":true},{"key":"client_ids","value":"[\"xyz-123\", 123]","type":"text","description":"Array of client-defined IDs to fetch.","disabled":true},{"key":"ep_ids","value":"[79291]","description":"Array of eventPower-defined IDs to fetch.","type":"text"},{"key":"include_deleted","value":"true","description":"(Optional, defaults to 'false') Boolean that indicates whether or not to include 'deleted' AgendaEvents when fetching.","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/agenda/show"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"e52a2b28efe40f80c97a34f25425847e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=076aaf7913fe78b13c3521aaa54adb8b; path=/; expires=Mon, 12 Aug 2024 16:36:03 -0000; HttpOnly"},{"key":"X-Request-Id","value":"b12eea0c-08bf-4000-bf70-200f890ea71a"},{"key":"X-Runtime","value":"0.119787"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"include_deleted\": true,\n    \"record_count\": 1,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"agenda_events\": [\n        {\n            \"client_id\": \"client_uuid\",\n            \"ep_id\": 79291,\n            \"agenda_id\": 1113,\n            \"parent_event_id\": 79289,\n            \"parent_client_id\": null,\n            \"heading_event\": false,\n            \"title\": \"Welcome Reception: BBQ on the Lawn\",\n            \"start\": \"2022-07-28T22:00:00Z\",\n            \"end\": \"2022-07-29T03:59:00Z\",\n            \"description\": \"\",\n            \"additional_text\": \"\",\n            \"virtual_url\": \"\",\n            \"sort_order\": null,\n            \"updated_at\": \"2024-08-02T16:35:53Z\",\n            \"deleted\": false,\n            \"room_name\": null,\n            \"venue_name\": null,\n            \"room_id\": null\n        }\n    ]\n}"}],"_postman_id":"d6c0e428-fab2-4cd5-a956-6e6e8f96627c"},{"name":"Delete Agenda Event","id":"66d6f20b-364e-4958-aa75-a4c977aff3ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"agenda_id","value":"1283","type":"text"},{"key":"client_id","value":"your_event_id","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/agenda/delete","description":"<p>Example of how to delete an agenda event.</p>\n","urlObject":{"path":["ep_api","agenda","delete"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"8709aa97-e4c1-415f-a951-a495fee83496","name":"Delete Agenda Event","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"agenda_id","value":"1283","type":"text"},{"key":"client_id","value":"your_event_id","type":"text","disabled":true},{"key":"ep_id","value":"79289","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/agenda/delete"},"status":"Success","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"eventpower_tools_session_=ae51f9d911511a08c7da0c240e69e870; path=/; expires=Sat, 29 Jul 2023 17:25:47 -0000; HttpOnly"},{"key":"X-Request-Id","value":"737fbf8c-b16a-49ea-b5dd-dcf69058a5dc"},{"key":"X-Runtime","value":"0.122151"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"msg\": \"VIP Reception deleted successfully\"\n}"}],"_postman_id":"66d6f20b-364e-4958-aa75-a4c977aff3ad"}],"id":"760191a5-6605-40e1-8512-c0b9ef6dcbdb","description":"<p>Manage Agenda Events and Presentations.  Link to agenda events to speakers.</p>\n","_postman_id":"760191a5-6605-40e1-8512-c0b9ef6dcbdb"},{"name":"Exhibitor","item":[{"name":"Booths","item":[{"name":"Get Exhibitor Booth","id":"21423919-68e9-408f-862f-90affe116453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"exhibitor_booth_ids","value":"211","description":"<p>Provide either a string (one record) or array of strings (multiple records). </p>\n","type":"text","disabled":true},{"key":"exhibitor_ids","value":"[334, 335]","type":"text"},{"key":"exhibitor_client_ids","value":"","type":"text","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_booth/get","description":"<p>Get exhibitor booths assigned. All exhibitor booths are available, or specify by ep_id, or client_id.</p>\n","urlObject":{"path":["ep_api","exhibitor_booth","get"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"9ea0d084-54ef-49e2-a98f-1afa2a4c2e3f","name":"Get Exhibitor Booth","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"booth_ids","value":"211","description":"Provide either a string (one record) or array of strings (multiple records). ","type":"text","disabled":true},{"key":"exhibitor_ids","value":"[334, 335]","type":"text"},{"key":"exhibitor_client_ids","value":"","type":"text","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_booth/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"86a049dada34f009f966ef96b1e5582f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=763d61f4ff2aea7741a41f1e6b14cd64; path=/; expires=Sat, 19 Oct 2024 14:53:02 -0000; HttpOnly"},{"key":"X-Request-Id","value":"9e883e9f-13c6-4682-9669-3482d0c1d855"},{"key":"X-Runtime","value":"0.051677"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"exhibitor_booths\": [\n        {\n            \"booth_id\": 210,\n            \"exhibitor_id\": 334,\n            \"exhibitor_client_id\": null,\n            \"booth_type_title\": \"Exhibitor\",\n            \"booth_size\": \"10x10\",\n            \"booth_numbers\": [\n                \"101\"\n            ]\n        },\n        {\n            \"booth_id\": 211,\n            \"exhibitor_id\": 335,\n            \"exhibitor_client_id\": null,\n            \"booth_type_title\": \"Exhibitor\",\n            \"booth_size\": \"10x10\",\n            \"booth_numbers\": [\n                \"103\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"21423919-68e9-408f-862f-90affe116453"}],"id":"b8d1a285-0ab1-477b-929d-f49a76b63b0d","_postman_id":"b8d1a285-0ab1-477b-929d-f49a76b63b0d","description":""},{"name":"Contacts","item":[{"name":"Fetch Contact","id":"b711fef6-7d9a-438e-a407-49ef571abc4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_ids","value":"[608]","description":"<p>Provide either a number (one record) or array of numbers (multiple records).  Provide either \nep_ids, exhibitor_ids, or exhibitor_client_ids to identify which records to fetch</p>\n","type":"text","disabled":true},{"key":"exhibitor_ids","value":"334","type":"text","description":"<p>Provide either a number (one record) or array of numbers (multiple records).</p>\n","disabled":true},{"key":"exhibitor_client_ids","value":"ABC123","description":"<p>Provide either a string (one record) or array of strings (multiple records).</p>\n","type":"text","uuid":"528dcd97-f3d8-43c7-8da6-379c31c4ef14","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_contact/profile","description":"<p>Get Exhibitor Contacts.</p>\n<p>Contacts can include Sales and Billing contracts assigned to the exhibitor.</p>\n<p>Fetch contacts via Exhibitor ID, or Exhibitor Client ID, or the specific Contact ID.</p>\n<p>Contacts are also available via the Exhibitor.fetch endpoint using the expand: contacts feature.</p>\n","urlObject":{"path":["ep_api","exhibitor_contact","profile"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"1b37aeb6-3b08-4c45-8bac-8885d37aa551","name":"Fetch Contact","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_ids","value":"[608]","description":"Provide either a number (one record) or array of numbers (multiple records).  Provide either \nep_ids, exhibitor_ids, or exhibitor_client_ids to identify which records to fetch","type":"text","disabled":true},{"key":"exhibitor_ids","value":"334","type":"text","description":"Provide either a number (one record) or array of numbers (multiple records).","disabled":true},{"key":"exhibitor_client_ids","value":"ABC123","description":"Provide either a string (one record) or array of strings (multiple records).","type":"text","uuid":"528dcd97-f3d8-43c7-8da6-379c31c4ef14","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_contact/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"113b3472547eba9b604678c898b7df17\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=39d4ba229926a478a43c3fc4cb8482d2; path=/; expires=Sat, 05 Apr 2025 13:28:30 -0000; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"9aa5aa2d-d688-45a7-9a11-47c4a5a73909"},{"key":"X-Runtime","value":"0.061404"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"content-security-policy","value":"default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-src *; img-src * data: blob: 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * data: blob: 'unsafe-inline'"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"id\": 608,\n            \"contact_type\": \"Sales\",\n            \"exhibitor_id\": 334,\n            \"fname\": \"Alina\",\n            \"lname\": \"Dupont\",\n            \"org\": \"eventPower\",\n            \"job_title\": null,\n            \"email\": \"adupont@eventpower.com\",\n            \"phone\": \"7037401123\",\n            \"address\": null,\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null\n        }\n    ]\n}"}],"_postman_id":"b711fef6-7d9a-438e-a407-49ef571abc4b"},{"name":"Update Contact","id":"866df880-13a1-4383-b2e3-26411f5d7932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"exhibitor_id","value":"334","type":"text","description":"<p>Link contact to exhibitor (required when creating a new contact)</p>\n","disabled":true},{"key":"exhibitor_client_ids","value":"ABC123","description":"<p>Link contact to exhibitor (required when creating a new contact)</p>\n","type":"text","uuid":"528dcd97-f3d8-43c7-8da6-379c31c4ef14","disabled":true},{"key":"contacts","value":"","type":"text","uuid":"258bb8df-9842-4127-9c37-fbb7b69ca23e"}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_contact/update","urlObject":{"path":["ep_api","exhibitor_contact","update"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"1b95c1d9-d207-4c66-a250-0e71e08c7da0","name":"Fetch Contact","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_ids","value":"[608]","description":"Provide either a number (one record) or array of numbers (multiple records).  Provide either \nep_ids, exhibitor_ids, or exhibitor_client_ids to identify which records to fetch","type":"text","disabled":true},{"key":"exhibitor_ids","value":"334","type":"text","description":"Provide either a number (one record) or array of numbers (multiple records).","disabled":true},{"key":"exhibitor_client_ids","value":"ABC123","description":"Provide either a string (one record) or array of strings (multiple records).","type":"text","uuid":"528dcd97-f3d8-43c7-8da6-379c31c4ef14","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_contact/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"113b3472547eba9b604678c898b7df17\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=39d4ba229926a478a43c3fc4cb8482d2; path=/; expires=Sat, 05 Apr 2025 13:28:30 -0000; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"9aa5aa2d-d688-45a7-9a11-47c4a5a73909"},{"key":"X-Runtime","value":"0.061404"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"content-security-policy","value":"default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-src *; img-src * data: blob: 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * data: blob: 'unsafe-inline'"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"id\": 608,\n            \"contact_type\": \"Sales\",\n            \"exhibitor_id\": 334,\n            \"fname\": \"Alina\",\n            \"lname\": \"Dupont\",\n            \"org\": \"eventPower\",\n            \"job_title\": null,\n            \"email\": \"adupont@eventpower.com\",\n            \"phone\": \"7037401123\",\n            \"address\": null,\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null\n        }\n    ]\n}"}],"_postman_id":"866df880-13a1-4383-b2e3-26411f5d7932"},{"name":"Delete Contact","id":"f6243243-929c-47fd-a2b0-e3ba7621b63b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_id","value":"608","description":"<p>Provide either a number (one record) or array of numbers (multiple records).  Provide either \nep_ids, exhibitor_ids, or exhibitor_client_ids to identify which records to fetch</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_contact/delete","description":"<p>Allows deleting of one or multiple exhibitor contacts.</p>\n","urlObject":{"path":["ep_api","exhibitor_contact","delete"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"2f262dd8-dacd-40e5-8f89-88aa4c1605c1","name":"Fetch Contact","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_ids","value":"[608]","description":"Provide either a number (one record) or array of numbers (multiple records).  Provide either \nep_ids, exhibitor_ids, or exhibitor_client_ids to identify which records to fetch","type":"text","disabled":true},{"key":"exhibitor_ids","value":"334","type":"text","description":"Provide either a number (one record) or array of numbers (multiple records).","disabled":true},{"key":"exhibitor_client_ids","value":"ABC123","description":"Provide either a string (one record) or array of strings (multiple records).","type":"text","uuid":"528dcd97-f3d8-43c7-8da6-379c31c4ef14","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor_contact/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"113b3472547eba9b604678c898b7df17\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=39d4ba229926a478a43c3fc4cb8482d2; path=/; expires=Sat, 05 Apr 2025 13:28:30 -0000; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"9aa5aa2d-d688-45a7-9a11-47c4a5a73909"},{"key":"X-Runtime","value":"0.061404"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"content-security-policy","value":"default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-src *; img-src * data: blob: 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * data: blob: 'unsafe-inline'"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"contacts\": [\n        {\n            \"id\": 608,\n            \"contact_type\": \"Sales\",\n            \"exhibitor_id\": 334,\n            \"fname\": \"Alina\",\n            \"lname\": \"Dupont\",\n            \"org\": \"eventPower\",\n            \"job_title\": null,\n            \"email\": \"adupont@eventpower.com\",\n            \"phone\": \"7037401123\",\n            \"address\": null,\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null\n        }\n    ]\n}"}],"_postman_id":"f6243243-929c-47fd-a2b0-e3ba7621b63b"}],"id":"dbdcc5ba-b564-410f-ac72-5b4b3932a9b6","_postman_id":"dbdcc5ba-b564-410f-ac72-5b4b3932a9b6","description":""},{"name":"Exhibitors","item":[{"name":"Fetch Exhibitor","id":"c3304f2c-3a41-4ec7-a256-c7d76781ecb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_ids","value":"ABC123","type":"text","description":"<p>Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch</p>\n","disabled":true},{"key":"ep_ids","value":"[\"123456\", \"987654\"]","description":"<p>Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch</p>\n","type":"text","disabled":true},{"key":"last_updated_days","value":"14","description":"<p>Only exhibitors who have had data updated in the past number of days</p>\n","type":"text","disabled":true},{"key":"last_updated_since","value":"2025-01-01T14:15:00Z","description":"<p>Only exhibitors who have been updated since a certain timestamp. Utilize ISO 8601 formatted time stamp</p>\n","type":"text","disabled":true},{"key":"expand","value":"[\"booths\", \"sponsorships\", \"contacts\", \"logo\", \"reg_passes\"]","description":"<p>Include additional datasets with this exhibitor to include: Booths, Sponsorships, Contacts, Logo, and/or Reg_Passes</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor/profile","urlObject":{"path":["ep_api","exhibitor","profile"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"5e983f3e-5a65-4bfe-9310-388fdc833fda","name":"Fetch Exhibitor","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_ids","value":"ABC123","type":"text","description":"Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch","disabled":true},{"key":"ep_ids","value":"[\"123456\", \"987654\"]","description":"Provide either a string (one record) or array of strings (multiple records).  Provide either a client_id or ep_id to identify which records to fetch","type":"text","disabled":true},{"key":"last_updated_days","value":"14","description":"Only exhibitors who have had data updated in the past number of days","type":"text","disabled":true},{"key":"last_updated_since","value":"2025-01-01T14:15:00Z","description":"Only exhibitors who have been updated since a certain timestamp. Utilize ISO 8601 formatted time stamp","type":"text","disabled":true},{"key":"expand","value":"[\"booths\", \"sponsorships\", \"contacts\", \"logo\"]","description":"Include 'booths' in an array or string to expand the booths section of the response","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"87fd8895f9c587cebea5632454e5e475\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=39d4ba229926a478a43c3fc4cb8482d2; path=/; expires=Sat, 05 Apr 2025 13:18:46 -0000; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"945b6867-1b36-47f2-86a2-c99e2576e378"},{"key":"X-Runtime","value":"0.442264"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"content-security-policy","value":"default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-src *; img-src * data: blob: 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * data: blob: 'unsafe-inline'"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"page_number\": 1,\n    \"more_records\": false,\n    \"page_records\": 1,\n    \"total_records\": 1,\n    \"exhibitors\": [\n        {\n            \"client_id\": null,\n            \"ep_id\": 334,\n            \"org\": \"Music Festival\",\n            \"category\": \"Exhibitor\",\n            \"premium_designation\": null,\n            \"web_url\": \"https://www.musicfest.com/\",\n            \"overview\": \"Music Festival is a 2 day pop music event that takes place in Austin, TX.\",\n            \"updated_at\": \"2025-03-12T13:05:48Z\",\n            \"portal_url\": \"http://localhost:3000/exhibits/portal/index/4tZfsdwx-GVnhxu4b\",\n            \"active\": true,\n            \"cancel_datetime\": null,\n            \"booths\": [\n                {\n                    \"exhibitor_booth_id\": 210,\n                    \"exhibitor_id\": 334,\n                    \"exhibitor_client_id\": null,\n                    \"booth_type_title\": \"Exhibitor\",\n                    \"booth_size\": \"10x10\",\n                    \"booth_equivalency\": 1,\n                    \"booth_numbers\": [\n                        \"101\"\n                    ]\n                }\n            ],\n            \"sponsorships\": [\n                {\n                    \"sponsorship_name\": \"Premier Sponsors\",\n                    \"category_name\": \"Sponsorship Levels\",\n                    \"sponsorship_id\": 1189,\n                    \"category_id\": 95,\n                    \"qty\": 1,\n                    \"cost_each\": \"25750.0\",\n                    \"cost_total\": \"25750.0\"\n                }\n            ],\n            \"contacts\": [\n                {\n                    \"id\": 608,\n                    \"contact_type\": \"Sales\",\n                    \"exhibitor_id\": 334,\n                    \"fname\": \"Alina\",\n                    \"lname\": \"Dupont\",\n                    \"org\": \"eventPower\",\n                    \"job_title\": null,\n                    \"email\": \"adupont@eventpower.com\",\n                    \"phone\": \"7037401123\",\n                    \"address\": null,\n                    \"address2\": null,\n                    \"city\": null,\n                    \"state\": null,\n                    \"zip\": null,\n                    \"country\": null\n                }\n            ],\n            \"logo\": {\n                \"small\": \"https://eventpower-res.cloudinary.com/image/upload/c_fit,h_65,w_125/q_auto/v1/21ep-demo/exhibitor/logos/sfr1oo4n9gkkc1kkerxt.jpg\",\n                \"large\": \"https://eventpower-res.cloudinary.com/image/upload/c_fit,h_150,w_500/q_auto/v1/21ep-demo/exhibitor/logos/sfr1oo4n9gkkc1kkerxt.jpg\",\n                \"original\": \"https://eventpower-res.cloudinary.com/image/upload/v1/21ep-demo/exhibitor/logos/sfr1oo4n9gkkc1kkerxt.png\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c3304f2c-3a41-4ec7-a256-c7d76781ecb9"},{"name":"Create/Update Exhibitor","id":"7f3ce11e-b3e5-4078-9f28-8a0eb5283839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","type":"text","value":"test"},{"key":"password","type":"text","value":"test"},{"key":"showcode","type":"text","value":"21EP-DEMO"},{"description":"<p>Company name (required)</p>\n","key":"org","type":"text","value":"ABC Inc."},{"description":"<p>Pass either Client ID or eP ID to update.  </p>\n","key":"client_id","type":"text","value":"ABC123"},{"key":"ep_id","value":"","description":"<p>Pass either Client ID or eP ID to update.  </p>\n","type":"text"},{"description":"<p>Must be a valid category defined in the exhibit setup (required)</p>\n","key":"category","type":"text","value":"Sponsor"},{"description":"<p>Must be a valid premium designation defined in the exhibit setup.  (optional)</p>\n","key":"premium_designation","type":"text","value":"Diamond Threshold Sponsor"},{"description":"<p>Company's website.  Should include http:// or https:// and must be a valid address</p>\n","key":"web_url","type":"text","value":"https://google.com"},{"description":"<p>Text of company overview</p>\n","key":"overview","type":"text","value":""}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor/update","description":"<p>Create or update an exhibitor.  Both create and update are the same POST call and determines whether to create new or update based on passing either an ep_id or client_id as a unique identifier.</p>\n<p>Custom fields can be managed and added using the API tab in Exhibit Setup.\nAvailable reg types are listed in the API tab in Exhibit Setup.</p>\n","urlObject":{"path":["ep_api","exhibitor","update"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"bc0c688c-eb35-4400-afc1-4c3bd5c6e340","name":"Create/Update Exhibitor","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","type":"text","value":"test"},{"key":"password","type":"text","value":"test"},{"key":"showcode","type":"text","value":"21EP-DEMO"},{"description":"Company name (required)","key":"org","type":"text","value":"ABC Inc."},{"description":"Pass either Client ID or eP ID to update.  ","key":"client_id","type":"text","value":"ABC123"},{"key":"ep_id","value":"","description":"Pass either Client ID or eP ID to update.  ","type":"text"},{"description":"Must be a valid category defined in the exhibit setup (required)\n","key":"category","type":"text","value":"Sponsor"},{"description":"Must be a valid premium designation defined in the exhibit setup.  (optional)","key":"premium_designation","type":"text","value":"Diamond Threshold Sponsor","disabled":true},{"description":"Company's website.  Should include http:// or https:// and must be a valid address","key":"web_url","type":"text","value":"https://google.com"},{"description":"Text of company overview","key":"overview","type":"text","value":""}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"5903481f29761bbf80c55a3e0358b08b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=39d4ba229926a478a43c3fc4cb8482d2; path=/; expires=Sat, 22 Mar 2025 18:47:41 -0000; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"8a045f0c-f9c5-488d-921c-fded98cdc08f"},{"key":"X-Runtime","value":"0.917354"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"content-security-policy","value":"default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-src *; img-src * data: blob: 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * data: blob: 'unsafe-inline'"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"ep_id\": 78420,\n    \"client_id\": \"ABC123\"\n}"}],"_postman_id":"7f3ce11e-b3e5-4078-9f28-8a0eb5283839"},{"name":"Delete Exhibitor","id":"6896d71f-f567-4a23-ba91-4306e5a188e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_id","value":"ABC123","type":"text","description":"<p>Your client ID. Pass either client_id or ep_id.</p>\n","disabled":true},{"key":"ep_id","value":"123","type":"text","description":"<p>eventPower ID. Pass either client_id or ep_id.</p>\n","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor/delete","description":"<p>Delete an Exhibitor</p>\n<p>Note: Only one exhibitor can be deleted at a time</p>\n","urlObject":{"path":["ep_api","exhibitor","delete"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"d4e10345-c350-46ee-bd37-f780402b7279","name":"Delete Exhibitor","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"client_id","value":"ABC123","type":"text","description":"Your client ID. Pass either client_id or ep_id.","disabled":true},{"key":"ep_id","value":"123","type":"text","description":"eventPower ID. Pass either client_id or ep_id.","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/exhibitor/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"96db0c46e8663c341c39aacbdbc95b35\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=39d4ba229926a478a43c3fc4cb8482d2; path=/; expires=Sat, 22 Mar 2025 18:39:56 -0000; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"1066d600-ecaf-4354-a4e1-a5c5feb3d029"},{"key":"X-Runtime","value":"0.719988"},{"key":"x-frame-options","value":"sameorigin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"0"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"content-security-policy","value":"default-src * data: blob: 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-src *; img-src * data: blob: 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * data: blob: 'unsafe-inline'"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"msg\": \"Company ABC Inc deleted successfully\"\n}"}],"_postman_id":"6896d71f-f567-4a23-ba91-4306e5a188e7"}],"id":"eaa4904e-9197-4bdc-8efe-2db36413bb76","_postman_id":"eaa4904e-9197-4bdc-8efe-2db36413bb76","description":""}],"id":"1b1b51b6-966c-413d-ae1d-7de1551e9e7a","description":"<p>Manage exhibitor records.</p>\n","event":[{"listen":"prerequest","script":{"id":"abfb2416-6352-4608-b9ef-842c3c8927ef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"68ee78f7-0a11-4967-8b15-121cd019aa3e","type":"text/javascript","exec":[""]}}],"_postman_id":"1b1b51b6-966c-413d-ae1d-7de1551e9e7a"},{"name":"Virtual Platform Data","item":[{"name":"Get Session Engagement v2","id":"f9354021-46ed-49c4-82a6-ab2f42874489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"page_number","value":"1","description":"<p>200 records fetched per page</p>\n","type":"text"},{"key":"all","value":"true","description":"<p>Pass true to list all attendees in all sessions</p>\n","type":"text","disabled":true},{"key":"attendee_ep_ids","value":"2558097","description":"<p>Specify one or an array of Attendee eventPower IDs</p>\n","type":"text"},{"key":"attendee_client_ids","value":"","description":"<p>Specify one or an array of Attendee client IDs</p>\n","type":"text","disabled":true},{"key":"session_ep_ids","value":"","description":"<p>Specify one or an array of Session client IDs</p>\n","type":"text","disabled":true},{"key":"session_client_ids","value":"","description":"<p>Specify one or an array of Session client IDs</p>\n","type":"text","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/export/session_engagement_joins","description":"<p>Get session data based on attendees and which sessions they attended.  Details include join/leave times and duration in session.</p>\n<p>Note that <code>time_left</code> and <code>minutes_in_session</code> may be null if attendee does not leave session cleanly.</p>\n","urlObject":{"path":["ep_api","export","session_engagement_joins"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"77d59eba-215a-4bbb-bd30-8f0949272f11","name":"Get Session Engagement v2","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"page_number","value":"1","description":"200 records fetched per page","type":"text"},{"key":"all","value":"true","description":"Pass true to list all attendees in all sessions","type":"text","disabled":true},{"key":"attendee_ep_ids","value":"2558097","description":"Specify one or an array of Attendee eventPower IDs","type":"text"},{"key":"attendee_client_ids","value":"","description":"Specify one or an array of Attendee client IDs","type":"text","disabled":true},{"key":"session_ep_ids","value":"","description":"Specify one or an array of Session client IDs","type":"text","disabled":true},{"key":"session_client_ids","value":"","description":"Specify one or an array of Session client IDs","type":"text","disabled":true}]},"url":"https://ep-api.eventpower.com/ep_api/export/session_engagement_joins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"5db606743c30f9f5210c9686b5a5bc57\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=68d722a346e4fc921203146f2c51992c; path=/; expires=Fri, 22 Oct 2021 17:02:50 -0000; HttpOnly"},{"key":"X-Request-Id","value":"9c9a934b-fe41-4782-8f7e-b233b665752d"},{"key":"X-Runtime","value":"2.755316"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"page_number\": 1,\n    \"more_records\": false,\n    \"page_records\": 1,\n    \"attendee_session_logs\": [\n        {\n            \"agenda_event\": {\n                \"ep_id\": 79295,\n                \"client_id\": null,\n                \"title\": \"Breakfast Session\",\n                \"start_time\": \"2021-11-19T07:00:00-05:00\",\n                \"end_time\": \"2021-11-19T08:00:00-05:00\",\n                \"attendees\": [\n                    {\n                        \"ep_id\": 2558097,\n                        \"client_id\": null,\n                        \"fname\": \"Bob\",\n                        \"lname\": \"Smith\",\n                        \"org\": \"eventPower\",\n                        \"email\": \"bob@eventpower.com\",\n                        \"reg_type\": \"Full Conference\",\n                        \"time_joined\": \"2021-11-19T11:16:57-04:00\",\n                        \"time_left\": \"2021-04-20T11:21:11-04:00\",\n                        \"minutes_in_session\": 5,\n                        \"video_type\": \"live\",\n                        \"attention_check_successful\": 3,\n                        \"attention_check_missed\": 1\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"f9354021-46ed-49c4-82a6-ab2f42874489"},{"name":"Session Logs (DEPRECATED)","id":"8fe1fe70-ee2d-4dff-b124-c2dad3aad999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_id","value":"","type":"text","description":"<p>Agenda session id (eventPower ID)</p>\n"},{"key":"client_id","value":"","type":"text","description":"<p>Agenda session id (client ID)</p>\n"}]},"url":"https://ep-api.eventpower.com/ep_api/export/session_logs","description":"<p>Provides raw attendee logs for a given session including when the attendee joined, left, attention checks, and survey clicks.</p>\n<p>This endpoint is still available and usable, but the functionality has been replaced by the Get Session Engagement v2 endpoint. This endpoint will be removed in the future.</p>\n<p>Actions include: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"view session\" (joined session)    \n\"left session\" (left session)\n\"session waiting room\" (arrived in the session waiting room)\n\"checked in during session\" (attention check responded affirmatively)\n\"did not check in during session\" (attention check did not respond (timed out))\n\"clicks session survey\" (initiated the session survey)\n</code></pre>","urlObject":{"path":["ep_api","export","session_logs"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"e2981cb0-9e83-458f-b655-c791b63148c0","name":"Session Logs","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_id","value":"80181","type":"text","description":"Agenda session id (eventPower ID)"},{"key":"client_id","value":"","type":"text","description":"Agenda session id (client ID)"}]},"url":"https://ep-api.eventpower.com/ep_api/export/session_logs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"d27897890735a65067c6a8c056d85de6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=8f7c3b9b4da5243a279c4d6bb48f6fb6; path=/; expires=Sat, 06 Mar 2021 14:42:20 -0000; HttpOnly"},{"key":"X-Request-Id","value":"00f7beae-d0a8-4d7b-8ed2-269200912f0c"},{"key":"X-Runtime","value":"0.464183"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"session\": [\n        {\n            \"title\": \"Catch the Eye of the World\",\n            \"ep_id\": 80181,\n            \"client_id\": \"cteotw21\"\n        }\n    ],\n    \"total_actions\": 3,\n    \"total_attendees\": 2,\n    \"attendees\": [\n        {\n            \"fname\": \"Michael\",\n            \"lname\": \"Bongorno\",\n            \"ep_id\": 2558240,\n            \"client_id\": null,\n            \"actions\": [\n                {\n                    \"action\": \"view session\",\n                    \"timestamp\": \"2020-09-18T13:26:58Z\"\n                }\n            ]\n        },\n        {\n            \"fname\": \"Mike\",\n            \"lname\": \"McCarthy\",\n            \"ep_id\": 2558097,\n            \"client_id\": null,\n            \"actions\": [\n                {\n                    \"action\": \"view session\",\n                    \"timestamp\": \"2021-02-19T18:14:42Z\"\n                },\n                {\n                    \"action\": \"left session\",\n                    \"timestamp\": \"2021-01-10T23:44:01Z\"\n                },\n            ]\n        }\n    ]\n}"}],"_postman_id":"8fe1fe70-ee2d-4dff-b124-c2dad3aad999"}],"id":"d9daade6-0dea-4af3-85de-9efd955f6a90","event":[{"listen":"prerequest","script":{"id":"f9939506-58bd-4fa2-bb7b-378191edcf8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae4425c8-f9a4-409c-a6b0-427a231487d4","type":"text/javascript","exec":[""]}}],"_postman_id":"d9daade6-0dea-4af3-85de-9efd955f6a90","description":""},{"name":"Networking","item":[{"name":"Check In Attendee","id":"a9e77aa6-5b4d-4e11-a457-e5a7b0417fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_id","value":"\"123456\"","description":"<p>Provide either a string (one record).  Provide ep_id to identify which attendee should be checked in.</p>\n","type":"text"},{"key":"meeting_id","value":"\"7891\"","description":"<p>Provide the id of the meeting that the attendee is to be checked into.</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/networking/meeting_check_in","urlObject":{"path":["ep_api","networking","meeting_check_in"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9e77aa6-5b4d-4e11-a457-e5a7b0417fa9"}],"id":"9632230a-fcf7-4ff1-aba9-e287cab09f92","_postman_id":"9632230a-fcf7-4ff1-aba9-e287cab09f92","description":""},{"name":"Session Tracking","item":[{"name":"Get All Session Tracking","id":"25396156-d2e9-4d8e-80e4-03b155774675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_id","value":"123456","description":"<p>Provide either a string (one record).  Provide ep_id to identify which attendee should be checked in.</p>\n","type":"text","disabled":true},{"key":"session_tracking_id","value":"3739","description":"<p>Provide the id of the session. (leave blank to get all sessions)</p>\n","type":"text","disabled":true},{"key":"last_updated_date","value":"","description":"<p>Pull sessions who have been updated since the specified datetime. Enter as ISO8601 formatted time.  Ex: 2021-05-04T01:46:34Z</p>\n","type":"text"},{"key":"agenda_event_id","value":"","description":"<p>Provide the agenda event id of the session</p>\n","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/session_tracking/get_all","urlObject":{"path":["ep_api","session_tracking","get_all"],"host":["https://ep-api.eventpower.com"],"query":[],"variable":[]}},"response":[{"id":"c714697c-6bdd-4f10-a2b6-dbe9387e3472","name":"Get All Session Tracking","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company","value":"test","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"showcode","value":"21EP-DEMO","type":"text"},{"key":"ep_id","value":"123456","description":"Provide either a string (one record).  Provide ep_id to identify which attendee should be checked in.","type":"text","disabled":true},{"key":"session_tracking_id","value":"","description":"Provide the id of the session. (leave blank to get all sessions)","type":"text","disabled":true},{"key":"last_updated_date","value":"","description":"Pull sessions who have been updated since the specified datetime. Enter as ISO8601 formatted time.  Ex: 2021-05-04T01:46:34Z","type":"text","disabled":true},{"key":"agenda_event_id","value":"79291","description":"Provide the agenda event id of the session","type":"text"}]},"url":"https://ep-api.eventpower.com/ep_api/session_tracking/get_all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"d4bdedcb3022b9d65441b25a31ba5e91\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"eventpower_tools_session_=076aaf7913fe78b13c3521aaa54adb8b; path=/; expires=Mon, 12 Aug 2024 16:38:39 -0000; HttpOnly"},{"key":"X-Request-Id","value":"8ef18747-3ec7-4b4f-9eaa-632aaa57c244"},{"key":"X-Runtime","value":"6.119145"},{"key":"Connection","value":"close"},{"key":"Server","value":"thin"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"show\": [\n        {\n            \"showcode\": \"21EP-DEMO\",\n            \"showname\": \"eventPower Demo\"\n        }\n    ],\n    \"page_number\": 1,\n    \"more_records\": false,\n    \"page_records\": 1,\n    \"total_records\": 1149,\n    \"sessions\": [\n        {\n            \"session_name\": \"Welcome Reception: BBQ on the Lawn\",\n            \"session_scaning_id\": 3739,\n            \"agenda_event_id\": 79291,\n            \"agenda_event_client_id\": \"client_uuid\",\n            \"presentation_client_id\": null,\n            \"attendees\": [\n                [\n                    {\n                        \"accesskey\": \"PHKE-HMFm\",\n                        \"attendee_name\": \"Tiffany Witter\",\n                        \"scan_time\": \"2022-07-28T13:19:11-04:00\",\n                        \"attendee_ep_id\": 4861744,\n                        \"attendee_client_id\": null,\n                        \"updated_at\": \"2022-07-28T13:20:26.000-04:00\"\n                    } ...\n                ]\n            ]\n        }\n    ]\n}"}],"_postman_id":"25396156-d2e9-4d8e-80e4-03b155774675"}],"id":"9757333e-95e5-4191-a216-397f394ab6ab","_postman_id":"9757333e-95e5-4191-a216-397f394ab6ab","description":""}],"event":[{"listen":"prerequest","script":{"id":"9292f073-963d-4e12-bf21-fde9fc30fd75","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e4892e1-81cf-4e71-86d1-4ada8dc4572c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"password","value":"test"},{"key":"showcode","value":"21EP-DEMO"},{"key":"company","value":"test"},{"key":"base_url","value":"https://ep-api.eventpower.com"}]}