{"info":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","description":"<html><head></head><body><p>This documentation is for the EventConnect API v3.</p>\n<h4 id=\"character-support\">Character Support</h4>\n<p>Currently the API only supports UTF8mb3 characters. Sending unsupported characters may result in an error.</p>\n<h4 id=\"deprecations\">Deprecations</h4>\n<p>Endpoints that have been marked as deprecated will return a <code>X-Deprecated-At</code> header in their response which contains the date it was deprecated. Endpoints marked as deprecated will be removed in a future version.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14711118","collectionId":"d6131307-c789-42f9-84d9-f94fc5b87dc3","publishedId":"UyxbrVtG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0731fa"},"publishDate":"2024-04-19T16:31:32.000Z"},"item":[{"name":"Associations","item":[{"name":"Regions","item":[{"name":"Get Region","id":"90960aba-81db-43f3-904b-294133b44b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/associations/:association_id/regions/:region_id","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","associations",":association_id","regions",":region_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"id":"d34b8f44-5f2b-4abb-a145-7bbc24b35216","type":"any","value":"{{association_id}}","key":"association_id"},{"id":"b251cbcc-b4c0-48e0-8690-5fd3da11566d","type":"any","value":"{{region_id}}","key":"region_id"}]}},"response":[{"id":"a320952f-38a4-4e94-9368-5c01a211c159","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/associations/:association_id/regions/:region_id","host":["https://api.eventconnect.io"],"path":["v3","associations",":association_id","regions",":region_id"],"variable":[{"id":"d34b8f44-5f2b-4abb-a145-7bbc24b35216","key":"association_id","value":"{{association_id}}"},{"id":"b251cbcc-b4c0-48e0-8690-5fd3da11566d","key":"region_id","value":"{{region_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 17 Oct 2023 19:12:04 GMT"},{"key":"X-RateLimit-Limit","value":"25000"},{"key":"X-RateLimit-Remaining","value":"24999"},{"key":"phpdebugbar-id","value":"X815575f20fe7ef10ce3bd765d543cc3e"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1234,\n    \"external_id\": null,\n    \"name\": \"General\"\n}"}],"_postman_id":"90960aba-81db-43f3-904b-294133b44b5a"},{"name":"Get Regions","id":"b384d327-c58b-423e-a8b6-6ec8fa2898ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/associations/:association_id/regions","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Use this endpoint to get all regions associated with an association</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","associations",":association_id","regions"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"15"},{"disabled":true,"key":"page","value":"1"}],"variable":[{"type":"any","value":"{{association_id}}","key":"association_id"}]}},"response":[{"id":"e2839cc1-047c-46cb-ab48-1cbe042dd818","name":"Get Regions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eventconnect.io/v3/associations/:association_id/regions?limit=15&page=1","host":["https://api.eventconnect.io"],"path":["v3","associations",":association_id","regions"],"query":[{"key":"limit","value":"15"},{"key":"page","value":"1"}],"variable":[{"key":"association_id","value":"{{association_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 22 Apr 2022 17:38:02 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 10,\n            \"current\": 10\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 1942,\n            \"name\": \"Alberta\"\n        },\n        {\n            \"id\": 1939,\n            \"name\": \"British Columbia\"\n        },\n        {\n            \"id\": 1938,\n            \"name\": \"Manitoba\"\n        },\n        {\n            \"id\": 1937,\n            \"name\": \"New Brunswick\"\n        },\n        {\n            \"id\": 1943,\n            \"name\": \"Newfoundland and Labrador\"\n        },\n        {\n            \"id\": 1936,\n            \"name\": \"Nova Scotia\"\n        },\n        {\n            \"id\": 1611,\n            \"name\": \"Ontario\"\n        },\n        {\n            \"id\": 1940,\n            \"name\": \"Prince Edward Island\"\n        },\n        {\n            \"id\": 1935,\n            \"name\": \"Quebec\"\n        },\n        {\n            \"id\": 1941,\n            \"name\": \"Saskatchewan\"\n        }\n    ]\n}"}],"_postman_id":"b384d327-c58b-423e-a8b6-6ec8fa2898ea"},{"name":"Create Region","id":"7b1bbb06-a0d3-4df2-9a5d-2413bedc4813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Region name\",\n    \"external_id\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/associations/:association_id/regions","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","associations",":association_id","regions"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"id":"7869555b-8632-4419-b449-82f7d83ede59","type":"any","value":"{{association_id}}","key":"association_id"}]}},"response":[{"id":"4ccffc99-78ba-41ac-a96a-8c1608f3652e","name":"Create Region","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Region name\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/associations/:association_id/regions","host":["https://api.eventconnect.io"],"path":["v3","associations",":association_id","regions"],"variable":[{"key":"association_id","value":"{{association_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 25 Aug 2023 14:53:39 GMT"},{"key":"X-RateLimit-Limit","value":"25000"},{"key":"X-RateLimit-Remaining","value":"24996"},{"key":"phpdebugbar-id","value":"X57ae95b75b85ed7d452b32d1b4dee35e"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1234,\n        \"name\": \"Region name\"\n    }\n}"}],"_postman_id":"7b1bbb06-a0d3-4df2-9a5d-2413bedc4813"}],"id":"33cbb462-560c-4e7c-958e-dcc9f0910220","_postman_id":"33cbb462-560c-4e7c-958e-dcc9f0910220","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Groups","item":[{"name":"Update Group","id":"fd7547c7-d7df-408e-bf76-e47a78d2d4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Team name\",\n    \"external_id\": \"123\",\n    \"address\": {\n        \"street_1\": \"test\",\n        \"postal_code\": \"123466\",\n        \"city\": \"London\",\n        \"state_province\": \"ON\",\n        \"country\": \"CA\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/associations/:association_id}}/groups/:group_id","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","associations",":association_id}}","groups",":group_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{association_id}}","key":"association_id}}"},{"type":"any","value":"{{group_id}}","key":"group_id"}]}},"response":[],"_postman_id":"fd7547c7-d7df-408e-bf76-e47a78d2d4de"}],"id":"295042f0-da64-44da-9a65-956397c1799d","_postman_id":"295042f0-da64-44da-9a65-956397c1799d","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}}],"id":"33649f8d-0860-4f44-bb99-df766ea69f1c","_postman_id":"33649f8d-0860-4f44-bb99-df766ea69f1c","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Events","item":[{"name":"Brackets","item":[{"name":"Standings","item":[{"name":"Get Bracket Standings","id":"9039f7b6-e425-4a43-bf9d-af05ff899058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/brackets/:bracket_id/standings","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","brackets",":bracket_id","standings"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"limit","value":"2"},{"disabled":true,"key":"pool_id","value":"{{pool_id}}"}],"variable":[{"type":"any","value":"{{bracket_id}}","key":"bracket_id"}]}},"response":[{"id":"3c20c511-29cc-4337-8513-77d778a9d19b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/brackets/:bracket_id/standings","host":["https://api.eventconnect.io"],"path":["v3","brackets",":bracket_id","standings"],"query":[{"key":"page","value":"2","type":"text","disabled":true},{"key":"limit","value":"2","type":"text","disabled":true}],"variable":[{"key":"bracket_id","value":"{{bracket_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 15:41:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 4,\n            \"current\": 4\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 339224,\n            \"name\": null,\n            \"registration\": {\n                \"id\": 374349,\n                \"event_id\": 14273,\n                \"group\": {\n                    \"id\": 295456,\n                    \"name\": \"Toronto Maple Leafs\",\n                    \"logo_url\": null,\n                    \"age_group\": null,\n                    \"class\": null\n                },\n                \"game_results\": [\n                    {\n                        \"id\": 324598,\n                        \"game_id\": 324598,\n                        \"game_result_type\": {\n                            \"id\": 1,\n                            \"name\": \"Win\"\n                        },\n                        \"ignore\": 0\n                    },\n                    {\n                        \"id\": 324600,\n                        \"game_id\": 324600,\n                        \"game_result_type\": {\n                            \"id\": 1,\n                            \"name\": \"Win\"\n                        },\n                        \"ignore\": 0\n                    }\n                ]\n            },\n            \"pool\": {\n                \"id\": 44580,\n                \"name\": \"Pool 1\"\n            },\n            \"stats\": {\n                \"points\": 4,\n                \"wins\": 2,\n                \"losses\": 0,\n                \"ties\": 0,\n                \"overtime_wins\": 0,\n                \"overtime_losses\": 0,\n                \"shootout_wins\": 0,\n                \"shootout_losses\": 0,\n                \"goals_for\": 7,\n                \"games_played\": 2,\n                \"games_remaining\": 6\n            },\n            \"standings\": {\n                \"rank\": 1,\n                \"tiebreaker\": {\n                    \"id\": 4,\n                    \"name\": \"Points For\"\n                }\n            }\n        },\n        {\n            \"id\": 339225,\n            \"name\": null,\n            \"registration\": {\n                \"id\": 374350,\n                \"event_id\": 14273,\n                \"group\": {\n                    \"id\": 295457,\n                    \"name\": \"Montreal Canadiens\",\n                    \"logo_url\": null,\n                    \"age_group\": null,\n                    \"class\": null\n                },\n                \"game_results\": [\n                    {\n                        \"id\": 324599,\n                        \"game_id\": 324599,\n                        \"game_result_type\": {\n                            \"id\": 1,\n                            \"name\": \"Win\"\n                        },\n                        \"ignore\": 0\n                    },\n                    {\n                        \"id\": 324601,\n                        \"game_id\": 324601,\n                        \"game_result_type\": {\n                            \"id\": 1,\n                            \"name\": \"Win\"\n                        },\n                        \"ignore\": 0\n                    }\n                ]\n            },\n            \"pool\": {\n                \"id\": 44580,\n                \"name\": \"Pool 1\"\n            },\n            \"stats\": {\n                \"points\": 4,\n                \"wins\": 2,\n                \"losses\": 0,\n                \"ties\": 0,\n                \"overtime_wins\": 0,\n                \"overtime_losses\": 0,\n                \"shootout_wins\": 0,\n                \"shootout_losses\": 0,\n                \"goals_for\": 6,\n                \"games_played\": 2,\n                \"games_remaining\": 5\n            },\n            \"standings\": {\n                \"rank\": 2,\n                \"tiebreaker\": {\n                    \"id\": 4,\n                    \"name\": \"Points For\"\n                }\n            }\n        },\n        {\n            \"id\": 339226,\n            \"name\": null,\n            \"registration\": {\n                \"id\": 374351,\n                \"event_id\": 14273,\n                \"group\": {\n                    \"id\": 295458,\n                    \"name\": \"New York Rangers\",\n                    \"logo_url\": null,\n                    \"age_group\": null,\n                    \"class\": null\n                },\n                \"game_results\": [\n                    {\n                        \"id\": 324599,\n                        \"game_id\": 324599,\n                        \"game_result_type\": {\n                            \"id\": 2,\n                            \"name\": \"Loss\"\n                        },\n                        \"ignore\": 0\n                    },\n                    {\n                        \"id\": 324600,\n                        \"game_id\": 324600,\n                        \"game_result_type\": {\n                            \"id\": 2,\n                            \"name\": \"Loss\"\n                        },\n                        \"ignore\": 0\n                    }\n                ]\n            },\n            \"pool\": {\n                \"id\": 44580,\n                \"name\": \"Pool 1\"\n            },\n            \"stats\": {\n                \"points\": 0,\n                \"wins\": 0,\n                \"losses\": 2,\n                \"ties\": 0,\n                \"overtime_wins\": 0,\n                \"overtime_losses\": 0,\n                \"shootout_wins\": 0,\n                \"shootout_losses\": 0,\n                \"goals_for\": 4,\n                \"games_played\": 2,\n                \"games_remaining\": 3\n            },\n            \"standings\": {\n                \"rank\": 3,\n                \"tiebreaker\": {\n                    \"id\": 5,\n                    \"name\": \"Points Against\"\n                }\n            }\n        },\n        {\n            \"id\": 339227,\n            \"name\": null,\n            \"registration\": {\n                \"id\": 389812,\n                \"event_id\": 14273,\n                \"group\": {\n                    \"id\": 302997,\n                    \"name\": \"C Team\",\n                    \"logo_url\": null,\n                    \"age_group\": {\n                        \"id\": 348,\n                        \"name\": \"40+\"\n                    },\n                    \"class\": {\n                        \"id\": 137,\n                        \"name\": \"Gold\"\n                    }\n                },\n                \"game_results\": [\n                    {\n                        \"id\": 324598,\n                        \"game_id\": 324598,\n                        \"game_result_type\": {\n                            \"id\": 2,\n                            \"name\": \"Loss\"\n                        },\n                        \"ignore\": 0\n                    },\n                    {\n                        \"id\": 324601,\n                        \"game_id\": 324601,\n                        \"game_result_type\": {\n                            \"id\": 2,\n                            \"name\": \"Loss\"\n                        },\n                        \"ignore\": 0\n                    }\n                ]\n            },\n            \"pool\": {\n                \"id\": 44580,\n                \"name\": \"Pool 1\"\n            },\n            \"stats\": {\n                \"points\": 0,\n                \"wins\": 0,\n                \"losses\": 2,\n                \"ties\": 0,\n                \"overtime_wins\": 0,\n                \"overtime_losses\": 0,\n                \"shootout_wins\": 0,\n                \"shootout_losses\": 0,\n                \"goals_for\": 4,\n                \"games_played\": 2,\n                \"games_remaining\": 4\n            },\n            \"standings\": {\n                \"rank\": 4,\n                \"tiebreaker\": {\n                    \"id\": 5,\n                    \"name\": \"Points Against\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"9039f7b6-e425-4a43-bf9d-af05ff899058"}],"id":"fdd3c9e1-f349-4687-9089-aa87d9d6e895","_postman_id":"fdd3c9e1-f349-4687-9089-aa87d9d6e895","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Get Brackets","id":"4e6ccab8-d7ae-42bd-97b5-3604bb804535","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/brackets","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get all brackets for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","brackets"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"3"},{"disabled":true,"key":"page","value":"1"}],"variable":[{"id":"4b2e449e-804c-49a6-ad4f-6e955e6222a4","type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"5660c9f9-8fc6-43b9-934a-fd6b151e5868","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/brackets?limit=3&page=1","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","brackets"],"query":[{"key":"limit","value":"3"},{"key":"page","value":"1"}],"variable":[{"id":"4b2e449e-804c-49a6-ad4f-6e955e6222a4","key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 11:53:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 2,\n            \"current\": 2\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 36610,\n            \"name\": \"U12 Pool Play\",\n            \"bracket_type_id\": 1,\n            \"bracket_type\": {\n                \"id\": 1,\n                \"name\": \"Round Robin\"\n            },\n            \"category_id\": 75337,\n            \"game_length\": 60,\n            \"time_between_games\": 0,\n            \"active\": true,\n            \"pools\": [\n                {\n                    \"id\": 44580,\n                    \"name\": \"Pool 1\"\n                }\n            ],\n            \"sub_brackets\": [\n                {\n                    \"id\": 35030,\n                    \"name\": null,\n                    \"level\": 1,\n                    \"rounds\": [\n                        {\n                            \"id\": 74765,\n                            \"name\": \"Round 1\",\n                            \"order\": 0,\n                            \"forking_direction\": null\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": 36611,\n            \"name\": \"U12 Double Elimination\",\n            \"bracket_type_id\": 3,\n            \"bracket_type\": {\n                \"id\": 3,\n                \"name\": \"Double Elimination\"\n            },\n            \"category_id\": 75337,\n            \"game_length\": 60,\n            \"time_between_games\": 0,\n            \"active\": false,\n            \"pools\": [\n                {\n                    \"id\": 44581,\n                    \"name\": \"Pool 1\"\n                }\n            ],\n            \"sub_brackets\": [\n                {\n                    \"id\": 35031,\n                    \"name\": \"Winners Bracket\",\n                    \"level\": 1,\n                    \"rounds\": [\n                        {\n                            \"id\": 74766,\n                            \"name\": \"Round 1\",\n                            \"order\": 0,\n                            \"forking_direction\": null\n                        },\n                        {\n                            \"id\": 74767,\n                            \"name\": \"Round 2\",\n                            \"order\": 1,\n                            \"forking_direction\": null\n                        },\n                        {\n                            \"id\": 74770,\n                            \"name\": \"Round 3\",\n                            \"order\": 2,\n                            \"forking_direction\": null\n                        },\n                        {\n                            \"id\": 74771,\n                            \"name\": \"Round 4\",\n                            \"order\": 3,\n                            \"forking_direction\": null\n                        },\n                        {\n                            \"id\": 74772,\n                            \"name\": \"Round 5\",\n                            \"order\": 4,\n                            \"forking_direction\": null\n                        }\n                    ]\n                },\n                {\n                    \"id\": 35032,\n                    \"name\": \"Losers Bracket\",\n                    \"level\": 1,\n                    \"rounds\": [\n                        {\n                            \"id\": 74768,\n                            \"name\": \"Round 1\",\n                            \"order\": 0,\n                            \"forking_direction\": null\n                        },\n                        {\n                            \"id\": 74769,\n                            \"name\": \"Round 2\",\n                            \"order\": 1,\n                            \"forking_direction\": null\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4e6ccab8-d7ae-42bd-97b5-3604bb804535"}],"id":"f2716da0-5fd6-4ae8-8abe-3093f94faa4a","_postman_id":"f2716da0-5fd6-4ae8-8abe-3093f94faa4a","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Categories","item":[{"name":"Get Categories","id":"c0f7558e-9ea6-4343-853e-003f44fa7fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/categories?limit=1&page=6&hidden=0&order[asc][]=order","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get all categories for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","categories"],"host":["https://api.eventconnect.io"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"page","value":"6"},{"key":"hidden","value":"0"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"order[asc][]","value":"order"},{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"expand[]","value":"rates"},{"disabled":true,"key":"hidden","value":"1"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"daf0e303-c3b0-4959-a402-c9dc979dee2e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/categories","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","categories"],"query":[{"key":"limit","value":"3","disabled":true},{"key":"page","value":"6","disabled":true}],"variable":[{"key":"eventId","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Mar 2022 15:32:45 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 8,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 22,\n            \"current\": 3\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 99997,\n            \"name\": \"U40\",\n            \"color_code\": \"#11cbd8\",\n            \"order\": 4,\n            \"event_type\": {\n                \"id\": 545,\n                \"name\": \"Baseball\"\n            }\n        },\n        {\n            \"id\": 99998,\n            \"name\": \"U30\",\n            \"color_code\": \"#11cbd8\",\n            \"order\": 4,\n            \"event_type\": {\n                \"id\": 545,\n                \"name\": \"Baseball\"\n            }\n        },\n        {\n            \"id\": 99999,\n            \"name\": \"U20\",\n            \"color_code\": \"#11cbd8\",\n            \"order\": 4,\n            \"event_type\": {\n                \"id\": 546,\n                \"name\": \"Baseball\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c0f7558e-9ea6-4343-853e-003f44fa7fb8"},{"name":"Get Category","id":"f3012474-d43c-428a-8d01-997b8e2067aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eventconnect.io/v3/events/:event_id/categories/:category_id","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get all categories for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","categories",":category_id"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"page","value":"6"},{"disabled":true,"key":"hidden","value":"0"},{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"order[asc][]","value":"order"},{"disabled":true,"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"expand[]","value":"rates"},{"disabled":true,"key":"hidden","value":"1"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{category_id}}","key":"category_id"}]}},"response":[{"id":"856cb8ee-9191-425f-8ab2-f494fa37cb5a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/categories","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","categories"],"query":[{"key":"limit","value":"3","disabled":true},{"key":"page","value":"6","disabled":true}],"variable":[{"key":"eventId","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 11 Mar 2022 15:32:45 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 8,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 22,\n            \"current\": 3\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 99997,\n            \"name\": \"U40\",\n            \"color_code\": \"#11cbd8\",\n            \"order\": 4,\n            \"event_type\": {\n                \"id\": 545,\n                \"name\": \"Baseball\"\n            }\n        },\n        {\n            \"id\": 99998,\n            \"name\": \"U30\",\n            \"color_code\": \"#11cbd8\",\n            \"order\": 4,\n            \"event_type\": {\n                \"id\": 545,\n                \"name\": \"Baseball\"\n            }\n        },\n        {\n            \"id\": 99999,\n            \"name\": \"U20\",\n            \"color_code\": \"#11cbd8\",\n            \"order\": 4,\n            \"event_type\": {\n                \"id\": 546,\n                \"name\": \"Baseball\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f3012474-d43c-428a-8d01-997b8e2067aa"},{"name":"Create Category","id":"9a0bf572-e609-4582-80a6-bcb6639be4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"U6\",\n  \"limit\": 12,\n  \"category_open\": true,\n  \"projected_teams\": 1,\n  \"projected_travelling_teams\": 1,\n  \"projected_room_nights\": 1,\n  \"external_id\": \"testid\",\n  \"rates\":{\n    \"general\":{\n      \"name\": \"General\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26 13:45:32\",\n      \"end\": \"2018-01-10 14:11:54\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id/categories","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","categories"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"eda9e553-f8ac-4657-8756-7363d37cd3e1","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"U6\",\n  \"limit\": 12,\n  \"category_open\": true,\n  \"rates\":{\n    \"general\":{\n      \"name\": \"General\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    },\n    \"early_bird\":{\n      \"name\": \"Early Bird\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/categories","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","categories"],"variable":[{"key":"eventId","value":"1287"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 04 May 2021 17:14:29 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 83582,\n    \"name\": \"U6\",\n    \"limit\": 12,\n    \"remaining\": 12,\n    \"open\": true,\n    \"hidden\": false,\n    \"rates\": [\n        {\n            \"id\": 115955,\n            \"name\": \"General\",\n            \"start\": \"2017-10-26T00:00:00.000000Z\",\n            \"end\": \"2018-01-10T00:00:00.000000Z\",\n            \"intCost\": 0,\n            \"cost\": \"0.00\",\n            \"isRateActive\": 1,\n            \"isCategoryWaitlisted\": false,\n            \"categoryRemaining\": 12,\n            \"categoryName\": \"U6\"\n        },\n        {\n            \"id\": 115956,\n            \"name\": \"Early Bird\",\n            \"start\": \"2017-10-26T00:00:00.000000Z\",\n            \"end\": \"2018-01-10T00:00:00.000000Z\",\n            \"intCost\": 0,\n            \"cost\": \"0.00\",\n            \"isRateActive\": 1,\n            \"isCategoryWaitlisted\": false,\n            \"categoryRemaining\": 12,\n            \"categoryName\": \"U6\"\n        }\n    ]\n}"},{"id":"1156109c-f601-4ec7-b079-ca23efb48e53","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"U6\",\n  \"limit\": 12,\n  \"category_open\": true,\n  \"rates\":{\n    \"general\":{\n      \"name\": \"General\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    },\n    \"early_bird\":{\n      \"name\": \"Early Bird\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/categories","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","categories"],"variable":[{"key":"eventId","value":"1287"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 08 Sep 2021 13:57:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"rates.general.end\": [\n            \"The rates.general.end must be a date after start.\"\n        ],\n        \"rates.early_bird.end\": [\n            \"The rates.early_bird.end must be a date after start.\"\n        ]\n    }\n}"}],"_postman_id":"9a0bf572-e609-4582-80a6-bcb6639be4bd"},{"name":"Update Category","id":"b756d425-815f-437b-8785-aebb3a13925a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/categories/:category_id","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","categories",":category_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{category_id}}","key":"category_id"}]}},"response":[{"id":"a952a562-7fec-4da9-af10-ed2c5f33bf88","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"U6\",\n  \"limit\": 12,\n  \"category_open\": true,\n  \"rates\":{\n    \"general\":{\n      \"name\": \"General\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    },\n    \"early_bird\":{\n      \"name\": \"Early Bird\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/categories","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","categories"],"variable":[{"key":"eventId","value":"1287"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 04 May 2021 17:14:29 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 83582,\n    \"name\": \"U6\",\n    \"limit\": 12,\n    \"remaining\": 12,\n    \"open\": true,\n    \"hidden\": false,\n    \"rates\": [\n        {\n            \"id\": 115955,\n            \"name\": \"General\",\n            \"start\": \"2017-10-26T00:00:00.000000Z\",\n            \"end\": \"2018-01-10T00:00:00.000000Z\",\n            \"intCost\": 0,\n            \"cost\": \"0.00\",\n            \"isRateActive\": 1,\n            \"isCategoryWaitlisted\": false,\n            \"categoryRemaining\": 12,\n            \"categoryName\": \"U6\"\n        },\n        {\n            \"id\": 115956,\n            \"name\": \"Early Bird\",\n            \"start\": \"2017-10-26T00:00:00.000000Z\",\n            \"end\": \"2018-01-10T00:00:00.000000Z\",\n            \"intCost\": 0,\n            \"cost\": \"0.00\",\n            \"isRateActive\": 1,\n            \"isCategoryWaitlisted\": false,\n            \"categoryRemaining\": 12,\n            \"categoryName\": \"U6\"\n        }\n    ]\n}"},{"id":"dcf5dace-32d1-4e5d-8bfd-03bb4544a6f4","name":"422 Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"U6\",\n  \"limit\": 12,\n  \"category_open\": true,\n  \"rates\":{\n    \"general\":{\n      \"name\": \"General\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    },\n    \"early_bird\":{\n      \"name\": \"Early Bird\",\n      \"rate\": \"0\",\n      \"start\": \"2017-10-26\",\n      \"end\": \"2018-01-10\",\n      \"rate_registration_type_id\": 1,\n      \"active\": true\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/categories","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","categories"],"variable":[{"key":"eventId","value":"1287"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 08 Sep 2021 13:57:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"rates.general.end\": [\n            \"The rates.general.end must be a date after start.\"\n        ],\n        \"rates.early_bird.end\": [\n            \"The rates.early_bird.end must be a date after start.\"\n        ]\n    }\n}"}],"_postman_id":"b756d425-815f-437b-8785-aebb3a13925a"}],"id":"c4563c35-d803-4116-9a0d-b260135f0620","_postman_id":"c4563c35-d803-4116-9a0d-b260135f0620","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Games","item":[{"name":"Get Games","id":"aa2dfbd7-ca4a-4a21-a079-fbb00bd2222d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event/games","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get a list of all games for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event","games"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"description":{"content":"<p>Gets games that start after this date</p>\n","type":"text/plain"},"key":"start_date","value":"2021-01-28"},{"disabled":true,"description":{"content":"<p>Gets games that start before this date</p>\n","type":"text/plain"},"key":"end_date","value":"2021-01-31"},{"disabled":true,"key":"venue_id","value":"{{venue_id}}"},{"disabled":true,"key":"site_id","value":"{{site_id}}"},{"disabled":true,"key":"category_id","value":"{{category_id}}"},{"disabled":true,"key":"registration_id","value":"{{registration_id}}"},{"disabled":true,"key":"group_id","value":"{{group_id}}"},{"disabled":true,"key":"event_id","value":"{{event_id}}"},{"disabled":true,"key":"event_type_id","value":"5"},{"disabled":true,"key":"active","value":"1"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event"}]}},"response":[{"id":"44d2e600-03a5-4289-bdf2-ed6ebc454eff","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event/games","host":["https://api.eventconnect.io"],"path":["v3","events",":event","games"],"query":[{"key":"page","value":"2","type":"text","disabled":true},{"key":"limit","value":"1","disabled":true},{"key":"start_date","value":"2021-01-28","description":"Gets games that start after this date","disabled":true},{"key":"end_date","value":"2021-01-31","description":"Gets games that start before this date","disabled":true},{"key":"venue_id","value":"{{venue_id}}","type":"text","disabled":true},{"key":"site_id","value":"{{site_id}}","disabled":true},{"key":"division_id","value":"{{division_id}}","type":"text","disabled":true},{"key":"registration_id","value":"{{registration_id}}","type":"text","disabled":true},{"key":"group_id","value":"{{group_id}}","type":"text","disabled":true},{"key":"event_id","value":"{{event_id}}","type":"text","disabled":true},{"key":"event_type_id","value":"5","type":"text","disabled":true},{"key":"active","value":"1","type":"text","disabled":true}],"variable":[{"key":"event","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 11:59:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 13,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 13,\n            \"current\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 324598,\n            \"name\": \"4 vs 1\",\n            \"time_slot\": {\n                \"start\": \"2021-01-28 08:00:00\",\n                \"end\": \"2021-01-28 09:00:00\"\n            },\n            \"complete\": true,\n            \"bye\": false,\n            \"conditional\": false,\n            \"overtime\": false,\n            \"shootout\": false,\n            \"event_id\": 14273,\n            \"event\": {\n                \"id\": 14273,\n                \"name\": \"New Years Tourney\",\n                \"description\": \"<h1>Welcome to the New Year!!</h1>\\n\\n<p><br /></p>\\n\\n<p>Sed blandit odio sed nunc maximus, porttitor eleifend dolor tempus. In commodo nisl quis maximus cursus. Mauris nec malesuada metus, vel dapibus odio. In consectetur ante libero, dictum imperdiet quam sagittis non. Integer eros libero, congue sit amet dictum vel, commodo vel ipsum. Ut efficitur rhoncus metus, vitae aliquet ante sagittis id. Integer in eleifend enim. Suspendisse sodales interdum laoreet. Vestibulum finibus erat interdum odio rhoncus blandit. </p>\\n\\n<p><br /></p>\\n\\n<p>Nunc vulputate volutpat nibh, quis fermentum mi fringilla ac. Nam consequat ipsum quis ante volutpat consectetur. Vivamus sit amet erat ac neque rutrum facilisis eget nec metus. Nunc pellentesque metus quis volutpat fermentum. Aenean maximus lacus libero, ac maximus diam aliquam quis. Cras nec sem lobortis, pharetra nisl vel, semper erat. Proin tempus velit eu ornare condimentum.<br /></p>\",\n                \"start\": \"2021-01-28\",\n                \"end\": \"2021-01-31\",\n                \"featured\": true,\n                \"logo\": \"https://eventconnect.io/uploads/events/14273/logo/1605120320.png\",\n                \"header\": \"https://eventconnect.io/uploads/events/14273/header/1605119953.jpg\",\n                \"event_type\": {\n                    \"id\": 1,\n                    \"name\": \"Hockey\",\n                    \"site_term\": \"rink\",\n                    \"points_term\": \"goals\"\n                },\n                \"association\": {\n                    \"id\": 934,\n                    \"name\": \"EventConnect Demo\",\n                    \"logo_url\": \"https://eventconnect.io/uploads/associations/934/logo/1605119301.png\",\n                    \"header_url\": \"https://eventconnect.io/uploads/associations/934/header/1609860544.png\",\n                    \"primary_color_code\": \"#042472\",\n                    \"secondary_color_code\": \"#042472\",\n                    \"background_color_code\": \"#042472\"\n                },\n                \"hide_home_away\": false\n            },\n            \"venue_id\": 1,\n            \"venue\": {\n                \"id\": 1,\n                \"name\": \"Budweiser Gardens\",\n                \"address\": {\n                    \"id\": 57659,\n                    \"street_1\": \"99 Dundas Street\",\n                    \"street_2\": \"\",\n                    \"city\": \"London\",\n                    \"state_province\": {\n                        \"id\": 7,\n                        \"name\": \"Ontario\",\n                        \"code\": \"ON\",\n                        \"country\": {\n                            \"id\": 1,\n                            \"name\": \"Canada\",\n                            \"code\": \"CA\"\n                        }\n                    },\n                    \"postal_code\": \"N6A 6K1\",\n                    \"latitude\": \"42.9824524\",\n                    \"longitude\": \"-81.2523995\"\n                }\n            },\n            \"site\": {\n                \"id\": 18804,\n                \"name\": \"Pad #1\"\n            },\n            \"category_id\": 75337,\n            \"category\": {\n                \"id\": 75337,\n                \"name\": \"U12\",\n                \"color_code\": \"#2a116b\",\n                \"order\": 1,\n                \"event_type\": null\n            },\n            \"bracket\": {\n                \"id\": 36610,\n                \"name\": \"U12 Pool Play\",\n                \"bracket_type_id\": 1,\n                \"category_id\": 75337,\n                \"game_length\": 60,\n                \"time_between_games\": 0,\n                \"active\": true,\n                \"pools\": [\n                    {\n                        \"id\": 44580,\n                        \"name\": \"Pool 1\"\n                    }\n                ],\n                \"sub_brackets\": [\n                    {\n                        \"id\": 35030,\n                        \"name\": null,\n                        \"level\": 1,\n                        \"rounds\": [\n                            {\n                                \"id\": 74765,\n                                \"name\": \"Round 1\",\n                                \"order\": 0,\n                                \"forking_direction\": null\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"pool\": {\n                \"id\": 44580,\n                \"name\": \"Pool 1\"\n            },\n            \"home_seed\": {\n                \"id\": 339224,\n                \"name\": null,\n                \"registration\": {\n                    \"id\": 374349,\n                    \"event_id\": 14273,\n                    \"group\": {\n                        \"id\": 295456,\n                        \"name\": \"Toronto Maple Leafs\",\n                        \"logo_url\": null,\n                        \"age_group\": null,\n                        \"class\": null\n                    },\n                    \"game_results\": [\n                        {\n                            \"id\": 481537,\n                            \"game_id\": 324605,\n                            \"game_result_type\": {\n                                \"id\": 2,\n                                \"name\": \"Loss\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481542,\n                            \"game_id\": 324608,\n                            \"game_result_type\": {\n                                \"id\": 1,\n                                \"name\": \"Win\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481550,\n                            \"game_id\": 324609,\n                            \"game_result_type\": {\n                                \"id\": 1,\n                                \"name\": \"Win\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481554,\n                            \"game_id\": 324610,\n                            \"game_result_type\": {\n                                \"id\": 1,\n                                \"name\": \"Win\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481577,\n                            \"game_id\": 324600,\n                            \"game_result_type\": {\n                                \"id\": 1,\n                                \"name\": \"Win\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481582,\n                            \"game_id\": 324598,\n                            \"game_result_type\": {\n                                \"id\": 1,\n                                \"name\": \"Win\"\n                            },\n                            \"ignore\": 0\n                        }\n                    ]\n                },\n                \"sourceable\": null\n            },\n            \"away_seed\": {\n                \"id\": 339227,\n                \"name\": null,\n                \"registration\": {\n                    \"id\": 389812,\n                    \"event_id\": 14273,\n                    \"group\": {\n                        \"id\": 302997,\n                        \"name\": \"C Team\",\n                        \"logo_url\": null,\n                        \"age_group\": {\n                            \"id\": 348,\n                            \"name\": \"40+\"\n                        },\n                        \"class\": {\n                            \"id\": 137,\n                            \"name\": \"Gold\"\n                        }\n                    },\n                    \"game_results\": [\n                        {\n                            \"id\": 481538,\n                            \"game_id\": 324605,\n                            \"game_result_type\": {\n                                \"id\": 1,\n                                \"name\": \"Win\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481546,\n                            \"game_id\": 324606,\n                            \"game_result_type\": {\n                                \"id\": 2,\n                                \"name\": \"Loss\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481549,\n                            \"game_id\": 324609,\n                            \"game_result_type\": {\n                                \"id\": 2,\n                                \"name\": \"Loss\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481573,\n                            \"game_id\": 324601,\n                            \"game_result_type\": {\n                                \"id\": 2,\n                                \"name\": \"Loss\"\n                            },\n                            \"ignore\": 0\n                        },\n                        {\n                            \"id\": 481581,\n                            \"game_id\": 324598,\n                            \"game_result_type\": {\n                                \"id\": 2,\n                                \"name\": \"Loss\"\n                            },\n                            \"ignore\": 0\n                        }\n                    ]\n                },\n                \"sourceable\": null\n            },\n            \"home_score\": 4,\n            \"away_score\": 2\n        }\n    ]\n}"}],"_postman_id":"aa2dfbd7-ca4a-4a21-a079-fbb00bd2222d"},{"name":"Get Game","id":"7b2c085b-6719-428d-95f3-d09d8d41d8ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/games/:game_id","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get the details of a game for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","games",":game_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{game_id}}","key":"game_id"}]}},"response":[{"id":"c8f3099e-f104-4731-b24f-56c54a2c8bb4","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/games/:game_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","games",":game_id"],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"game_id","value":"{{game_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 12:01:33 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 192382,\n    \"name\": \"2 vs 3\",\n    \"complete\": false,\n    \"bye\": false,\n    \"conditional\": false,\n    \"overtime\": false,\n    \"shootout\": false,\n    \"event_id\": 13632,\n    \"event\": {\n        \"id\": 13632,\n        \"name\": \"S&S Test Event\",\n        \"description\": \"\",\n        \"start\": \"2020-09-04\",\n        \"end\": \"2020-09-26\",\n        \"featured\": false,\n        \"logo\": \"https://eventconnect.io/uploads/events/13632/logo/1598388794.png\",\n        \"header\": \"https://eventconnect.io/uploads/events/13632/header/1598388536.png\",\n        \"event_type\": {\n            \"id\": 2,\n            \"name\": \"Baseball\",\n            \"site_term\": \"field\",\n            \"points_term\": \"runs\"\n        },\n        \"association\": {\n            \"id\": 934,\n            \"name\": \"EventConnect Demo\",\n            \"logo_url\": \"https://eventconnect.io/uploads/associations/934/logo/1605119301.png\",\n            \"header_url\": \"https://eventconnect.io/uploads/associations/934/header/1609860544.png\",\n            \"primary_color_code\": \"#042472\",\n            \"secondary_color_code\": \"#042472\",\n            \"background_color_code\": \"#042472\"\n        },\n        \"hide_home_away\": false\n    },\n    \"venue_id\": 2176,\n    \"venue\": {\n        \"id\": 2176,\n        \"name\": \"EventConnect\",\n        \"address\": {\n            \"id\": 29102,\n            \"street_1\": \"304 Talbot St\",\n            \"street_2\": \"\",\n            \"city\": \"London\",\n            \"state_province\": {\n                \"id\": 7,\n                \"name\": \"Ontario\",\n                \"code\": \"ON\",\n                \"country\": {\n                    \"id\": 1,\n                    \"name\": \"Canada\",\n                    \"code\": \"CA\"\n                }\n            },\n            \"postal_code\": \"N6B2R4\",\n            \"latitude\": \"42.9803410\",\n            \"longitude\": \"-81.2501399\"\n        }\n    },\n    \"site\": {\n        \"id\": 17677,\n        \"name\": \"Pad #1\"\n    },\n    \"category_id\": 71024,\n    \"category\": {\n        \"id\": 71024,\n        \"name\": \"Division 1\",\n        \"color_code\": \"#edbb57\",\n        \"order\": 1,\n        \"event_type\": null\n    },\n    \"bracket\": {\n        \"id\": 23612,\n        \"name\": \"D1 - Pool Play\",\n        \"bracket_type_id\": 1,\n        \"category_id\": 71024,\n        \"game_length\": 60,\n        \"time_between_games\": 0,\n        \"active\": true,\n        \"pools\": [\n            {\n                \"id\": 29397,\n                \"name\": \"Pool A\"\n            }\n        ],\n        \"sub_brackets\": [\n            {\n                \"id\": 22374,\n                \"name\": null,\n                \"level\": 1,\n                \"rounds\": [\n                    {\n                        \"id\": 47777,\n                        \"name\": \"Round 1\",\n                        \"order\": 0,\n                        \"forking_direction\": null\n                    }\n                ]\n            }\n        ]\n    },\n    \"home_seed\": {\n        \"id\": 212970,\n        \"name\": null,\n        \"registration\": {\n            \"id\": 355276,\n            \"event_id\": 13632,\n            \"group\": {\n                \"id\": 233548,\n                \"name\": \"John's Team\",\n                \"logo_url\": \"http://eventconnect.test/uploads/groups/233548/logo/1644863161.jpg\",\n                \"age_group\": {\n                    \"id\": 1,\n                    \"name\": \"8U\"\n                },\n                \"class\": null\n            },\n            \"game_results\": []\n        }\n    },\n    \"away_seed\": {\n        \"id\": 212969,\n        \"name\": null,\n        \"registration\": {\n            \"id\": 355271,\n            \"event_id\": 13632,\n            \"group\": {\n                \"id\": 285193,\n                \"name\": \"Juventus\",\n                \"logo_url\": null,\n                \"age_group\": null,\n                \"class\": null\n            },\n            \"game_results\": []\n        }\n    },\n    \"home_score\": null,\n    \"away_score\": null\n}"}],"_postman_id":"7b2c085b-6719-428d-95f3-d09d8d41d8ac"}],"id":"a2c8e26a-ee9e-476c-b650-6ceb9e5f303d","_postman_id":"a2c8e26a-ee9e-476c-b650-6ceb9e5f303d","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Event Owners","item":[{"name":"Add Event Owner","id":"6bbffee5-60ab-4fc2-8c1d-1ffd6f20ed0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@eventconnect.io\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id/owner","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Adds an event owner to an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","owner"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"a7d54260-fad3-4dd2-afd0-5e4944a73adf","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@eventconnect.io\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/owner","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","owner"],"variable":[{"key":"event_id","value":"{{event_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 10:34:15 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1282304,\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@eventconnect.io\",\n    \"phone\": null,\n    \"phone_id\": null,\n    \"address_id\": null\n}"},{"id":"8dc3faa0-30c3-445a-a843-07dfebb2a4c8","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john.doe@eventconnect.io\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/owner","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","owner"],"variable":[{"key":"eventId","value":"15751"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 08 Sep 2021 14:26:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"You don't have access to this event\"\n        }\n    ]\n}"}],"_postman_id":"6bbffee5-60ab-4fc2-8c1d-1ffd6f20ed0a"},{"name":"Get Event Owners","id":"c1ad79cd-a669-4aca-8d47-0116754f8936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/users","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","users"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"id":"3e45ed62-5717-4e40-8a87-59274ee2cb46","type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[],"_postman_id":"c1ad79cd-a669-4aca-8d47-0116754f8936"}],"id":"da7399a9-29c5-4c0d-a895-cdc72e723af8","_postman_id":"da7399a9-29c5-4c0d-a895-cdc72e723af8","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Event Types","item":[{"name":"Get Event Types","id":"1b44dcb2-83cb-4961-adad-fda60787530e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/types","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Gets a paginated list of all valid event types and their IDs</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events","types"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"15"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"4d0a1e85-8020-4c8e-a23d-dfde9c2ff196","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/types","host":["https://api.eventconnect.io"],"path":["v3","events","types"],"query":[{"key":"limit","value":"15","type":"text","disabled":true},{"key":"page","value":"1","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 10:40:09 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 23,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 339,\n            \"current\": 15\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Hockey\",\n            \"site_term\": \"rink\",\n            \"points_term\": \"goals\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Baseball\",\n            \"site_term\": \"field\",\n            \"points_term\": \"runs\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Soccer\",\n            \"site_term\": \"field\",\n            \"points_term\": \"goals\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Football\",\n            \"site_term\": \"field\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Basketball\",\n            \"site_term\": \"court\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Volleyball\",\n            \"site_term\": \"court\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Field Lacrosse\",\n            \"site_term\": \"field\",\n            \"points_term\": \"goals\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Rugby\",\n            \"site_term\": \"field\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Softball\",\n            \"site_term\": \"field\",\n            \"points_term\": \"runs\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Wrestling\",\n            \"site_term\": \"field\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Beach Volleyball\",\n            \"site_term\": \"court\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Gymnastics (Ind.)\",\n            \"site_term\": \"gym\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Archery\",\n            \"site_term\": \"range\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Athletics\",\n            \"site_term\": \"field\",\n            \"points_term\": \"points\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Canoe Kayak Sport\",\n            \"site_term\": \"course\",\n            \"points_term\": \"points\"\n        }\n    ]\n}"}],"_postman_id":"1b44dcb2-83cb-4961-adad-fda60787530e"}],"id":"539ce5ca-c2ad-47df-a25d-30378d74a41c","_postman_id":"539ce5ca-c2ad-47df-a25d-30378d74a41c","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Performances","item":[{"name":"Get Performances (Event Games)","id":"83e34841-4e9b-4c9a-a08f-9724c138cccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.eventconnect.io/v3/events/:event_id/performances?limit=1","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","performances"],"host":["https://api.eventconnect.io"],"query":[{"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"site_id","value":"{{site_id}}"},{"disabled":true,"key":"venue_id","value":"{{venue_id}}"},{"disabled":true,"key":"search","value":""},{"disabled":true,"key":"scheduled","value":"1"},{"disabled":true,"key":"registration_id","value":"{{registration_id}}"},{"disabled":true,"key":"group_id","value":"{{group_id}}"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[],"_postman_id":"83e34841-4e9b-4c9a-a08f-9724c138cccf"},{"name":"Get Performance (Event Game)","id":"1b1e24a5-0a5a-45c3-be97-92b8cc8e8369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.eventconnect.io/v3/events/:event_id/performances/:performance_id","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","performances",":performance_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{performance_id}}","key":"performance_id"}]}},"response":[],"_postman_id":"1b1e24a5-0a5a-45c3-be97-92b8cc8e8369"}],"id":"778076eb-cc8d-4119-97a6-8d554f2eba72","_postman_id":"778076eb-cc8d-4119-97a6-8d554f2eba72","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Posts","item":[{"name":"Get Post","id":"5d4b7cce-f25e-4dc3-bf28-c064dd6b7d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/posts/:post_id","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get a list of all posts for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","posts",":post_id"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"15"}],"variable":[{"id":"c92c6662-6df4-4ebd-89e0-bb4fa4ededd0","type":"any","value":"{{event_id}}","key":"event_id"},{"id":"503ff283-4a7a-48a4-9521-a2bbb8c99e51","type":"any","value":"{{post_id}}","key":"post_id"}]}},"response":[],"_postman_id":"5d4b7cce-f25e-4dc3-bf28-c064dd6b7d1e"},{"name":"Get Posts","id":"0c95db13-d55a-42ca-99ca-f17b9c48a2ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/posts","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get a list of all posts for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","posts"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"limit","value":"1"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"9e8f8475-b71c-4c92-9cee-d2c2f909e5a2","name":"Get Posts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/posts","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","posts"],"query":[{"key":"page","value":"1","type":"text","disabled":true},{"key":"limit","value":"1","type":"text","disabled":true}],"variable":[{"key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 May 2022 14:51:55 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 1,\n            \"current\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Test Post\",\n            \"body\": \"This is a test post\",\n            \"created_at\": \"2022-05-25 08:45:57\",\n            \"updated_at\": \"2022-05-25 08:46:00\",\n            \"event_id\": 14273,\n            \"user_id\": 122781,\n            \"user\": {\n                \"id\": 122781,\n                \"first_name\": \"Example\",\n                \"last_name\": \"Person\",\n                \"email\": \"example.person@gmail.com\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0c95db13-d55a-42ca-99ca-f17b9c48a2ee"}],"id":"49ed1d1a-7cd0-476a-a918-2ba1e9d58c42","_postman_id":"49ed1d1a-7cd0-476a-a918-2ba1e9d58c42","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Registrations","item":[{"name":"Memberships","item":[{"name":"Create Memberships","id":"a32cc1cb-1640-45bb-a50d-9f140bdc56ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"country\": \"US\",\n    \"email\": \"john.smith@email.com\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"phone_number\": \"+18888888888\",\n    \"jersey_number\": \"00\",\n    \"role_id\": 4,\n    \"status_id\": 4,\n    \"guardian\": {\n        \"country\": \"US\",\n        \"email\": \"john.smith@email.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"phone_number\": \"+18888888888\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/memberships","description":"<p><strong>Token Type</strong>: <code>user</code></p>\n<p>Get all the memberships for an event registration.</p>\n<p>Note: Guardian</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id","memberships"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"15"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"role_id","value":""},{"disabled":true,"key":"email","value":""}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{registration_id}}","key":"registration_id"}]}},"response":[{"id":"59aa99ac-91df-4cb5-bf96-7c8350e18583","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/memberships","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","registrations",":registration_id","memberships"],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"registration_id","value":"{{registration_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 22 Nov 2021 19:50:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 9,\n            \"current\": 9\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 1753383,\n            \"role_name\": \"Group Manager\",\n            \"email\": \"j.smith@example.com\",\n            \"phone\": null,\n            \"first_name\": \"John\",\n            \"last_name\": \"Smith\",\n            \"gender\": \"male\",\n            \"date_of_birth\": \"1985-03-03\"\n        },\n        {\n            \"id\": 1753384,\n            \"role_name\": \"Participant\",\n            \"email\": \"bob@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Bob\",\n            \"last_name\": \"Sandler\",\n            \"gender\": \"male\",\n            \"date_of_birth\": \"1985-04-02\"\n        },\n        {\n            \"id\": 1753385,\n            \"role_name\": \"Participant\",\n            \"email\": \"jane.smith@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Jane\",\n            \"last_name\": \"Smith\",\n            \"gender\": \"female\",\n            \"date_of_birth\": \"1985-03-03\"\n        },\n        {\n            \"id\": 1753386,\n            \"role_name\": \"Participant\",\n            \"email\": \"emilywatson@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Emily\",\n            \"last_name\": \"Watson\",\n            \"gender\": \"female\",\n            \"date_of_birth\": \"1985-03-03\"\n        },\n        {\n            \"id\": 1753390,\n            \"role_name\": \"Participant\",\n            \"email\": \"tim123@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Tim\",\n            \"last_name\": \"Person\",\n            \"gender\": \"male\",\n            \"date_of_birth\": \"1985-03-03\"\n        },\n        {\n            \"id\": 1768284,\n            \"role_name\": \"Participant\",\n            \"email\": \"lloyd_brown@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Lloyd\",\n            \"last_name\": \"Brown\",\n            \"gender\": \"male\",\n            \"date_of_birth\": \"1985-03-03\"\n        },\n        {\n            \"id\": 1782611,\n            \"role_name\": \"Participant\",\n            \"email\": \"manuel.miller@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Manuel\",\n            \"last_name\": \"Miller\",\n            \"gender\": \"male\",\n            \"date_of_birth\": \"1986-06-09\"\n        },\n        {\n            \"id\": 1782632,\n            \"role_name\": \"Participant\",\n            \"email\": \"keira.downing@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Keira\",\n            \"last_name\": \"Downing\",\n            \"gender\": \"female\",\n            \"date_of_birth\": \"1986-06-09\"\n        },\n        {\n            \"id\": 1825203,\n            \"role_name\": \"Group Manager\",\n            \"email\": \"nathan.larnach@example.com\",\n            \"phone\": null,\n            \"first_name\": \"Nathan\",\n            \"last_name\": \"Larnach\",\n            \"gender\": null,\n            \"date_of_birth\": \"1976-09-06\"\n        }\n    ]\n}"}],"_postman_id":"a32cc1cb-1640-45bb-a50d-9f140bdc56ce"},{"name":"Get Registration Memberships","id":"92eb9e07-c929-4396-b938-0f2c001a41e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/memberships","description":"<p><strong>Token Type</strong>: <code>user</code></p>\n<p>Get all the memberships for an event registration.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id","memberships"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"created_at[gte]","value":" 2025-01-01"},{"disabled":true,"key":"updated_at[gte]","value":" 2025-01-01"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{registration_id}}","key":"registration_id"}]}},"response":[{"id":"2184bfca-0ac7-4fa5-80ce-a9cdd1af9d0c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/memberships","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","registrations",":registration_id","memberships"],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"registration_id","value":"{{registration_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 26 May 2023 13:35:30 GMT"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 12345,\n            \"user_id\": 12345,\n            \"role_id\": 3,\n            \"role_name\": \"Group Manager\",\n            \"email\": \"test@test.com\",\n            \"phone\": \"+18888888\",\n            \"first_name\": \"Denim\",\n            \"last_name\": \"Dan\",\n            \"jersey_number\": null,\n            \"gender\": null,\n            \"date_of_birth\": null,\n            \"created_at\": \"2025-01-06 15:56:07\",\n            \"updated_at\": \"2025-01-06 15:56:07\",\n            \"deleted_at\": null\n        }\n    ],\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 1,\n            \"current\": 1\n        }\n    }\n}"}],"_postman_id":"92eb9e07-c929-4396-b938-0f2c001a41e0"},{"name":"Get Registration Membership","id":"0fbe0114-f917-4ee2-aa3a-94bf7f28ed7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/memberships/:membership_id","description":"<p><strong>Token Type</strong>: <code>user</code></p>\n<p>Get all the memberships for an event registration.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id","memberships",":membership_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{registration_id}}","key":"registration_id"},{"type":"any","value":"{{membership_id}}","key":"membership_id"}]}},"response":[{"id":"33101b56-5555-40ef-aa26-53a46934b6e3","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/memberships/:membership_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","registrations",":registration_id","memberships",":membership_id"],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"registration_id","value":"{{registration_id}}"},{"key":"membership_id","value":"{{membership_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.0.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 26 May 2023 13:35:30 GMT"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 55555555,\n    \"role_id\": 4,\n    \"role\": {\n        \"id\": 4,\n        \"name\": \"Participant\"\n    },\n    \"user_id\": 33333333,\n    \"user\": {\n        \"id\": 33333333,\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"email\": \"j.doe@example.com\",\n        \"phone_number\": {\n            \"id\": 44444444,\n            \"number\": \"(555) 555-1234\",\n            \"extension\": null\n        },\n        \"image_url\": null,\n        \"gender\": \"female\",\n        \"date_of_birth\": \"1995-05-25\"\n    }\n}"}],"_postman_id":"0fbe0114-f917-4ee2-aa3a-94bf7f28ed7b"},{"name":"Delete Membership","id":"dd85235f-1774-4901-be7d-5f3afb2a579d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/memberships/:membership_id","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id","memberships",":membership_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{registration_id}}","key":"registration_id"},{"type":"any","value":"{{membership_id}}","key":"membership_id"}]}},"response":[],"_postman_id":"dd85235f-1774-4901-be7d-5f3afb2a579d"}],"id":"06f709b7-7785-4e04-a66a-1b8af2ea7522","_postman_id":"06f709b7-7785-4e04-a66a-1b8af2ea7522","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"import","item":[{"name":"Import Registration","id":"648858ca-2819-4e71-9dbd-5456907cacd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"external_id\": \"12345\",\n    \"team_name\": \"Gold All Stars\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"john@example.com\",\n    \"mobile\": \"+13102465555\",\n    \"country\": \"US\",\n    \"postal_code\": \"90210\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/import","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations","import"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[],"_postman_id":"648858ca-2819-4e71-9dbd-5456907cacd3"}],"id":"f2c03509-0340-46d0-a873-0ea68f0b18bd","_postman_id":"f2c03509-0340-46d0-a873-0ea68f0b18bd","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Delete Registration","id":"3dabaf83-9d9b-4c3b-b2c3-cbc9b48a6d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Delete and event registration</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"id":"e28369be-d07d-4991-93e9-b66f17f87518","type":"any","value":"{{event_id}}","key":"event_id"},{"id":"a74b3f6d-64c2-46f5-97ab-8a998fddc1e6","type":"any","value":"{{registration_id}}","key":"registration_id"}]}},"response":[{"id":"d3701e83-50f7-48df-8a8c-1f250929f281","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","registrations",":registration_id"],"variable":[{"id":"e28369be-d07d-4991-93e9-b66f17f87518","key":"event_id","value":"{{event_id}}"},{"id":"a74b3f6d-64c2-46f5-97ab-8a998fddc1e6","key":"registration_id","value":"{{registration_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 15 Jun 2022 19:14:43 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"registration_id\": 999999,\n    \"message\": \"Resource was successfully deleted.\"\n}"}],"_postman_id":"3dabaf83-9d9b-4c3b-b2c3-cbc9b48a6d16"},{"name":"Update Registration","id":"1d40dd89-37cb-4848-ae79-64c62fd55181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"travelling\": true,\n  \"accommodation_reminders\": true,\n  \"accommodation_required\": true,\n  \"team_name\": \"New Team Name\"\n}"},"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Update an event registration.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"description":{"content":"<p>17762</p>\n","type":"text/plain"},"type":"any","value":"{{event_id}}","key":"event_id"},{"description":{"content":"<p>470003</p>\n","type":"text/plain"},"type":"any","value":"{{registration_id}}","key":"registration_id"}]}},"response":[{"id":"7a56a736-b0a7-4888-81fe-508702ffc07c","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"club_id\": 123,\n  \"external_id\": 4567,\n  \"travelling\": false,\n  \"accommodation_reminders\": true,\n  \"accommodation_required\": true,\n  \"team_name\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","registrations",":registration_id"],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"registration_id","value":"{{registration_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 15 Jun 2022 19:07:28 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 999999,\n    \"event_id\": 88888,\n    \"group\": {\n        \"id\": 777777,\n        \"name\": \"New York Rangers\",\n        \"logo_url\": null,\n        \"age_group\": null,\n        \"class\": null\n    },\n    \"game_results\": [\n        {\n            \"id\": 11111,\n            \"game_id\": 22222,\n            \"game_result_type\": {\n                \"id\": 2,\n                \"name\": \"Loss\"\n            },\n            \"ignore\": 0\n        },\n        {\n            \"id\": 11112,\n            \"game_id\": 22223,\n            \"game_result_type\": {\n                \"id\": 2,\n                \"name\": \"Loss\"\n            },\n            \"ignore\": 0\n        },\n        {\n            \"id\": 11113,\n            \"game_id\": 22224,\n            \"game_result_type\": {\n                \"id\": 2,\n                \"name\": \"Loss\"\n            },\n            \"ignore\": 0\n        },\n        {\n            \"id\": 11114,\n            \"game_id\": 22225,\n            \"game_result_type\": {\n                \"id\": 2,\n                \"name\": \"Loss\"\n            },\n            \"ignore\": 0\n        }\n    ],\n    \"category\": {\n        \"id\": 666666,\n        \"name\": \"U12\",\n        \"color_code\": \"#2a116b\",\n        \"order\": 1,\n        \"event_type\": null\n    },\n    \"travelling\": false,\n    \"accommodation_reminders\": true\n}"}],"_postman_id":"1d40dd89-37cb-4848-ae79-64c62fd55181"},{"name":"Create Registration","id":"ff7ab449-d0ee-4e49-9dea-999d7d28230f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":""},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"email\": \"j.doe@example.com\",\n\t\t\t\"country\": \"CA\",\n\t\t\t\"rate_id\": 403302,\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"team_name\": \"Team Name\",\n\t\t\t\"first_name\": \"Jane\",\n            \"mobile\": \"+18888888888\",\n            \"postal_code\": \"a1b2c3\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id/registrations","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Used for registering teams for an event.</p>\n","urlObject":{"path":["v3","events",":event_id","registrations"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"1"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"1182bb3f-b53d-41cb-804d-538d0270fd80","name":"201 Created","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"data\": [\n\t\t{\n\t\t\t\"email\": \"j.doe@example.com\",\n\t\t\t\"country\": \"CA\",\n\t\t\t\"rate_id\": 152712,\n\t\t\t\"last_name\": \"Doe\",\n\t\t\t\"team_name\": \"111\",\n\t\t\t\"first_name\": \"Jane\",\n            \"mobile\": \"555-123-4567\",\n            \"postal_code\": \"A1B2C3\"\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/registrations","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","registrations"],"query":[{"key":"limit","value":"1","type":"text","disabled":true}],"variable":[{"key":"eventId","value":"{{event_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 10 May 2022 19:38:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 777777,\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"email\": \"j.doe@example.com\",\n        \"team_name\": \"111\",\n        \"rate_id\": 152712,\n        \"country\": \"CA\",\n        \"mobile\": \"555-123-4567\",\n        \"postal_code\": \"a1b2c3\",\n        \"coach_first_name\": \"\",\n        \"coach_last_name\": \"\",\n        \"coach_email\": \"\",\n        \"coach_mobile\": \"\",\n        \"payment_amount\": \"\",\n        \"payment_memo\": \"\",\n        \"credit_amount\": \"\",\n        \"credit_memo\": \"\",\n        \"external_id\": null,\n        \"travelling\": true,\n        \"dashboard_link\": \"http://eventconnect.io/login/token/dUh8B8CyYne7QqyWQcwWlDZqy1BYrIXXlrnJ2XJb4BaqlSBOGO?redirectUrl=http%3A%2F%2Feventconnect.io%2Fevents%2F18524%3Fregistration%3D787729\",\n        \"hotels_link\": \"http://eventconnect.io/login/token/6nDFgMZSfm5IwTaU7R2H2yUEHOPB6MFcJeiODOSwXXy4WXL5ry?redirectUrl=http%3A%2F%2Feventconnect.io%2Fevents%2F18524%2Fhotels%3Fregistration%3D787729\",\n        \"link\": \"http://eventconnect.io/login/token/IfKABaxsl95z3UjcxkWZ09DsCW88tLOC1mC8f1tlMwMb9iT8oF?redirectUrl=http%3A%2F%2Feventconnect.io%2Fevents%2F18524%2Fhotels%3Fregistration%3D787729\"\n    }\n]"}],"_postman_id":"ff7ab449-d0ee-4e49-9dea-999d7d28230f"},{"name":"Get Registrations","id":"751b6408-4140-46d6-902e-218e6af8f425","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Use-External-Identifiers","value":"","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/registrations","description":"<p><strong>Token Type:</strong> <code>integration</code></p>\n<p>Get a list of all registrations for an event. Passing in the <code>compact</code> param will return a smaller list of data and respond more quickly.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"division_id","value":"{{division_id}}"},{"disabled":true,"key":"group_name","value":""},{"disabled":true,"key":"compact","value":"1"},{"disabled":true,"key":"include_deleted","value":"1"},{"disabled":true,"key":"created_at[gte]","value":" 2025-01-01"},{"disabled":true,"key":"updated_at[gte]","value":" 2025-01-01"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"52b5626f-a294-44a3-a55d-8243733a9d17","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/registrations?limit=1","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","registrations"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"1","disabled":true},{"key":"division_id","value":"113920","type":"text","disabled":true},{"key":"group_name","value":"","disabled":true}],"variable":[{"key":"eventId","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 10 May 2022 19:02:55 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 719615,\n            \"created_at\": \"2022-02-01 19:11:23\",\n            \"is_travelling\": 0,\n            \"is_wait_list\": 0,\n            \"registration_status\": \"Active\",\n            \"travel_status\": \"Local\",\n            \"travel_distance_mi\": 57,\n            \"travel_distance_km\": \"92\",\n            \"count_active_reservations\": 3,\n            \"accommodation_required\": true,\n            \"count_cancelled_reservations\": 4,\n            \"expected_reservations\": 13,\n            \"min_expected_reservations\": 6,\n            \"reservations_hotels\": \"Hilton Garden Inn\",\n            \"count_active_room_block_available_room_nights\": \"0\",\n            \"count_active_room_block_remaining_room_nights\": \"0\",\n            \"count_active_room_blocks\": 0,\n            \"event_id\": 12345,\n            \"event_name\": \"Championships\",\n            \"event_logo_uri\": \"http://eventconnect.io/uploads/events/12345/logo/164335456144.jpg\",\n            \"event_start\": \"2022-04-08\",\n            \"event_end\": \"2022-04-10\",\n            \"event_primary_city\": \"Toronto\",\n            \"event_primary_state_province_code\": \"ON\",\n            \"region_id\": 2429,\n            \"region_name\": \"General\",\n            \"category_name\": \"Accommodations Portal\",\n            \"rate_name\": \"Registration\",\n            \"rate_fee\": 0,\n            \"sum_rate_payments\": 0,\n            \"sum_rate_credits\": 0,\n            \"sum_rate_revenue\": 0,\n            \"rate_fee_owing\": 0,\n            \"count_memberships\": 1,\n            \"count_participants\": 0,\n            \"count_coaches\": 0,\n            \"count_group_managers\": 1,\n            \"group_manager_name\": \"Example Person\",\n            \"group_manager_email\": \"example@company.com\",\n            \"group_manager_phone_number\": \"+1 (888) 888-8888\",\n            \"membership_fee\": 0,\n            \"count_membership_fees\": 0,\n            \"sum_membership_fees_amount\": 0,\n            \"sum_membership_fee_payments\": 0,\n            \"membership_fees_owing\": 0,\n            \"group_id\": 123456,\n            \"group_name\": \"Comp Rooms\",\n            \"group_logo_uri\": \"http://eventconnect.io/uploads/groups/123456/logo/165450640949.jpg\",\n            \"city\": \"Toronto\",\n            \"state_province_code\": \"ON\",\n            \"sanction_code\": null,\n            \"latest_note_body\": \"<p>RB Reminder Expiry sent from EventConnect</p>\",\n            \"latest_note_user_first_name\": \"Example\",\n            \"latest_note_user_last_name\": \"Person\",\n            \"latest_note_user_email\": \"example@example.com\",\n            \"division\": {\n                \"id\": 1234567,\n                \"name\": \"Accommodations Portal\",\n                \"color_code\": \"#673AB7\",\n                \"order\": 3,\n                \"event_type\": {\n                    \"id\": null,\n                    \"name\": null\n                }\n            },\n            \"division_id\": 1234567,\n            \"age_group_id\": null,\n            \"age_group_name\": null,\n            \"classification_id\": null,\n            \"classification_name\": null\n        }\n    ],\n    \"metadata\": {\n        \"page\": {\n            \"total\": 7,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 7,\n            \"current\": 1\n        }\n    }\n}"},{"id":"f1dc9bca-d07d-4d61-ab32-74b3cef83c73","name":"200 OK (compact)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:eventId/registrations?limit=1&compact=1","host":["https://api.eventconnect.io"],"path":["v3","events",":eventId","registrations"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"1","disabled":true},{"key":"division_id","value":"113920","type":"text","disabled":true},{"key":"group_name","value":"","disabled":true},{"key":"compact","value":"1","type":"text"}],"variable":[{"id":"51f801af-c94c-4c53-946a-11f9cecbf968","key":"eventId","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 12:04:55 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 5,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 5,\n            \"current\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 374348,\n            \"is_wait_list\": 0,\n            \"division\": {\n                \"id\": 80664,\n                \"name\": \"Camp\",\n                \"color_code\": \"#db4863\",\n                \"order\": 3,\n                \"event_type\": {\n                    \"id\": null,\n                    \"name\": null\n                }\n            },\n            \"group_id\": 295455,\n            \"group_name\": \"Pittsburgh Penguins\",\n            \"group_logo_uri\": null,\n            \"age_group_id\": null,\n            \"age_group_name\": null,\n            \"classification_id\": null,\n            \"classification_name\": null\n        }\n    ]\n}"}],"_postman_id":"751b6408-4140-46d6-902e-218e6af8f425"},{"name":"Get Registration","id":"e53d3c31-f395-46ad-b23c-2f9b6fc96eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Get an individual registration for an event</p>\n<p>This endpoint has the ability to expand certain objects to retrieve more data. If you do <code>expand[]=event.primary_venue</code> the response will include the events primary venue. However if you do <code>expand[]=event.primary_venue.address</code> the primary venues address will also be returned.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"include_ignore","value":"0"},{"disabled":true,"key":"expand[]","value":"event.primary_venue.address"},{"disabled":true,"key":"expand[]","value":"rate"},{"disabled":true,"key":"expand[]","value":"region"},{"disabled":true,"key":"expand[]","value":"group.address"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{registration_id}}","key":"registration_id"}]}},"response":[{"id":"929c1805-3488-4ace-ae3e-9baa63ba010b","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","registrations",":registration_id"],"query":[{"key":"include_ignore","value":"0","type":"text","disabled":true},{"key":"expand[]","value":"event.primary_venue.address","disabled":true},{"key":"expand[]","value":"rate","disabled":true},{"key":"expand[]","value":"region","disabled":true},{"key":"expand[]","value":"group.address","disabled":true}],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"registration_id","value":"374348"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Jun 2023 14:26:25 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 11111111,\n    \"status\": \"Active\",\n    \"travelling\": 0,\n    \"travel_distance_mi\": 2,\n    \"travel_distance_km\": 3,\n    \"active_reservations_count\": 0,\n    \"cancelled_reservations_count\": 0,\n    \"expected_reservations_count\": 13,\n    \"accommodation_required\": true,\n    \"active_room_block_available_room_nights_count\": 0,\n    \"active_room_block_remaining_room_nights_count\": 0,\n    \"active_room_blocks_count\": 0,\n    \"memberships_count\": 0,\n    \"participants_count\": 0,\n    \"coaches_count\": 0,\n    \"group_managers_count\": 0,\n    \"membership_fees_count\": 0,\n    \"waitlisted\": false,\n    \"accommodation_reminders\": true,\n    \"sum_rate_payments\": 0,\n    \"sum_rate_credits\": 0,\n    \"sum_rate_revenue\": 0,\n    \"sum_membership_fees_amount\": 0,\n    \"sum_membership_fee_payments\": 0,\n    \"sum_paid_room_nights\": 0,\n    \"rate_fee_owing\": 200,\n    \"membership_fees_owing\": 0,\n    \"sanction_code\": null,\n    \"min_expected_reservations\": 6,\n    \"reservations_hotels\": null,\n    \"event_id\": 222222,\n    \"event\": {\n        \"id\": 222222,\n        \"name\": \"Example Event\",\n        \"description\": \"<p>Example event description</p>\",\n        \"start\": \"2021-01-28\",\n        \"end\": \"2021-01-31\",\n        \"featured\": true,\n        \"logo\": \"https://app.eventconnect.io/uploads/events/222222/logo/1605120320.png\",\n        \"header\": \"https://app.eventconnect.io/uploads/events/222222/header/1605119953.jpg\",\n        \"event_type\": {\n            \"id\": 1,\n            \"name\": \"Hockey\",\n            \"site_term\": \"rink\",\n            \"points_term\": \"goals\"\n        },\n        \"active\": true,\n        \"registrations\": null\n    },\n    \"group_id\": 3333333,\n    \"group\": {\n        \"id\": 3333333,\n        \"name\": \"Example Group\",\n        \"logo_url\": null,\n        \"address_id\": 9999999,\n        \"address\": null,\n        \"age_group_id\": null,\n        \"age_group\": null,\n        \"class_id\": null,\n        \"class\": null\n    },\n    \"group_manager\": null,\n    \"game_results\": [],\n    \"rate\": null,\n    \"region\": {\n        \"id\": 3333,\n        \"name\": \"Ontario\"\n    },\n    \"category\": {\n        \"id\": 99999,\n        \"name\": null,\n        \"hidden\": false,\n        \"color_code\": \"#db4863\",\n        \"order\": 3,\n        \"event_type_id\": null,\n        \"event_type\": null,\n        \"rates\": null\n    },\n    \"created_at\": \"2020-11-11 18:48:44\"\n}"}],"_postman_id":"e53d3c31-f395-46ad-b23c-2f9b6fc96eed"},{"name":"Restore Registration","id":"e110a8cc-c9e6-4ea9-90cb-9d8853bd3e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/registrations/:registration_id/restore","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Update an event registration.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","registrations",":registration_id","restore"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"description":{"content":"<p>17762</p>\n","type":"text/plain"},"type":"any","value":"{{event_id}}","key":"event_id"},{"description":{"content":"<p>470003</p>\n","type":"text/plain"},"type":"any","value":"{{registration_id}}","key":"registration_id"}]}},"response":[],"_postman_id":"e110a8cc-c9e6-4ea9-90cb-9d8853bd3e69"}],"id":"fe02f7db-02c3-4834-acbc-8a2e3239dc5b","_postman_id":"fe02f7db-02c3-4834-acbc-8a2e3239dc5b","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Reservations","item":[{"name":"Get Reservations","id":"3ecac693-360d-4b24-8926-3e84b07a924e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/reservations","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Get a list of reservations for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","reservations"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"181c11a5-458e-4c90-be42-ff4665fcbf95","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/reservations","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","reservations"],"variable":[{"key":"event_id","value":"{{event-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Jun 2021 12:57:45 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 1,\n            \"current\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 9999,\n            \"event_id\": 9999,\n            \"external_id\": null,\n            \"check_in\": \"2025-01-01\",\n            \"check_out\": \"2025-02-01\",\n            \"hotel_name\": \"Best Hotel\",\n            \"reserved_for_first_name\": \"EventConnect\",\n            \"reserved_for_last_name\": \"Dev\",\n            \"reserved_for_email\": \"no-reply@eventconnect.io\",\n            \"reserved_by_first_name\": \"EventConnect\",\n            \"reserved_by_last_name\": \"Dev\",\n            \"reserved_by_email\": \"no-reply@eventconnect.io\",\n            \"registration_id\": 9999,\n            \"cancelled\": false,\n            \"created_at\": \"2025-01-01T00:00:00.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"3ecac693-360d-4b24-8926-3e84b07a924e"},{"name":"Get Reservation Details","id":"5cc6a846-017b-4bd7-9977-2a24cdd4399a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/reservations/:reservation_id","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Get the details of an individual reservation</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","reservations",":reservation_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{reservation_id}}","key":"reservation_id"}]}},"response":[{"id":"d5345009-c4ed-4b20-8c3e-2895254e673a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/reservations/:reservation_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","reservations",":reservation_id"],"variable":[{"key":"event_id","value":"{{event-id}}"},{"key":"reservation_id","value":"{{reservation-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Jun 2021 13:27:24 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 9999,\n    \"event_id\": 9999,\n    \"external_id\": null,\n    \"check_in\": \"2025-01-01\",\n    \"check_out\": \"2025-02-01\",\n    \"hotel_name\": \"Best Hotel\",\n    \"reserved_for_first_name\": \"EventConnect\",\n    \"reserved_for_last_name\": \"Dev\",\n    \"reserved_for_email\": \"no-reply@eventconnect.io\",\n    \"reserved_by_first_name\": \"EventConnect\",\n    \"reserved_by_last_name\": \"Dev\",\n    \"reserved_by_email\": \"no-reply@eventconnect.io\",\n    \"registration_id\": 9999,\n    \"cancelled\": false,\n    \"created_at\": \"2025-01-01T00:00:00.000000Z\"\n}"}],"_postman_id":"5cc6a846-017b-4bd7-9977-2a24cdd4399a"}],"id":"6e2c229f-0062-47f6-a960-e8e1c08ad41d","_postman_id":"6e2c229f-0062-47f6-a960-e8e1c08ad41d","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Settings","item":[{"name":"Get Settings","id":"2afb0b92-96d9-4c86-b41d-44149496fa37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/settings","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","settings"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"id":"e6ae046c-2989-451f-84a3-993140d86e09","type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"40028b36-c0c5-4095-babe-9fa7de0bc351","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/settings","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","settings"],"variable":[{"key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Jul 2023 18:27:59 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"25000"},{"key":"X-RateLimit-Remaining","value":"24999"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"hide_home_away\": false,\n    \"hide_points\": false,\n    \"enable_overtime\": false,\n    \"enable_shootout\": false,\n    \"enable_shutout\": true,\n    \"enable_differential\": true,\n    \"enable_differential_average\": false,\n    \"enable_points\": true,\n    \"enable_innings_played\": false,\n    \"enable_offense_average\": false,\n    \"enable_defense_average\": false\n}"}],"_postman_id":"2afb0b92-96d9-4c86-b41d-44149496fa37"}],"id":"30a99f1e-82eb-43d2-b7b1-88de47fb458a","_postman_id":"30a99f1e-82eb-43d2-b7b1-88de47fb458a","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Site Restrictions","item":[{"name":"Get Site Restrictions","id":"e786eead-611e-4185-9144-49d7c137258f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"https://api.eventconnect.io/v3/events/:event_id/site-restrictions?limit=15","description":"<p>This endpoint retrieves site restrictions for a specific event by making an HTTP GET request to https://api.eventconnect.io/v3/events/:event_id/site-restrictions with a query parameter 'limit' set to 15. The response will be in JSON format and will include an array of site restrictions data, along with metadata about the pagination.</p>\n<p>The last execution of this request returned a 200 status code with a JSON response containing an array of site restrictions data, where each object includes an 'id', 'name', 'time_slot_id', 'time_slot', 'site_id', 'site' object with 'id', 'name', 'time_between_games', 'latitude', and 'longitude' properties, 'venue_id', and 'venue' object. Additionally, the response includes metadata with information about the total and current pages, as well as total and current results.</p>\n<p>Please note that the actual queries run with each request, including each instance of each query, will be displayed as per the user's request.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","site-restrictions"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"expand[]","value":"site"},{"disabled":true,"key":"expand[]","value":"venue"},{"disabled":true,"key":"expand[]","value":"time_slot"},{"disabled":true,"key":"start_date[gte]","value":"2021-01-28"},{"disabled":true,"key":"end_date[lte]","value":"2021-06-12"},{"disabled":true,"key":"site_id","value":"{{site_id}}"},{"key":"limit","value":"15"}],"variable":[{"id":"9783a416-4e51-4bc0-b9e9-9a819a81746b","type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"dccf8986-c1d1-423c-b048-afaa3720c3ab","name":"Get Site Restrictions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/site-restrictions?limit=15","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","site-restrictions"],"query":[{"key":"expand[]","value":"site","disabled":true},{"key":"expand[]","value":"venue","disabled":true},{"key":"expand[]","value":"time_slot","disabled":true},{"key":"start_date[gte]","value":"2021-01-28","disabled":true},{"key":"end_date[lte]","value":"2021-06-12","disabled":true},{"key":"site_id","value":"{{site_id}}","disabled":true},{"key":"limit","value":"15"}],"variable":[{"key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 13 Jun 2024 17:19:34 GMT"},{"key":"X-RateLimit-Limit","value":"25000"},{"key":"X-RateLimit-Remaining","value":"24999"},{"key":"phpdebugbar-id","value":"X11154495c2551316496a198b7449fe59"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1234,\n            \"name\": \"Example Site Restriction\",\n            \"time_slot_id\": 1234567,\n            \"time_slot\": null,\n            \"site_id\": 12345,\n            \"site\": null,\n            \"venue_id\": 12345,\n            \"venue\": null,\n            \"created_at\": \"2024-05-22 15:42:09\",\n            \"updated_at\": \"2024-05-22 15:42:09\",\n            \"deleted_at\": null\n        }\n    ],\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 1,\n            \"current\": 1\n        }\n    }\n}"}],"_postman_id":"e786eead-611e-4185-9144-49d7c137258f"}],"id":"5ff5520f-69d8-4520-b7fc-4243421265ce","_postman_id":"5ff5520f-69d8-4520-b7fc-4243421265ce","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Statuses","item":[{"name":"Get Event Statuses","id":"d1a9f8bd-67b7-4280-b62c-6ce38d6f79fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/statuses","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","statuses"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"cfa148d5-8a94-4a38-b3f1-2e925b93d770","name":"Active event with all tasks complete","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/statuses","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","statuses"],"variable":[{"id":"ecfd6938-d578-42f6-bef3-3aab12e28ebd","key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 Jun 2022 18:51:38 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Active\",\n    \"tasks\": [\n        {\n            \"name\": \"Association\",\n            \"description\": \"Event belongs to an Active Association.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Registration\",\n            \"description\": \"Event has assigned Registration Dates.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Financials\",\n            \"description\": \"Event has assigned Payment Gateway.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Venue\",\n            \"description\": \"Event has assigned Primary Venue.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Event Owner\",\n            \"description\": \"Event has assigned Primary Event Owner.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Divisions\",\n            \"description\": \"Event has at least one Active Division\",\n            \"complete\": true\n        }\n    ]\n}"},{"id":"147bde1b-8344-483c-abbc-c7eeedb213a2","name":"Active event that with incomplete task","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/statuses","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","statuses"],"variable":[{"id":"ecfd6938-d578-42f6-bef3-3aab12e28ebd","key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 Jun 2022 19:00:14 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Active\",\n    \"tasks\": [\n        {\n            \"name\": \"Association\",\n            \"description\": \"Event belongs to an Active Association.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Registration\",\n            \"description\": \"Event has assigned Registration Dates.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Financials\",\n            \"description\": \"Event has assigned Payment Gateway.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Venue\",\n            \"description\": \"Event has assigned Primary Venue.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Event Owner\",\n            \"description\": \"Event has assigned Primary Event Owner.\",\n            \"complete\": false\n        },\n        {\n            \"name\": \"Divisions\",\n            \"description\": \"Event has at least one Active Division\",\n            \"complete\": true\n        }\n    ]\n}"},{"id":"cca2661d-952e-49f4-bc03-64edf241f0bf","name":"Draft event with all tasts complete","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/statuses","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","statuses"],"variable":[{"id":"ecfd6938-d578-42f6-bef3-3aab12e28ebd","key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 Jun 2022 19:03:34 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Draft\",\n    \"tasks\": [\n        {\n            \"name\": \"Association\",\n            \"description\": \"Event belongs to an Active Association.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Registration\",\n            \"description\": \"Event has assigned Registration Dates.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Financials\",\n            \"description\": \"Event has assigned Payment Gateway.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Venue\",\n            \"description\": \"Event has assigned Primary Venue.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Event Owner\",\n            \"description\": \"Event has assigned Primary Event Owner.\",\n            \"complete\": true\n        },\n        {\n            \"name\": \"Divisions\",\n            \"description\": \"Event has at least one Active Division\",\n            \"complete\": true\n        }\n    ]\n}"}],"_postman_id":"d1a9f8bd-67b7-4280-b62c-6ce38d6f79fa"}],"id":"cdf629e9-cb69-49b9-8ffe-b60ff710950e","_postman_id":"cdf629e9-cb69-49b9-8ffe-b60ff710950e","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Users","item":[{"name":"Merchandise","item":[{"name":"Get Merchandise","id":"6afcefe7-0512-4a69-954a-0618ee15134b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/users/:user_id/merchandise","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Get the merchandise orders for a user</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","users",":user_id","merchandise"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"2"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"},{"type":"any","value":"{{user_id}}","key":"user_id"}]}},"response":[{"id":"997f50ef-bc73-4bd2-b29d-f7df45347886","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/users/:user_id/merchandise","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","users",":user_id","merchandise"],"query":[{"key":"limit","value":"1","disabled":true},{"key":"page","value":"2","disabled":true}],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"user_id","value":"{{user_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 12:09:33 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 1,\n            \"current\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 2730,\n            \"title\": \"Adult T-Shirt (Short Sleeve)\",\n            \"description\": \"<p>Shirt is sold with tournament logo.</p>\",\n            \"image\": \"https://app.eventconnect.io/uploads/merchandises/2730/image/1649351796.png\",\n            \"merchandise_orders\": [\n                {\n                    \"id\": 19657,\n                    \"amount\": 1,\n                    \"redeemed\": 0,\n                    \"document\": [\n                        {\n                            \"label\": \"Size\",\n                            \"answer\": \"M\"\n                        },\n                        {\n                            \"label\": \"Color\",\n                            \"answer\": \"White\"\n                        },\n                        {\n                            \"label\": \"Please acknowledge pick up at tournament\",\n                            \"answer\": [\n                                [\n                                    \"I acknowledge I am responsible to pick up my order\"\n                                ]\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"6afcefe7-0512-4a69-954a-0618ee15134b"}],"id":"01537025-0d54-4947-b463-1abb1100af1c","_postman_id":"01537025-0d54-4947-b463-1abb1100af1c","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}}],"id":"722f32b3-7e63-4560-8649-28e9f30ff3f8","_postman_id":"722f32b3-7e63-4560-8649-28e9f30ff3f8","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Venues","item":[{"name":"Site Restrictions","item":[{"name":"Get Site Restrictions","id":"c3c5e7ff-1c62-4dad-850b-b0a01d20615c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eventconnect.io/v3/events/:event_id/venues/:venue_id/site-restrictions?limit=15","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","venues",":venue_id","site-restrictions"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"expand[]","value":"site"},{"disabled":true,"key":"expand[]","value":"venue"},{"disabled":true,"key":"expand[]","value":"time_slot"},{"disabled":true,"key":"start_date[gte]","value":"2021-01-28"},{"disabled":true,"key":"end_date[lte]","value":"2021-01-31"},{"disabled":true,"key":"site_id","value":"{{site_id}}"},{"key":"limit","value":"15"}],"variable":[{"id":"c1fa13dd-6200-4657-8149-a636a95025a5","type":"any","value":"{{event_id}}","key":"event_id"},{"id":"6fdafc23-bca6-4b33-9e9d-05bd4f5a00a3","type":"any","value":"{{venue_id}}","key":"venue_id"}]}},"response":[{"id":"9bfbfdb5-82e8-4b0f-a801-670ba6a1e177","name":"Get Site Restrictions","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/venues/:venue_id/site-restrictions?limit=15","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","venues",":venue_id","site-restrictions"],"query":[{"key":"expand[]","value":"site","disabled":true},{"key":"expand[]","value":"venue","disabled":true},{"key":"expand[]","value":"time_slot","disabled":true},{"key":"start_date[gte]","value":"2021-01-28","disabled":true},{"key":"end_date[lte]","value":"2021-01-31","disabled":true},{"key":"site_id","value":"{{site_id}}","disabled":true},{"key":"limit","value":"15"}],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"venue_id","value":"{{venue_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 13 Jun 2024 19:18:48 GMT"},{"key":"X-RateLimit-Limit","value":"25000"},{"key":"X-RateLimit-Remaining","value":"24999"},{"key":"phpdebugbar-id","value":"X39196093adfd559433095d503b636db0"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1234,\n            \"name\": \"Example Site Restriction\",\n            \"time_slot_id\": 1234567,\n            \"time_slot\": null,\n            \"site_id\": 12345,\n            \"site\": null,\n            \"venue_id\": 12345,\n            \"venue\": null,\n            \"created_at\": \"2024-05-22 15:42:09\",\n            \"updated_at\": \"2024-05-22 15:42:09\",\n            \"deleted_at\": null\n        }\n    ],\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 1,\n            \"current\": 1\n        }\n    }\n}"}],"_postman_id":"c3c5e7ff-1c62-4dad-850b-b0a01d20615c"}],"id":"3a97ce68-9e26-402e-bec5-6ecd143078d6","_postman_id":"3a97ce68-9e26-402e-bec5-6ecd143078d6","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Sites","item":[{"name":"Site Restrictions","item":[{"name":"Get Site Restriction Details","id":"dc75e65c-c91c-40a3-9c0b-91334769640f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eventconnect.io/v3/events/:event_id/venues/:venue_id/sites/:site_id/site-restrictions/:site_restriction_id","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","venues",":venue_id","sites",":site_id","site-restrictions",":site_restriction_id"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"expand[]","value":"site"},{"disabled":true,"key":"expand[]","value":"venue"},{"disabled":true,"key":"expand[]","value":"time_slot"}],"variable":[{"id":"b9ed43e9-de0d-4079-bc86-f7bd956f0fe5","type":"any","value":"{{event_id}}","key":"event_id"},{"id":"91c5f632-f0fe-41dd-b0c1-af4fc51a04ba","type":"any","value":"{{venue_id}}","key":"venue_id"},{"id":"588a9b58-6856-4347-8b0a-15855cff88bd","type":"any","value":"{{site_id}}","key":"site_id"},{"id":"6ba82c02-efe0-4ca2-8810-5fcbfdb62123","type":"any","value":"{{site_restriction_id}}","key":"site_restriction_id"}]}},"response":[{"id":"13256626-ee76-434d-b73d-0aa2c7e64db9","name":"Get Site Restriction Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/venues/:venue_id/sites/:site_id/site-restrictions/:site_restriction_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","venues",":venue_id","sites",":site_id","site-restrictions",":site_restriction_id"],"query":[{"key":"expand[]","value":"site","disabled":true},{"key":"expand[]","value":"venue","disabled":true},{"key":"expand[]","value":"time_slot","disabled":true}],"variable":[{"key":"event_id","value":"{{event_id}}"},{"key":"venue_id","value":"{{venue_id}}"},{"key":"site_id","value":"{{site_id}}"},{"key":"site_restriction_id","value":"{{site_restriction_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.1.28"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 14 Jun 2024 14:12:21 GMT"},{"key":"X-RateLimit-Limit","value":"25000"},{"key":"X-RateLimit-Remaining","value":"24996"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1234,\n    \"name\": \"Example Site Restriction\",\n    \"time_slot_id\": 1234567,\n    \"time_slot\": null,\n    \"site_id\": 12345,\n    \"site\": null,\n    \"venue_id\": 12345,\n    \"venue\": null,\n    \"created_at\": \"2024-05-22 15:42:09\",\n    \"updated_at\": \"2024-05-22 15:42:09\",\n    \"deleted_at\": null\n}"}],"_postman_id":"dc75e65c-c91c-40a3-9c0b-91334769640f"}],"id":"dabbafe4-03e7-46d1-a652-d2e9ff4e99e3","_postman_id":"dabbafe4-03e7-46d1-a652-d2e9ff4e99e3","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}}],"id":"1e8cd373-99af-4b22-97b0-1b58d9f1f07a","_postman_id":"1e8cd373-99af-4b22-97b0-1b58d9f1f07a","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Add Venue","id":"93f27e6f-1e23-4213-947b-9da85c3e6ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Arena\",\n    \"address\": {\n        \"street_1\": \"99 Dundas St\",\n        \"city\": \"London\",\n        \"state_province\": \"ON\",\n        \"country\": \"CA\",\n        \"postal_code\": \"N6A6K1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id/venues","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>An endpoint to add a venue to an already created event.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","venues"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"df55236b-50a5-4893-8c37-427716d5b63c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Arena\",\n    \"address\": {\n        \"street_1\": \"99 Dundas St\",\n        \"city\": \"London\",\n        \"state_province\": \"Ontario\",\n        \"country\": \"Canada\",\n        \"postal_code\": \"N6A6K1\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/venues","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","venues"],"variable":[{"key":"event_id","value":"{{event_id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 11:44:38 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"venue_id\": 19969,\n    \"message\": \"Venue successfully created\"\n}"}],"_postman_id":"93f27e6f-1e23-4213-947b-9da85c3e6ffe"},{"name":"Get Venues","id":"a30888bf-38d5-4d31-93d7-ab8f59b4c9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events/:event_id/venues","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Get the venues for an event</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id","venues"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"999"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"expand[]","value":"sites"}],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"b5606278-5b15-4cbe-92e5-5d926fa4f885","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id/venues","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id","venues"],"query":[{"key":"limit","value":"15","disabled":true},{"key":"page","value":"1","disabled":true}],"variable":[{"key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 11:34:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 1,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 1,\n            \"current\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Budweiser Gardens\",\n            \"primary\": false,\n            \"address\": {\n                \"id\": 57659,\n                \"street_1\": \"99 Dundas Street\",\n                \"street_2\": null,\n                \"city\": \"London\",\n                \"postal_code\": \"N6A 6K1\",\n                \"latitude\": \"42.9824524\",\n                \"longitude\": \"-81.2523995\",\n                \"state_province\": {\n                    \"id\": 7,\n                    \"code\": \"ON\",\n                    \"name\": \"Ontario\"\n                },\n                \"country\": {\n                    \"id\": 1,\n                    \"code\": \"CA\",\n                    \"name\": \"Canada\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"a30888bf-38d5-4d31-93d7-ab8f59b4c9a0"}],"id":"7a2fd29e-57d2-478b-a2c8-e21724f43cb7","_postman_id":"7a2fd29e-57d2-478b-a2c8-e21724f43cb7","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"Get Events","id":"ecb7ded3-9b19-4276-892a-8472d1501c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/events","description":"<p><strong>Token Type:</strong> <code>user</code></p>\n<p>Gets a list of all active events for an association. Uses the association tied to the API token.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"1"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Boolean</p>\n","type":"text/plain"},"key":"active","value":"1"},{"disabled":true,"key":"featured","value":"1"},{"disabled":true,"key":"created_at[gte]","value":" 2025-01-01"},{"disabled":true,"key":"updated_at[gte]","value":" 2025-01-01"}],"variable":[]}},"response":[{"id":"5aec2a60-87fe-4101-9bf9-34cbb6946a98","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/events?limit=1","host":["https://api.eventconnect.io"],"path":["v3","events"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"1","disabled":true},{"key":"active","value":"","description":"Boolean","type":"text","disabled":true},{"key":"association_ids","value":"","description":"A comma-separated list of values","disabled":true},{"key":"featured","value":"1","description":"An optional boolean. `1`  returns featured events. `0`  returns non-featured events. Passing nothing returns events regardless of if they are featured or not","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 12:24:08 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 17,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 17,\n            \"current\": 1\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 15751,\n            \"event_name\": \"2021 Shootout\",\n            \"description\": \"<p style=\\\"font-size:18px;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent consectetur, odio vitae semper facilisis, elit odio facilisis augue, sit amet maximus erat ante in enim. Integer sollicitudin ipsum suscipit imperdiet venenatis. Duis sed lectus diam. Aenean id elementum tellus. Maecenas metus quam, viverra eu consequat ornare, placerat a justo. Duis consequat at dui sed convallis. Fusce neque quam, porttitor sit amet volutpat in, vehicula a turpis. Vivamus ut dapibus tortor. Integer consectetur justo nisl, ac hendrerit urna volutpat vel. Nam vel mauris id diam bibendum convallis et at ex. Aliquam id viverra elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Integer sollicitudin ante ut dolor consequat suscipit. Maecenas vitae nisl sem. In vel convallis leo, a vestibulum sem.</p>\",\n            \"start\": \"2021-06-26\",\n            \"end\": \"2021-06-27\",\n            \"featured_event\": false,\n            \"logo\": \"https://app.eventconnect.io/uploads/events/15751/logo/1616532823.jpg\",\n            \"header\": \"https://app.eventconnect.io/uploads/events/15751/header/1616532823.jpg\",\n            \"score\": 8,\n            \"annual_event\": 0,\n            \"is_public\": 1,\n            \"event_type\": \"Field Lacrosse\",\n            \"association_id\": 1186,\n            \"association_name\": \"Adrenaline Lacrosse\",\n            \"primary_venue_id\": 17125,\n            \"primary_venue_name\": \"State University\",\n            \"primary_venue\": {\n                \"id\": 17125,\n                \"name\": \"State University\",\n                \"primary\": true,\n                \"address\": {\n                    \"id\": 592996,\n                    \"street_1\": \"1801 East Cotati Avenue\",\n                    \"street_2\": null,\n                    \"city\": \"Rohnert Park\",\n                    \"postal_code\": \"94928\",\n                    \"latitude\": \"38.3409331\",\n                    \"longitude\": \"-122.6738225\",\n                    \"state_province\": {\n                        \"id\": 18,\n                        \"code\": \"CA\",\n                        \"name\": \"California\"\n                    },\n                    \"country\": {\n                        \"id\": 2,\n                        \"code\": \"US\",\n                        \"name\": \"United States\"\n                    }\n                }\n            },\n            \"registration_integration_type\": \"Fully Integrated\",\n            \"reporting\": {\n                \"compliant_travel_teams\": 2,\n                \"unactivated_travel_teams\": 106,\n                \"hotel_revenue\": 570.000001,\n                \"viewed_hotels\": 336,\n                \"opened_hotel_modal\": 82,\n                \"viewed_reservation_checkout\": 32,\n                \"made_reservation\": 16\n            },\n            \"address\": \"1801 East Cotati Avenue\",\n            \"city\": \"Rohnert Park\",\n            \"postal_code\": \"94928\",\n            \"state_province\": \"CA\",\n            \"country\": \"United States\",\n            \"created_at\": \"2021-06-01T12:53:12.000000Z\",\n            \"updated_at\": \"2021-06-02T15:56:11.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"ecb7ded3-9b19-4276-892a-8472d1501c1f"},{"name":"Get Event","id":"b75684d6-dc11-4111-8b32-5074f7ce9179","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Event\",\n    \"start_date\": \"2022-08-05\",\n    \"end_date\": \"2023-08-01\",\n    \"region_id\": 1234,\n    \"event_type_id\": 5,\n    \"country_id\": 1,\n    \"description\": \"This is the description of the event\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id","description":"<p>Get the details for an individual event.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[{"id":"4f0641bf-65c8-471f-acb7-404b34fdd513","name":"Get Event","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.eventconnect.io/v3/events/:event_id","host":["https://api.eventconnect.io"],"path":["v3","events",":event_id"],"variable":[{"key":"event_id","value":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Jun 2022 12:27:22 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14273,\n    \"event_name\": \"New Years Tourney\",\n    \"description\": \"<h1>Welcome to the New Year!!</h1>\\n\\n<p><br /></p>\\n\\n<p>Sed blandit odio sed nunc maximus, porttitor eleifend dolor tempus. In commodo nisl quis maximus cursus. Mauris nec malesuada metus, vel dapibus odio. In consectetur ante libero, dictum imperdiet quam sagittis non. Integer eros libero, congue sit amet dictum vel, commodo vel ipsum. Ut efficitur rhoncus metus, vitae aliquet ante sagittis id. Integer in eleifend enim. Suspendisse sodales interdum laoreet. Vestibulum finibus erat interdum odio rhoncus blandit. </p>\\n\\n<p><br /></p>\\n\\n<p>Nunc vulputate volutpat nibh, quis fermentum mi fringilla ac. Nam consequat ipsum quis ante volutpat consectetur. Vivamus sit amet erat ac neque rutrum facilisis eget nec metus. Nunc pellentesque metus quis volutpat fermentum. Aenean maximus lacus libero, ac maximus diam aliquam quis. Cras nec sem lobortis, pharetra nisl vel, semper erat. Proin tempus velit eu ornare condimentum.<br /></p>\",\n    \"start\": \"2021-01-28\",\n    \"end\": \"2021-01-31\",\n    \"featured_event\": true,\n    \"logo\": \"https://app.eventconnect.io/uploads/events/14273/logo/1605120320.png\",\n    \"header\": \"https://app.eventconnect.io/uploads/events/14273/header/1605119953.jpg\",\n    \"score\": 0,\n    \"annual_event\": 0,\n    \"is_public\": 1,\n    \"event_type\": \"Hockey\",\n    \"association_id\": 934,\n    \"association_name\": \"EventConnect Demo\",\n    \"primary_venue_id\": 1,\n    \"primary_venue_name\": \"Budweiser Gardens\",\n    \"primary_venue\": {\n        \"id\": 1,\n        \"name\": \"Budweiser Gardens\",\n        \"primary\": true,\n        \"address\": {\n            \"id\": 57659,\n            \"street_1\": \"99 Dundas Street\",\n            \"street_2\": null,\n            \"city\": \"London\",\n            \"postal_code\": \"N6A 6K1\",\n            \"latitude\": \"42.9824524\",\n            \"longitude\": \"-81.2523995\",\n            \"state_province\": {\n                \"id\": 7,\n                \"code\": \"ON\",\n                \"name\": \"Ontario\"\n            },\n            \"country\": {\n                \"id\": 1,\n                \"code\": \"CA\",\n                \"name\": \"Canada\"\n            }\n        }\n    },\n    \"registration_integration_type\": null,\n    \"reporting\": {\n        \"compliant_travel_teams\": 2,\n        \"unactivated_travel_teams\": 106,\n        \"hotel_revenue\": 570.000001,\n        \"viewed_hotels\": 336,\n        \"opened_hotel_modal\": 82,\n        \"viewed_reservation_checkout\": 32,\n        \"made_reservation\": 16\n    },\n    \"address\": \"99 Dundas Street\",\n    \"city\": \"London\",\n    \"postal_code\": \"N6A 6K1\",\n    \"state_province\": \"ON\",\n    \"country\": \"Canada\",\n    \"updated_at\": \"2022-06-02T11:44:38.000000Z\",\n    \"categories\": [\n        {\n            \"id\": 75337,\n            \"event_id\": 14273,\n            \"order\": 1,\n            \"event_type\": null,\n            \"rates\": [\n                {\n                    \"id\": 106516,\n                    \"name\": \"General\",\n                    \"rate\": 10000,\n                    \"membership_fee\": null,\n                    \"start\": \"2020-11-11\",\n                    \"end\": \"2021-01-23\"\n                }\n            ]\n        },\n        {\n            \"id\": 75351,\n            \"event_id\": 14273,\n            \"order\": 2,\n            \"event_type\": null,\n            \"rates\": [\n                {\n                    \"id\": 106530,\n                    \"name\": \"General\",\n                    \"rate\": 10000,\n                    \"membership_fee\": null,\n                    \"start\": \"2020-11-11\",\n                    \"end\": \"2021-01-23\"\n                }\n            ]\n        },\n        {\n            \"id\": 80664,\n            \"event_id\": 14273,\n            \"order\": 3,\n            \"event_type\": null,\n            \"rates\": [\n                {\n                    \"id\": 112531,\n                    \"name\": \"3 Day Camp\",\n                    \"rate\": 30000,\n                    \"membership_fee\": null,\n                    \"start\": \"2021-01-01\",\n                    \"end\": \"2021-01-28\"\n                }\n            ]\n        }\n    ],\n    \"tags\": []\n}"}],"_postman_id":"b75684d6-dc11-4111-8b32-5074f7ce9179"},{"name":"Create Event","id":"bce337ea-87c7-45bc-beab-d7ca061629d2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"content-type":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Event\",\n    \"start_date\": \"2022-08-05\",\n    \"end_date\": \"2023-08-01\",\n    \"region_id\": 2844,\n    \"event_type_id\": 5,\n    \"country_id\": 1,\n    \"description\": \"This is the description of the event\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events","description":"<p>Creates an event using the supplied information.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events"],"host":["https://api.eventconnect.io"],"query":[],"variable":[]}},"response":[{"id":"46ca54fd-674c-46f9-908a-82a06d346729","name":"Create Event","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Event\",\n    \"start\": \"2025-01-01\",\n    \"end\": \"2025-02-01\",\n    \"region_id\": 9999,\n    \"event_type_id\": 5,\n    \"country_id\": 1,\n    \"description\": \"This is the description of the event\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 20 Apr 2021 18:19:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 9999,\n    \"event_name\": \"Test Event\",\n    \"description\": \"<p>This is the description of the event</p>\",\n    \"start\": \"2025-01-01\",\n    \"end\": \"2025-02-01\",\n    \"featured_event\": 0,\n    \"logo\": \"https://app.eventconnect.io/uploads/events/9999/logo/\",\n    \"header\": \"https://app.eventconnect.io/uploads/events/9999/header/\",\n    \"score\": 0,\n    \"annual_event\": 0,\n    \"is_public\": 0,\n    \"event_type\": \"Basketball\",\n    \"association_id\": 3,\n    \"association_name\": \"EventConnect\",\n    \"primary_venue_name\": null,\n    \"registration_integration_type\": \"3rd Party\",\n    \"address\": null,\n    \"city\": null,\n    \"postal_code\": null,\n    \"state_province\": null,\n    \"country\": null,\n    \"updated_at\": \"2025-01-01T00:00:00.000000Z\"\n}"}],"_postman_id":"bce337ea-87c7-45bc-beab-d7ca061629d2"},{"name":"Update Event","event":[{"listen":"test","script":{"id":"2717dd9e-631d-4ad8-b8c1-88cf3801ceaf","exec":["// Updated response time test to 300ms","pm.test(\"Response status code is 200\", function () {","    pm.response.to.have.status(200);","    // Verify if the response status code is 200","});","","","pm.test(\"Response Content-Type header is 'text/xml'\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"text/xml\");","    // Check if the response Content-Type header is 'text/xml'","});","","","pm.test(\"Response time is less than 300ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(300);","    // Ensure that the response time is less than 300ms","});","","","pm.test(\"Response body schema matches the expected schema for event update\", function () {","    const responseData = xml2Json(pm.response.text());","  ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData).to.have.property('event');","    pm.expect(responseData.event).to.be.an('object');","    pm.expect(responseData.event).to.have.property('id');","    pm.expect(responseData.event).to.have.property('name');","    pm.expect(responseData.event).to.have.property('description');","    pm.expect(responseData.event).to.have.property('date');","    pm.expect(responseData.event).to.have.property('location');","    pm.expect(responseData.event).to.have.property('organizer');","    pm.expect(responseData.event).to.have.property('attendees');","    // Validate the structure of the response body against the expected schema for event update","});",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"c3272382-d178-4139-bba9-8e857cf75284","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ec9ae871-0683-4e34-b797-10fd67a64dd5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"content-type":true},"followAuthorizationHeader":false,"removeRefererHeaderOnRedirect":false,"tlsDisabledProtocols":[],"protocolVersion":"auto","strictSSL":false,"followRedirects":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new event\",\n    \"external_parent_id\": \"134jds45\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eventconnect.io/v3/events/:event_id","description":"<p>Allows you to update an event that has already been created.</p>\n<p>Many of the fields that can be updated in this endpoint can't be set on the event creation currently.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","events",":event_id"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{event_id}}","key":"event_id"}]}},"response":[],"_postman_id":"ec9ae871-0683-4e34-b797-10fd67a64dd5"}],"id":"ee4a4dfc-f4c1-4563-ada3-a588ef213950","description":"<p><strong>Note:</strong> The <code>reporting</code> data found on event objects is experimental and therefore subject to change and availability across the platform may not be consistent.</p>\n","_postman_id":"ee4a4dfc-f4c1-4563-ada3-a588ef213950","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"RFPs","item":[{"name":"Get RFP Details","id":"eb7f620f-d50d-4a06-9667-cf1efca1d2fc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/rfps/:uuid","description":"<p>Used for retrieving RFP details and status</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","rfps",":uuid"],"host":["https://api.eventconnect.io"],"query":[],"variable":[{"type":"any","value":"{{uuid}}","key":"uuid"}]}},"response":[{"id":"f9209994-7d45-42d4-87e5-f91afdd2ae9a","name":"RFP","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/rfps/:uuid","host":["https://api.eventconnect.io"],"path":["v3","rfps",":uuid"],"variable":[{"key":"uuid","value":"{{rfp-uuid}}","description":"Ex. `228df820-969d-11ed-a81f-a758b78b40f2`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 31 Jan 2023 20:52:24 GMT"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"228df820-969d-11ed-a81f-a758b78b40f2\",\n    \"name\": \"Request For Proposal\",\n    \"status\": \"Expired\",\n    \"link\": \"https://app.eventconnect.io/hotels/123456/opportunities/review?event_ids%5B0%5D=111111\",\n    \"contractor\": {\n        \"id\": 99999,\n        \"first_name\": \"Donald\",\n        \"last_name\": \"Nelson\",\n        \"email\": \"d.nelson@example.com\",\n        \"image_url\": null\n    },\n    \"start\": \"2023-02-03\",\n    \"end\": \"2023-02-04\",\n    \"due\": \"2022-12-20\",\n    \"created\": \"2022-12-15\",\n    \"updated\": \"2022-12-15\",\n    \"currency\": \"CAD\",\n    \"declined\": false,\n    \"declined_reason\": null,\n    \"hotel_contract_id\": null,\n    \"recipients\": [\n        {\n            \"id\": 888888,\n            \"first_name\": \"Alisa\",\n            \"last_name\": \"Randolph\",\n            \"email\": \"a.randolph@example.com\",\n            \"image_url\": null\n        }\n    ],\n    \"event\": {\n        \"id\": 111111,\n        \"name\": \"The Big Event\",\n        \"projected_reservations_per_team\": 5,\n        \"projected_travel_teams\": 50,\n        \"description\": \"<p>Augue nibh bibendum fringilla aliquam sed dis mattis aliquam in tellus venenatis consectetur. Taciti, sociosqu sed ac imperdiet. Ridiculus rutrum, platea condimentum sem metus senectus cursus integer elit. Ut duis augue egestas phasellus vitae fermentum vestibulum. Quam arcu id platea ultricies. Semper mollis sagittis vitae nibh netus ultricies nunc nulla lacus! Sodales bibendum ac ad hendrerit, faucibus inceptos primis. Rhoncus nisi accumsan vehicula integer luctus. Nec amet lobortis suscipit porttitor feugiat nisi?</p>\",\n        \"start\": \"2023-02-04\",\n        \"end\": \"2023-02-05\",\n        \"featured\": false,\n        \"cancelled\": false,\n        \"logo\": \"https://app.eventconnect.io/uploads/events/111111/logo/123456789.png\",\n        \"header\": \"https://app.eventconnect.io/uploads/events/111111/header/123456789.png\",\n        \"active\": true,\n        \"registrations\": null\n    },\n    \"hotel\": {\n        \"id\": 123456,\n        \"external_id\": \"EXT-123\",\n        \"name\": \"Atlas Hotel\",\n        \"image_url\": \"https://app.eventconnect.io/uploads/hotels/123456/images/123456789.jpeg\",\n        \"thumbnail_url\": \"\",\n        \"rating\": 3.5,\n        \"source_id\": 123456,\n        \"brand_id\": 86,\n        \"brand\": {\n            \"id\": 86,\n            \"name\": \"Atlas Hotel\"\n        },\n        \"chain_id\": -30,\n        \"chain\": {\n            \"id\": -30,\n            \"name\": \"Atlas Hotel\",\n            \"brand_count\": null,\n            \"brands\": null\n        },\n        \"address\": {\n            \"id\": 12345678,\n            \"street_1\": \"123 Fake St.\",\n            \"street_2\": \"\",\n            \"city\": \"Toronto\",\n            \"state_province\": {\n                \"id\": 39,\n                \"name\": \"Ontario\",\n                \"code\": \"ON\",\n                \"country\": {\n                    \"id\": 1,\n                    \"name\": \"Canada\",\n                    \"code\": \"CA\"\n                }\n            },\n            \"postal_code\": \"M5V 1J1\",\n            \"latitude\": \"43.6400457\",\n            \"longitude\": \"-79.3911624\"\n        },\n        \"promotions\": null\n    }\n}"}],"_postman_id":"eb7f620f-d50d-4a06-9667-cf1efca1d2fc"},{"name":"Get RFPs","event":[{"listen":"test","script":{"id":"003b3820-9340-406f-8c33-4bcd9c17531a","exec":["pm.test(\"Response status code is 500\", function () {","    pm.expect(pm.response.code).to.equal(500);","});","","","pm.test(\"Response is in text/html format\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"text/html\");","});","","","pm.test(\"Response has the required fields\", function () {","    const responseData = pm.response.json();","    ","    pm.expect(responseData).to.be.an('object');","    pm.expect(responseData.data).to.be.an('array');","    ","    responseData.data.forEach(function(item) {","        pm.expect(item).to.have.property('uuid');","        pm.expect(item).to.have.property('status');","        pm.expect(item).to.have.property('link');","        pm.expect(item).to.have.property('accommodation_start');","        pm.expect(item).to.have.property('accommodation_end');","        pm.expect(item).to.have.property('due');","        pm.expect(item).to.have.property('cut_off_days');","        pm.expect(item).to.have.property('rebate');","        pm.expect(item).to.have.property('commission_percentage');","        pm.expect(item).to.have.property('points_per_dollar');","        pm.expect(item).to.have.property('comp_ratio_numerator');","        pm.expect(item).to.have.property('comp_ratio_denominator');","        pm.expect(item).to.have.property('upfront_comp_stays');","        pm.expect(item).to.have.property('declined');","        pm.expect(item).to.have.property('declined_comment');","        pm.expect(item).to.have.property('distance_from_primary_venue');","        pm.expect(item).to.have.property('contractor_id');","        pm.expect(item).to.have.property('contractor');","        pm.expect(item).to.have.property('hotel_contract_id');","        pm.expect(item).to.have.property('hotel_contract');","        pm.expect(item).to.have.property('event_id');","        pm.expect(item).to.have.property('event');","        pm.expect(item).to.have.property('hotel_id');","        pm.expect(item).to.have.property('hotel');","        pm.expect(item).to.have.property('recipients');","        pm.expect(item).to.have.property('created_at');","        pm.expect(item).to.have.property('updated_at');","    });","});","","","pm.test(\"Response time is less than 200ms\", function () {","  pm.expect(pm.response.responseTime).to.be.below(200);","});","// Test to print out the speed/time taken from when the request was sent to when the response was received","pm.test(\"Print out the response time\" + pm.response.responseTime + \"ms\", function () {","    console.log(\"Response time: \" + pm.response.responseTime + \"ms\");","});"],"type":"text/javascript","packages":{}}}],"id":"368dc8e6-ea6b-4383-8185-66353fdb5a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/rfps","description":"<p>Used for retrieving RFP details and status</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","rfps"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"limit","value":"15"},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"property.chain","value":""},{"disabled":true,"key":"event_id","value":"{{event_id}}"},{"disabled":true,"key":"region_id","value":"{{region_id}}"},{"disabled":true,"description":{"content":"<p>integer</p>\n","type":"text/plain"},"key":"property.brand","value":""},{"disabled":true,"key":"expand[]","value":"contractor"},{"disabled":true,"key":"expand[]","value":"recipients"},{"disabled":true,"key":"expand[]","value":"event"},{"disabled":true,"key":"expand[]","value":"event.association"},{"disabled":true,"key":"expand[]","value":"event.primary_venue.address.state_province.country"},{"disabled":true,"key":"expand[]","value":"event.event_type"},{"disabled":true,"key":"expand[]","value":"hotel.address.state_province"},{"disabled":true,"key":"expand[]","value":"hotel.brand"},{"disabled":true,"key":"expand[]","value":"hotel.chain"},{"disabled":true,"key":"expand[]","value":"hotel_contract"},{"disabled":true,"key":"order[desc][]","value":"created_at"},{"disabled":true,"key":"declined","value":"1"},{"disabled":true,"key":"include_deleted","value":"1"}],"variable":[]}},"response":[{"id":"f14985f5-a368-4acc-9481-40e686dc8c6f","name":"Get RFPs","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.eventconnect.io/v3/rfps","host":["https://api.eventconnect.io"],"path":["v3","rfps"],"query":[{"key":"limit","value":"","description":"integer","disabled":true},{"key":"page","value":"","description":"integer","disabled":true},{"key":"status","value":"","description":"Pending, Expired, Declined, Declined By Hotel, Approved, Cancelled","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 08 Aug 2023 17:32:18 GMT"},{"key":"X-RateLimit-Limit","value":"25000"},{"key":"X-RateLimit-Remaining","value":"24999"},{"key":"phpdebugbar-id","value":"Xfe077a98a70aab3c5b0017d304f40f5e"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"uuid\": \"a888d3a0-753b-4dd6-998a-4d417e8027a3\",\n      \"external_id\": 123456,\n      \"status\": \"Approved\",\n      \"link\": \"https://app.eventconnect.io/hotels/123456/opportunities/review?event_ids%5B0%5D=111111\",\n      \"accommodation_start\": \"2024-07-01T00:00:00.000000Z\",\n      \"accommodation_end\": \"2024-07-04T00:00:00.000000Z\",\n      \"due\": \"2024-04-30T00:00:00.000000Z\",\n      \"cut_off_days\": 10,\n      \"rebate\": 1000,\n      \"commission_percentage\": 0.1,\n      \"points_per_dollar\": 3,\n      \"comp_ratio_numerator\": 1,\n      \"comp_ratio_denominator\": 15,\n      \"upfront_comp_stays\": 0,\n      \"declined\": false,\n      \"declined_comment\": null,\n      \"distance_from_primary_venue\": 3,\n      \"contractor_id\": null,\n      \"contractor\": null,\n      \"hotel_contract_id\": null,\n      \"hotel_contract\": null,\n      \"event_id\": 15392,\n      \"event\": null,\n      \"hotel_id\": 123456,\n      \"hotel\": null,\n      \"recipients_count\": 3,\n      \"recipients\": null,\n      \"created\": \"2023-01-25T14:53:23.000000Z\",\n      \"updated\": \"2023-07-27T15:14:28.000000Z\"\n    }\n  ],\n  \"metadata\": {\n    \"page\": {\n      \"total\": 1,\n      \"current\": 1\n    },\n    \"results\": {\n      \"total\": 1,\n      \"current\": 1\n    }\n  }\n}"}],"_postman_id":"368dc8e6-ea6b-4383-8185-66353fdb5a91"}],"id":"2a1be258-e174-4e7c-93f9-6e6da62b3342","_postman_id":"2a1be258-e174-4e7c-93f9-6e6da62b3342","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}},{"name":"System Enumerations","item":[{"name":"Get Countries","id":"f0e7e75f-e619-4cfa-9368-eef1a60c6d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/countries","description":"<p><strong>Token Type:</strong> <code>integration</code> or <code>user</code></p>\n<p>Gets a paginated list of all the countries in our system.</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","countries"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"15"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"53a639e3-406f-4998-a6d3-a73343c6be83","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 20 Apr 2021 18:21:38 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 17,\n            \"current\": 1\n        },\n        \"results\": {\n            \"total\": 250,\n            \"current\": 15\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"code\": \"CA\",\n            \"name\": \"Canada\"\n        },\n        {\n            \"id\": 2,\n            \"code\": \"US\",\n            \"name\": \"United States\"\n        },\n        {\n            \"id\": 251,\n            \"code\": \"AF\",\n            \"name\": \"Afghanistan\"\n        },\n        {\n            \"id\": 252,\n            \"code\": \"AX\",\n            \"name\": \"Aland Islands\"\n        },\n        {\n            \"id\": 253,\n            \"code\": \"AL\",\n            \"name\": \"Albania\"\n        },\n        {\n            \"id\": 254,\n            \"code\": \"DZ\",\n            \"name\": \"Algeria\"\n        },\n        {\n            \"id\": 255,\n            \"code\": \"AS\",\n            \"name\": \"American Samoa\"\n        },\n        {\n            \"id\": 256,\n            \"code\": \"AD\",\n            \"name\": \"Andorra\"\n        },\n        {\n            \"id\": 257,\n            \"code\": \"AO\",\n            \"name\": \"Angola\"\n        },\n        {\n            \"id\": 258,\n            \"code\": \"AI\",\n            \"name\": \"Anguilla\"\n        },\n        {\n            \"id\": 259,\n            \"code\": \"AQ\",\n            \"name\": \"Antarctica\"\n        },\n        {\n            \"id\": 260,\n            \"code\": \"AG\",\n            \"name\": \"Antigua and Barbuda\"\n        },\n        {\n            \"id\": 261,\n            \"code\": \"AR\",\n            \"name\": \"Argentina\"\n        },\n        {\n            \"id\": 262,\n            \"code\": \"AM\",\n            \"name\": \"Armenia\"\n        },\n        {\n            \"id\": 263,\n            \"code\": \"AW\",\n            \"name\": \"Aruba\"\n        }\n    ]\n}"}],"_postman_id":"f0e7e75f-e619-4cfa-9368-eef1a60c6d3c"},{"name":"Get States/Provinces","id":"aefa1050-6a66-4b46-a3dd-21f658caf5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eventconnect.io/v3/state-provinces","description":"<p><strong>Token Type:</strong> <code>integration</code> or <code>user</code></p>\n<p>Get a list of all states and provinces</p>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}},"urlObject":{"path":["v3","state-provinces"],"host":["https://api.eventconnect.io"],"query":[{"disabled":true,"key":"limit","value":"15"},{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"11254d57-6d63-4e26-95a1-b6166a1ab643","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eventconnect.io/v3/state-provinces","host":["https://api.eventconnect.io"],"path":["v3","state-provinces"],"query":[{"key":"limit","value":"15","disabled":true},{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 16 Mar 2022 18:24:58 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": {\n            \"total\": 252,\n            \"current\": 2\n        },\n        \"results\": {\n            \"total\": 3774,\n            \"current\": 15\n        }\n    },\n    \"data\": [\n        {\n            \"id\": 16,\n            \"name\": \"Arizona\",\n            \"code\": \"AZ\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Arkansas\",\n            \"code\": \"AR\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 18,\n            \"name\": \"California\",\n            \"code\": \"CA\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Colorado\",\n            \"code\": \"CO\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Connecticut\",\n            \"code\": \"CT\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Delaware\",\n            \"code\": \"DE\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Florida\",\n            \"code\": \"FL\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Georgia\",\n            \"code\": \"GA\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Hawaii\",\n            \"code\": \"HI\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Idaho\",\n            \"code\": \"ID\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Illinois\",\n            \"code\": \"IL\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Indiana\",\n            \"code\": \"IN\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Iowa\",\n            \"code\": \"IA\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Kansas\",\n            \"code\": \"KS\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Kentucky\",\n            \"code\": \"KY\",\n            \"country\": {\n                \"id\": 2,\n                \"name\": \"United States\",\n                \"code\": \"US\"\n            }\n        }\n    ]\n}"}],"_postman_id":"aefa1050-6a66-4b46-a3dd-21f658caf5ab"}],"id":"91e3dcf1-35c1-4049-81dc-8ff572c2558c","_postman_id":"91e3dcf1-35c1-4049-81dc-8ff572c2558c","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","id":"d6131307-c789-42f9-84d9-f94fc5b87dc3","name":"EventConnect API V3","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":""}},"event":[{"listen":"prerequest","script":{"id":"a642effb-c00d-4348-a851-be73dda0bebc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9868597e-9080-42a1-8144-8dde4ab99e8c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api-domain","value":"https://api.eventconnect.io"},{"key":"api-token","value":""},{"value":""}]}