{"info":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","description":"<html><head></head><body><h2 id=\"get-started\">Get Started</h2>\n<p>To use this collection, one must have a active <a href=\"https://app.myhubly.com/\">Hubly Account</a>.</p>\n<h4 id=\"bearer-token\">Bearer Token</h4>\n<p>To find your Bearer Token you need to be logged in into <a href=\"https://app.myhubly.com/\">Hubly</a>, and follow these steps:</p>\n<ol>\n<li>Open Chrome DevTools:<ol>\n<li>You can access DevTools by pressing <code>Ctrl+Shift+I</code> (or <code>Cmd+Option+I</code> on macOS).</li>\n<li>Alternatively, right-click on the webpage and select \"Inspect\" or \"Inspect Element\".</li>\n</ol>\n</li>\n<li>Navigate to the Network Tab:<ol>\n<li>Once DevTools is open, click on the \"Network\" tab.</li>\n</ol>\n</li>\n<li>Inspect Network Requests:<ol>\n<li>Reload the page or perform actions that trigger network requests.</li>\n<li>The Network tab will display a list of all requests made by the webpage.</li>\n</ol>\n</li>\n<li>Locate the Relevant Request (usually named <em><strong>graphql</strong></em>)<ol>\n<li>You can use the search bar within the Network tab to filter requests by URL or other criteria.</li>\n</ol>\n</li>\n<li>Examine Headers or Response:<ol>\n<li>Click on the relevant request in the Network tab.</li>\n<li>Look for the \"Authorization\" header, which often contains the authorization token (e.g., \"Bearer \").</li>\n</ol>\n</li>\n</ol>\n<h5 id=\"example\">Example</h5>\n<p>You might see a request to <code>https://api.example.com/resource</code> with the following in the \"Headers\" tab:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Authorization: Bearer your_token_here\n\n</code></pre><p>In this case, the authorization token is <em><strong>your_token_here</strong></em>, which should be pasted into the <em><strong>token.</strong></em></p>\n<h4 id=\"hub-id--short-id\">Hub ID &amp; Short ID</h4>\n<p>Once you have your Bearer Token, you can find your Hub's ID and Short ID using the Get Hub request. These values should be pasted into the <em><strong>hub_id</strong></em> and <em><strong>hub_short_id</strong></em> variables.</p>\n<h2 id=\"variables-reference\">Variables Reference</h2>\n<p>The collection relies on the following variables:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>base_url</code></td>\n<td><code>https://gateway.myhubly.com</code></td>\n</tr>\n<tr>\n<td><code>hub_id</code></td>\n<td>Your Hub UUID.</td>\n</tr>\n<tr>\n<td><code>token</code></td>\n<td>Your Bearer Authentication Token</td>\n</tr>\n<tr>\n<td><code>hub_short_id</code></td>\n<td>Your Hub Short ID (hubId)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>Pagination is available by providing the <code>limit</code> and <code>offeset</code> query parameters in the GET requests.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21955697","collectionId":"297abd19-4a54-446e-91bd-4f0a920de6ef","publishedId":"2sAYkKJdhi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"536dfe"},"publishDate":"2025-03-25T21:11:58.000Z"},"item":[{"name":"Clients","item":[{"name":"Search Clients","event":[{"listen":"test","script":{"id":"9805355e-4182-42ef-aa29-e2785f4a2eff","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5bf02c2a-ea92-4b19-9b70-9283a8dafb73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/hubs/{{hub_id}}/clients/allNames?search=Doe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","{{hub_id}}","clients","allNames"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Name or Email</p>\n","type":"text/plain"},"key":"search","value":"Doe"}],"variable":[]}},"response":[],"_postman_id":"5bf02c2a-ea92-4b19-9b70-9283a8dafb73"},{"name":"Get Client","id":"db479a71-2753-4905-920b-51858c95a82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/clients/{{client_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["clients","{{client_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"db479a71-2753-4905-920b-51858c95a82e"},{"name":"Create Client","id":"4da13b09-d39f-4b43-9553-045ed2af0a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"James\",\n    \"last_name\": \"Doe\",\n    \"email\": \"jamesdoe@email.com\",\n    \"phone_number\": \"12223334455\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/hubs/{{hub_id}}/clients/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","{{hub_id}}","clients",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4da13b09-d39f-4b43-9553-045ed2af0a8c"}],"id":"1cecdb3b-46f8-4829-8007-052ca2f9ed13","_postman_id":"1cecdb3b-46f8-4829-8007-052ca2f9ed13","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}},{"name":"Client Workflows","item":[{"name":"Create Client Workflow","id":"cfd86a61-9e77-408e-a410-fe5357e2dacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"b0d061c1-9a95-4081-9854-f7d4c9da9d49\",\n    \"workflowId\": \"346559f9-d6d2-4149-88ea-ae038fed87bd\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/clientWorkflows/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["clientWorkflows",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfd86a61-9e77-408e-a410-fe5357e2dacb"},{"name":"List Client Workflows","id":"4d0b288e-c00f-4b4f-a71f-45b7ad2e0044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/hubs/{{hub_id}}/clientWorkflows/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","{{hub_id}}","clientWorkflows",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d0b288e-c00f-4b4f-a71f-45b7ad2e0044"}],"id":"14485dd8-916f-4a1c-96c1-2e4e6c73bd67","_postman_id":"14485dd8-916f-4a1c-96c1-2e4e6c73bd67","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}},{"name":"Dates","item":[{"name":"List Date Types","id":"c46c0207-7d8b-407e-bf2f-c317732fff96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/dateTypes/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["dateTypes",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c46c0207-7d8b-407e-bf2f-c317732fff96"},{"name":"Create Client Date","id":"f304b26e-75d4-48ae-bc42-546db4129e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"b0d061c1-9a95-4081-9854-f7d4c9da9d49\",\n    \"dateTypeId\": \"3693c20b-265a-4677-99a9-534eaa792efb\",\n    \"date\": \"2024-03-25\"\n}"},"url":"{{base_url}}/clientDates/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["clientDates",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f304b26e-75d4-48ae-bc42-546db4129e0b"},{"name":"Update Client Date","id":"c8902ab9-4aaf-435c-8cea-e869203593fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"date\": \"1990-03-24\"\n}"},"url":"{{base_url}}/clientDates/{{client_date_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["clientDates","{{client_date_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8902ab9-4aaf-435c-8cea-e869203593fc"}],"id":"3642e087-add4-477f-b543-6ca667a3b2b1","_postman_id":"3642e087-add4-477f-b543-6ca667a3b2b1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}},{"name":"Meetings","item":[{"name":"List Meeting Types","id":"f5278648-0225-421d-b53e-142abc56ae85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/hubs/{{hub_id}}/meetingDateTypes/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","{{hub_id}}","meetingDateTypes",""],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Meeting's Name</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[],"_postman_id":"f5278648-0225-421d-b53e-142abc56ae85"},{"name":"Create Meeting Type","id":"0d1a5238-93cd-4ba5-a2f2-0f4c782f0d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Client Review\"\n}"},"url":"{{base_url}}/hubs/{{hub_id}}/meetingDateTypes/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","{{hub_id}}","meetingDateTypes",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d1a5238-93cd-4ba5-a2f2-0f4c782f0d4c"},{"name":"Create Client Meeting","id":"826ca8c1-3f99-459a-8494-6d0fe7a6ecab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"Meeting\",\n    \"clientId\": \"b0d061c1-9a95-4081-9854-f7d4c9da9d49\",\n    \"meetingDateTypeId\": \"f111bcab-2567-4c54-90bf-9ff3a74fb36b\",\n    \"name\": \"Review\",\n    \"startDate\": \"2025-03-25T18:00:00.000Z\",\n    \"endDate\": \"2025-03-25T19:00:00.000Z\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/events/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["events",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"826ca8c1-3f99-459a-8494-6d0fe7a6ecab"}],"id":"5a4bc012-e35b-429d-9271-fa3b2771ba2e","_postman_id":"5a4bc012-e35b-429d-9271-fa3b2771ba2e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}},{"name":"Hooks","item":[{"name":"Subscribe","id":"c58cc1fb-270d-4066-bef7-98fadea2f920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://hooks.zapier.com/hooks/standard/5685877/becb9ad42bed49bcb71e7a38d6a16342/\",\n    \"event\": \"NEW_CLIENT\",\n    \"type\": \"ZAPIER\",\n    \"type_id\": \"subscription:52354709\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/hooks/","description":"<h4 id=\"available-events\">Available Events</h4>\n<ol>\n<li>NEW_CLIENT</li>\n<li>CLIENT_ADDED_TO_WORKFLOW</li>\n<li>NEW_HUB</li>\n<li>TASK_COMPLETED</li>\n<li>NEW_WORKFLOW</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hooks",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c58cc1fb-270d-4066-bef7-98fadea2f920"},{"name":"Unsubscribe","id":"2ca9dd39-1aed-4690-a98f-b05fa18cf752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/hooks/{{hook_id}}/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hooks","{{hook_id}}",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ca9dd39-1aed-4690-a98f-b05fa18cf752"}],"id":"4d609325-b897-4cd8-9b33-cdc28eb6ff29","_postman_id":"4d609325-b897-4cd8-9b33-cdc28eb6ff29","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}},{"name":"Hubs","item":[{"name":"Get Hub","id":"f7d02341-b474-4044-bf52-745b9dc0f470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/hubs/{{hub_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","{{hub_id}}"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7d02341-b474-4044-bf52-745b9dc0f470"},{"name":"Search Hubs","id":"682c5067-9b62-46d1-8dc7-cc8adfee79af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/hubs/simpleList","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","simpleList"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Hub's name</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[],"_postman_id":"682c5067-9b62-46d1-8dc7-cc8adfee79af"}],"id":"5727dfe6-99f5-4435-8f84-d0b84d6b5b60","_postman_id":"5727dfe6-99f5-4435-8f84-d0b84d6b5b60","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}},{"name":"Tasks","item":[{"name":"List Client Tasks","id":"f83f77df-2b34-4015-bf90-669ba6853c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Hub","value":"{{hub_short_id}}","type":"text"}],"url":"{{base_url}}/tasks/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["tasks",""],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Field used to order the response.</p>\n","type":"text/plain"},"key":"ordering","value":""},{"disabled":true,"description":{"content":"<p>Boolean field use to filter completed/incompleted tasks</p>\n","type":"text/plain"},"key":"completed","value":""}],"variable":[]}},"response":[],"_postman_id":"f83f77df-2b34-4015-bf90-669ba6853c13"}],"id":"a0768dd7-d888-41fc-9464-f38a68438254","_postman_id":"a0768dd7-d888-41fc-9464-f38a68438254","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}},{"name":"Workflows","item":[{"name":"List Workflows","id":"5aa0dd8f-9a89-4423-a969-c5cad514f2d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/hubs/{{hub_id}}/workflows/simpleList","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}},"urlObject":{"path":["hubs","{{hub_id}}","workflows","simpleList"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aa0dd8f-9a89-4423-a969-c5cad514f2d2"}],"id":"39644804-b244-436c-a06f-daee354da2ec","_postman_id":"39644804-b244-436c-a06f-daee354da2ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"297abd19-4a54-446e-91bd-4f0a920de6ef","id":"297abd19-4a54-446e-91bd-4f0a920de6ef","name":"Hubly API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"59a7debf-3df6-48f7-ab93-a0a056afc75a","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"82fba487-8011-4f6f-9899-0b2dfd853cfe","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://gateway.myhubly.com","type":"string","disabled":true},{"key":"hub_id","value":"","disabled":true},{"key":"token","value":"","type":"string","disabled":true},{"key":"hub_short_id","value":"","type":"string","disabled":true}]}