{"info":{"_postman_id":"33214dfd-682a-4b37-9094-cbada1570ba7","name":"WIngman","description":"<html><head></head><body><p>THis is the api for the wingman webapp.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8426657","collectionId":"33214dfd-682a-4b37-9094-cbada1570ba7","publishedId":"SVfRs7bW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-08-29T13:04:48.000Z"},"item":[{"name":"Auth","item":[{"name":"User login","id":"101fc6ea-b5b7-4eae-8c46-cb99abc3a070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"admin@admin.com","type":"text"},{"key":"password","value":"secret","type":"text"}]},"url":"https://api.wingman.be/auth/login","urlObject":{"protocol":"https","path":["auth","login"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"101fc6ea-b5b7-4eae-8c46-cb99abc3a070"},{"name":"Current User","id":"ff17f01d-22c4-44ec-9867-170d66bb7179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.wingman.be/auth/me","description":"<p>gets the current authenticated user</p>\n","urlObject":{"protocol":"https","path":["auth","me"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff17f01d-22c4-44ec-9867-170d66bb7179"},{"name":"Refresh Token","id":"e528d17c-c8e6-430b-a1b7-1fae49937eb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.wingman.be/auth/refresh","urlObject":{"protocol":"https","path":["auth","refresh"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"e528d17c-c8e6-430b-a1b7-1fae49937eb2"},{"name":"Logout","id":"10491fdc-3c25-485b-aceb-b517fa7f6216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.wingman.be/auth/logout","urlObject":{"protocol":"https","path":["auth","logout"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"10491fdc-3c25-485b-aceb-b517fa7f6216"}],"id":"d72ac7c5-7253-4406-a162-e6f94addd102","description":"<p>Here are the authorization api endpoints.</p>\n","_postman_id":"d72ac7c5-7253-4406-a162-e6f94addd102"},{"name":"User","item":[{"name":"https://api.wingman.be/users","id":"e90a5a59-13c1-4fef-85ee-4081b4dbbb1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>List all the users on the system</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","name":"User","type":"folder"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"e90a5a59-13c1-4fef-85ee-4081b4dbbb1a"},{"name":"https://api.wingman.be/users","id":"ec430d66-a9f7-4db4-b621-a0258f39ac40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Julian\",\n    \"last_name\" : \"Hysollari\",\n    \"email\" : \"julian1@fold.eu\",\n    \"status\" : 1,\n    \"avatar\" : \"http://test.com/img.jpg\",\n    \"locale\" : \"nl\",\n    \"invoice\" : true,\n    \"credit\" : true,\n    \"applied_discount\" : 0,\n    \"discount_type\" : 0,\n    \"allowed_job_types\" : []\n}"},"url":"https://api.wingman.be/users","description":"<p>Api to create a new user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","name":"User","type":"folder"}},"urlObject":{"protocol":"https","path":["users"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec430d66-a9f7-4db4-b621-a0258f39ac40"},{"name":"https://api.wingman.be/users/{user_id}","id":"819de3f2-b4d3-470b-bce8-8d5a7ee1d9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Julian\",\n    \"last_name\" : \"Hysollari\",\n    \"email\" : \"julian2@fold.eu\",\n    \"status\" : 1,\n    \"avatar\" : \"http://test.com/img.jpg\",\n    \"locale\" : \"nl\",\n    \"invoice\" : true,\n    \"credit\" : true,\n    \"applied_discount\" : 0,\n    \"discount_type\" : 0,\n    \"allowed_job_types\" : []\n}"},"url":"https://api.wingman.be/users/b2fa5ba2-0bca-4648-841c-5ee3d9d1828c","description":"<p>updates the current user data</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","name":"User","type":"folder"}},"urlObject":{"protocol":"https","path":["users","b2fa5ba2-0bca-4648-841c-5ee3d9d1828c"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"819de3f2-b4d3-470b-bce8-8d5a7ee1d9a6"},{"name":"https://api.wingman.be/users/{user_id}","id":"f7d59cd0-13e7-430c-9768-6f5ee6767e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.wingman.be/users/b2fa5ba2-0bca-4648-841c-5ee3d9d1828c","description":"<p>view a user info</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","name":"User","type":"folder"}},"urlObject":{"protocol":"https","path":["users","b2fa5ba2-0bca-4648-841c-5ee3d9d1828c"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7d59cd0-13e7-430c-9768-6f5ee6767e8e"},{"name":"https://api.wingman.be/users/{user_id}/change-status","id":"63c94a90-b9a7-4f57-97b7-1276b1fafb6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/users/b2fa5ba2-0bca-4648-841c-5ee3d9d1828c/change-status","description":"<p>changes the status of a user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","name":"User","type":"folder"}},"urlObject":{"protocol":"https","path":["users","b2fa5ba2-0bca-4648-841c-5ee3d9d1828c","change-status"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"63c94a90-b9a7-4f57-97b7-1276b1fafb6f"},{"name":"https://api.wingman.be/users/{user_id}","id":"d62b1e53-9490-4f10-9dd6-0f8e9556b094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.wingman.be/users/b2fa5ba2-0bca-4648-841c-5ee3d9d1828c","description":"<p>deletes the current user</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","name":"User","type":"folder"}},"urlObject":{"protocol":"https","path":["users","b2fa5ba2-0bca-4648-841c-5ee3d9d1828c"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"d62b1e53-9490-4f10-9dd6-0f8e9556b094"}],"id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05","description":"<p>The api to manage users</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"07fdf675-514b-40bb-b56d-d12636b45584","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9c2a424e-c1f1-448a-a351-c56452e22970","type":"text/javascript","exec":[""]}}],"_postman_id":"a8bd187a-0bfd-4678-a29b-13e7ab34dc05"},{"name":"Companies","item":[{"name":"https://api.wingman.be/companies","id":"b2738dbe-0a02-4e9e-84ba-bdd4513b5ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Company 1\",\n    \"vat\": \"L61615007H\",\n    \"line_one\": \"add line 1\",\n    \"street_number\": \"20\",\n    \"zip_code\": \"8500\",\n    \"city\": \"my city\",\n    \"country\": \"my country\",\n    \"phone_number\": \"+355697531263\",\n    \"website\": \"mywebsite.com\",\n    \"financial_email\": \"julian@fold.eu\",\n    \"user_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\"\n}"},"url":"https://api.wingman.be/companies","description":"<p>add a new company (linked to a user)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd76b077-915b-40e1-9944-e268645f3984","id":"fd76b077-915b-40e1-9944-e268645f3984","name":"Companies","type":"folder"}},"urlObject":{"protocol":"https","path":["companies"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2738dbe-0a02-4e9e-84ba-bdd4513b5ed7"},{"name":"https://api.wingman.be/companies","id":"9e36c2eb-4221-4a9a-8a0c-78400a6fec07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Company 1\",\n    \"vat\": \"L61615007H\",\n    \"line_one\": \"add line 1\",\n    \"street_number\": \"20\",\n    \"zip_code\": \"8500\",\n    \"city\": \"my city\",\n    \"country\": \"my country\",\n    \"phone_number\": \"+355697531263\",\n    \"website\": \"mywebsite.com\",\n    \"financial_email\": \"julian@fold.eu\",\n    \"user_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\"\n}"},"url":"https://api.wingman.be/companies","description":"<p>list all the companies</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd76b077-915b-40e1-9944-e268645f3984","id":"fd76b077-915b-40e1-9944-e268645f3984","name":"Companies","type":"folder"}},"urlObject":{"protocol":"https","path":["companies"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e36c2eb-4221-4a9a-8a0c-78400a6fec07"},{"name":"https://api.wingman.be/companies/{company_id}","id":"e08d0d29-295b-4081-b334-c77ccae0c93a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Edited Company\",\n    \"vat\": \"L61615007H\",\n    \"line_one\": \"add line 1\",\n    \"street_number\": \"20\",\n    \"zip_code\": \"8500\",\n    \"city\": \"my edited city\",\n    \"country\": \"my country\",\n    \"phone_number\": \"+355697531263\",\n    \"website\": \"mywebsite.com\",\n    \"financial_email\": \"julian@fold.eu\",\n    \"user_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\"\n}"},"url":"https://api.wingman.be/companies/bc5f944d-0210-4632-b4be-e3ceb1fa5160","description":"<p>change the company data</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd76b077-915b-40e1-9944-e268645f3984","id":"fd76b077-915b-40e1-9944-e268645f3984","name":"Companies","type":"folder"}},"urlObject":{"protocol":"https","path":["companies","bc5f944d-0210-4632-b4be-e3ceb1fa5160"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"e08d0d29-295b-4081-b334-c77ccae0c93a"},{"name":"https://api.wingman.be/companies/{company_id}","id":"d33f4650-67c0-4de1-aa15-fbcbfd3f6716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Edited Company\",\n    \"vat\": \"L61615007H\",\n    \"line_one\": \"add line 1\",\n    \"street_number\": \"20\",\n    \"zip_code\": \"8500\",\n    \"city\": \"my edited city\",\n    \"country\": \"my country\",\n    \"phone_number\": \"+355697531263\",\n    \"website\": \"mywebsite.com\",\n    \"financial_email\": \"julian@fold.eu\",\n    \"user_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\"\n}"},"url":"https://api.wingman.be/companies/bc5f944d-0210-4632-b4be-e3ceb1fa5160","description":"<p>get a specific company</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd76b077-915b-40e1-9944-e268645f3984","id":"fd76b077-915b-40e1-9944-e268645f3984","name":"Companies","type":"folder"}},"urlObject":{"protocol":"https","path":["companies","bc5f944d-0210-4632-b4be-e3ceb1fa5160"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"d33f4650-67c0-4de1-aa15-fbcbfd3f6716"},{"name":"https://api.wingman.be/companies/{company_id}/change-status","id":"245e2dd7-4b57-4cb4-a35c-e74f0810dec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\":\"deactivate\"\n}"},"url":"https://api.wingman.be/companies/bc5f944d-0210-4632-b4be-e3ceb1fa5160/change-status","description":"<p>deactivate a company</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd76b077-915b-40e1-9944-e268645f3984","id":"fd76b077-915b-40e1-9944-e268645f3984","name":"Companies","type":"folder"}},"urlObject":{"protocol":"https","path":["companies","bc5f944d-0210-4632-b4be-e3ceb1fa5160","change-status"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"245e2dd7-4b57-4cb4-a35c-e74f0810dec8"},{"name":"https://api.wingman.be/companies/{company_id}","id":"acf6dd84-79e0-404e-b75a-21bbabd266d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\":\"deactivate\"\n}"},"url":"https://api.wingman.be/companies/bc5f944d-0210-4632-b4be-e3ceb1fa5160","description":"<p>delete the current company</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd76b077-915b-40e1-9944-e268645f3984","id":"fd76b077-915b-40e1-9944-e268645f3984","name":"Companies","type":"folder"}},"urlObject":{"protocol":"https","path":["companies","bc5f944d-0210-4632-b4be-e3ceb1fa5160"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"acf6dd84-79e0-404e-b75a-21bbabd266d8"}],"id":"fd76b077-915b-40e1-9944-e268645f3984","description":"<p>The api section to manage the companies data</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5e715be1-cef1-4e8d-872c-4d8a686f7574","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ef8afaab-7180-4499-a786-69570f5d71dc","type":"text/javascript","exec":[""]}}],"_postman_id":"fd76b077-915b-40e1-9944-e268645f3984"},{"name":"Urgencies","item":[{"name":"Add Urgency","id":"73047608-abec-4e9f-8565-6656b721bd1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Urgency 1\",\n    \"time_frame\": \"24h\",\n    \"cost\": \"20\"\n}"},"url":"https://api.wingman.be/urgencies","description":"<p>Creates a new job urgency</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","name":"Urgencies","type":"folder"}},"urlObject":{"protocol":"https","path":["urgencies"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"73047608-abec-4e9f-8565-6656b721bd1f"},{"name":"List Urgencies","id":"17e34a8f-ebc9-42cb-9d3b-1a8d0e7aaa4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Urgency 1\",\n    \"time_frame\": \"24h\",\n    \"cost\": \"20\"\n}"},"url":"https://api.wingman.be/urgencies","description":"<p>Gets all the active urgencies</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","name":"Urgencies","type":"folder"}},"urlObject":{"protocol":"https","path":["urgencies"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"17e34a8f-ebc9-42cb-9d3b-1a8d0e7aaa4e"},{"name":"Edit Urgencies","id":"564cf352-8a9f-48f1-8f29-f0e19b76d83d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Edited Urgency\",\n    \"time_frame\": \"24h\",\n    \"cost\": \"20\"\n}"},"url":"https://api.wingman.be/urgencies/d5de2eb8-c48d-4963-abb8-5eb1e0b4fdd2","description":"<p>change the urgency info</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","name":"Urgencies","type":"folder"}},"urlObject":{"protocol":"https","path":["urgencies","d5de2eb8-c48d-4963-abb8-5eb1e0b4fdd2"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"564cf352-8a9f-48f1-8f29-f0e19b76d83d"},{"name":"Change Urgency status","id":"b47f641f-5666-44bc-ad6f-bcc12f22d489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/urgencies/d5de2eb8-c48d-4963-abb8-5eb1e0b4fdd2/change-status","description":"<p>Activate or deactivate an urgency</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","name":"Urgencies","type":"folder"}},"urlObject":{"protocol":"https","path":["urgencies","d5de2eb8-c48d-4963-abb8-5eb1e0b4fdd2","change-status"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"b47f641f-5666-44bc-ad6f-bcc12f22d489"},{"name":"Delete Urgency","id":"ad1b5de8-31d2-4186-adda-2c9afa304735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/urgencies/d5de2eb8-c48d-4963-abb8-5eb1e0b4fdd2","description":"<p>Deletes an urgency</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","name":"Urgencies","type":"folder"}},"urlObject":{"protocol":"https","path":["urgencies","d5de2eb8-c48d-4963-abb8-5eb1e0b4fdd2"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad1b5de8-31d2-4186-adda-2c9afa304735"}],"id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf","description":"<p>The api section to manage the job urgency types</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"64a9dae4-93ae-4c88-b40a-428ab7f279e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65eb5ca5-157a-482b-a05f-c5109c9d9014","type":"text/javascript","exec":[""]}}],"_postman_id":"75db4332-d6b2-4f86-b5f5-8b3e1aaf96cf"},{"name":"Job Types","item":[{"name":"Add Job Type","id":"cf04fd44-9662-41fe-be8d-6bee0301552e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type_name\": \"Remove Background 1\",\n    \"price\": \"24,00\"\n}"},"url":"https://api.wingman.be/job-types","description":"<p>Creates a new job type record</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","name":"Job Types","type":"folder"}},"urlObject":{"protocol":"https","path":["job-types"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf04fd44-9662-41fe-be8d-6bee0301552e"},{"name":"List Job Types","id":"db91be41-c91d-4743-81e0-120c0d0ed3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type_name\": \"Remove Background 1\",\n    \"price\": \"24,00\"\n}"},"url":"https://api.wingman.be/job-types","description":"<p>Lists all active job types</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","name":"Job Types","type":"folder"}},"urlObject":{"protocol":"https","path":["job-types"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"db91be41-c91d-4743-81e0-120c0d0ed3bc"},{"name":"Edit Job Type","id":"71be8fe1-662a-45d2-8fd7-1d7f0bde6ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type_name\": \"Remove Background\",\n    \"price\": \"24,00\"\n}"},"url":"https://api.wingman.be/job-types/6efd332a-e709-43db-929d-62d4708e5671","description":"<p>Edit a job type</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","name":"Job Types","type":"folder"}},"urlObject":{"protocol":"https","path":["job-types","6efd332a-e709-43db-929d-62d4708e5671"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"71be8fe1-662a-45d2-8fd7-1d7f0bde6ce6"},{"name":"Change Job Type Status","id":"a4fb31e2-7479-4ae6-930c-04c727dfd9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/job-types/6efd332a-e709-43db-929d-62d4708e5671/change-status","description":"<p>Deactivate or activate a job type</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","name":"Job Types","type":"folder"}},"urlObject":{"protocol":"https","path":["job-types","6efd332a-e709-43db-929d-62d4708e5671","change-status"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4fb31e2-7479-4ae6-930c-04c727dfd9fd"},{"name":"Delete Job Type","id":"8db2b913-eb12-4a9f-b999-537e49e2ba69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/job-types/6efd332a-e709-43db-929d-62d4708e5671","description":"<p>Deletes the current job type</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","name":"Job Types","type":"folder"}},"urlObject":{"protocol":"https","path":["job-types","6efd332a-e709-43db-929d-62d4708e5671"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"8db2b913-eb12-4a9f-b999-537e49e2ba69"}],"id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad","description":"<p>The api section where is managed the services provided (job types)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3153c26c-2583-4c65-b962-f8a323e1059a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ba3ffcf-8b33-4a79-baa0-e46f664d9c05","type":"text/javascript","exec":[""]}}],"_postman_id":"3d2ecc7a-6711-4751-b5c7-0c56b4835fad"},{"name":"Jobs","item":[{"name":"Job Items","item":[],"id":"d84392cd-7e85-4c56-a9ce-e9c7c00534f2","description":"<p>The api that manages the details for each job</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"013f6a48-9980-4509-b149-4dcccaef0d04","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1b1449cc-30be-4902-afcc-ebd3de713ee9","type":"text/javascript","exec":[""]}}],"_postman_id":"d84392cd-7e85-4c56-a9ce-e9c7c00534f2"}],"id":"4b405594-8732-4215-9411-b9b6621f542d","description":"<p>The api that manages the job process</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"41627813-31eb-46b5-bbad-f644b6bb4573","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"067d054c-5d61-4267-9db6-ed4bcd74198c","type":"text/javascript","exec":[""]}}],"_postman_id":"4b405594-8732-4215-9411-b9b6621f542d"},{"name":"Support Tickets","item":[{"name":"Replies","item":[{"name":"List Support Ticket Replies","id":"600c3495-af5d-4323-8a52-65a5ce01817e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"file","file":{}},"url":"https://api.wingman.be/support-ticket-replies","description":"<p>Lists all active support ticket replies</p>\n","urlObject":{"protocol":"https","path":["support-ticket-replies"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"600c3495-af5d-4323-8a52-65a5ce01817e"},{"name":"Show Support Ticket Replies","id":"9c8552a1-7791-4e05-b2b6-5fe8fed038f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.wingman.be/support-ticket-replies/81721e00-dc45-46d2-8642-9c1051d58e74","description":"<p>View support ticket reply info</p>\n","urlObject":{"protocol":"https","path":["support-ticket-replies","81721e00-dc45-46d2-8642-9c1051d58e74"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8552a1-7791-4e05-b2b6-5fe8fed038f9"},{"name":"Add Support Ticket Reply","id":"28a715cf-15b1-41dd-a5dc-2908c7c49b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ticket_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"author_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"comment\": \"Support ticket comment\"\n}"},"url":"https://api.wingman.be/support-ticket-replies","description":"<p>Creates a new support ticket reply record</p>\n","urlObject":{"protocol":"https","path":["support-ticket-replies"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"28a715cf-15b1-41dd-a5dc-2908c7c49b8a"},{"name":"Edit Support Ticket Reply","id":"b32811c9-2dcb-4873-b48d-a20eec12d5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ticket_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"author_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"comment\": \"Support ticket comment\"\n}"},"url":"https://api.wingman.be/support-ticket-replies/81721e00-dc45-46d2-8642-9c1051d58e74","description":"<p>Change the support ticket reply info</p>\n","urlObject":{"protocol":"https","path":["support-ticket-replies","81721e00-dc45-46d2-8642-9c1051d58e74"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"b32811c9-2dcb-4873-b48d-a20eec12d5f3"},{"name":"Change Support Ticket Reply Status","id":"3a7e8f89-cac6-4e0d-be9c-a69f0a53778f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/support-ticket-replies/81721e00-dc45-46d2-8642-9c1051d58e74/change-status","description":"<p>Activate or deactivate an support ticket reply</p>\n","urlObject":{"protocol":"https","path":["support-ticket-replies","81721e00-dc45-46d2-8642-9c1051d58e74","change-status"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a7e8f89-cac6-4e0d-be9c-a69f0a53778f"},{"name":"Delete Support Tickets Reply","id":"9b237e73-b69e-4627-a96a-207d28e1c9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/support-ticket-replies/81721e00-dc45-46d2-8642-9c1051d58e74","description":"<p>Delete a support ticket reply</p>\n","urlObject":{"protocol":"https","path":["support-ticket-replies","81721e00-dc45-46d2-8642-9c1051d58e74"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b237e73-b69e-4627-a96a-207d28e1c9ae"}],"id":"e42e8c09-3888-49ba-a575-b4cb0404b803","description":"<p>The support ticket replies</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3e69acfb-e50c-4c4f-8657-384bdd608e73","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cfe07e1b-a471-4e95-8f30-8cac4a336dc2","type":"text/javascript","exec":[""]}}],"_postman_id":"e42e8c09-3888-49ba-a575-b4cb0404b803"},{"name":"List Support Tickets","id":"6904ed94-a697-4991-b6bd-e4821615097d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"file","file":{}},"url":"https://api.wingman.be/support-tickets","description":"<p>Lists all active support tickets</p>\n","urlObject":{"protocol":"https","path":["support-tickets"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"6904ed94-a697-4991-b6bd-e4821615097d"},{"name":"Show Support Tickets","id":"cdb77e31-c9b2-4de2-8e70-f9305b2c2242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.wingman.be/support-tickets/81721e00-dc45-46d2-8642-9c1051d58e74","description":"<p>View support ticket info</p>\n","urlObject":{"protocol":"https","path":["support-tickets","81721e00-dc45-46d2-8642-9c1051d58e74"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdb77e31-c9b2-4de2-8e70-f9305b2c2242"},{"name":"Add Support Ticket","id":"a5373dee-6976-47b5-a62e-81509bc4c794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"agent_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"related_job_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"title\": \"Some test ticket\",\n\t\"description\": \"Ticket description\",\n\t\"status\": 1,\n\t\"rating\": null\n}"},"url":"https://api.wingman.be/support-tickets","description":"<p>Creates a new support ticket record</p>\n","urlObject":{"protocol":"https","path":["support-tickets"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5373dee-6976-47b5-a62e-81509bc4c794"},{"name":"Edit Support Ticket","id":"51493759-cfae-44e1-bf29-2f98a1ad03ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"agent_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"related_job_id\": \"81821e00-dc45-46d2-8642-9c1051d58e74\",\n\t\"title\": \"Some test ticket\",\n\t\"description\": \"Ticket description\",\n\t\"status\": 1,\n\t\"rating\": null\n}"},"url":"https://api.wingman.be/support-tickets/81721e00-dc45-46d2-8642-9c1051d58e74","description":"<p>Change the support ticket info</p>\n","urlObject":{"protocol":"https","path":["support-tickets","81721e00-dc45-46d2-8642-9c1051d58e74"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"51493759-cfae-44e1-bf29-2f98a1ad03ad"},{"name":"Change Support Ticket Status","id":"4cc61ce5-3f0f-4c00-b976-b731fd385b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/support-tickets/81721e00-dc45-46d2-8642-9c1051d58e74/change-status","description":"<p>Activate or deactivate an support ticket</p>\n","urlObject":{"protocol":"https","path":["support-tickets","81721e00-dc45-46d2-8642-9c1051d58e74","change-status"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cc61ce5-3f0f-4c00-b976-b731fd385b1b"},{"name":"Delete Support Tickets","id":"9315b7aa-d66d-42e7-8f43-86ca35df3120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"deactivate\"\n}"},"url":"https://api.wingman.be/support-tickets/81721e00-dc45-46d2-8642-9c1051d58e74","description":"<p>Delete a support ticket</p>\n","urlObject":{"protocol":"https","path":["support-tickets","81721e00-dc45-46d2-8642-9c1051d58e74"],"host":["api","wingman","be"],"query":[],"variable":[]}},"response":[],"_postman_id":"9315b7aa-d66d-42e7-8f43-86ca35df3120"}],"id":"3304a5b4-242c-479c-b6b6-f391e5fe033f","description":"<p>The api section where support tickets are managed</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3b381464-b226-40cc-aca6-650a53ad4715","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5ce2a4e-cbaa-46a5-9afa-a63916640e99","type":"text/javascript","exec":[""]}}],"_postman_id":"3304a5b4-242c-479c-b6b6-f391e5fe033f"},{"name":"Invoices","item":[],"id":"c6b98441-7f28-4313-89dc-db5c7eb46561","description":"<p>The api section to manage invoices</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0f1c16f7-3294-4e78-b242-a5d7e2f0ded1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"706f5590-ce61-4e73-9840-dd671c8a0063","type":"text/javascript","exec":[""]}}],"_postman_id":"c6b98441-7f28-4313-89dc-db5c7eb46561"},{"name":"Invoice Items","item":[],"id":"38430444-30df-4748-b59d-490e559a14fc","description":"<p>The api section to manage the invoice items</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3f8ca61b-a031-4560-8761-eb8ddf3fa022","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f64bb291-db8a-4096-ac4c-6470b45a0c62","type":"text/javascript","exec":[""]}}],"_postman_id":"38430444-30df-4748-b59d-490e559a14fc"}]}