{"info":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Store requests inside private bins.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Things that the developers should know about</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>JWT(JSON Web Tokens)</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>404, 500</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"}],"owner":"527399","collectionId":"e02c8b07-4445-5406-3755-948b25b71048","publishedId":"RVg3cSfR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-02-26T03:53:14.000Z"},"item":[{"name":"Authentication","item":[{"name":"Auth/Login","id":"9b5e1659-da41-d36b-f9f0-b851f37d2d8b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Requested-With","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"email\",\n\t\"password\": \"password\"\n}"},"url":"http://hookathon.test/api/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","auth","login"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b5e1659-da41-d36b-f9f0-b851f37d2d8b"}],"id":"2746599e-0803-8bfd-b281-7dfb97d8ad06","_postman_id":"2746599e-0803-8bfd-b281-7dfb97d8ad06","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}}},{"name":"Bins","item":[{"name":"Bins/Index","id":"d574fac1-f970-fb08-ce11-a131470c7e68","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"New bin\"\n}"},"url":"http://hookathon.test/api/bins","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","bins"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"d574fac1-f970-fb08-ce11-a131470c7e68"},{"name":"Bins/Store","id":"b1aea43f-bfaf-cd17-a046-f8bd8182d725","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"New bin\"\n}"},"url":"http://hookathon.test/api/bins","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","bins"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1aea43f-bfaf-cd17-a046-f8bd8182d725"},{"name":"Bins/Show","id":"9c92f4db-6a43-c695-5008-ed0ff773d325","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"New bin\"\n}"},"url":"http://hookathon.test/api/bins/{{uid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","bins","{{uid}}"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c92f4db-6a43-c695-5008-ed0ff773d325"},{"name":"Bins/Update","id":"32135bc4-006f-351a-8ea4-7f526eb7c554","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Update bin name\"\n}"},"url":"http://hookathon.test/api/bins/{{uid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","bins","{{uid}}"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"32135bc4-006f-351a-8ea4-7f526eb7c554"},{"name":"Bins/Destroy","id":"a44f57f5-fe8b-c7d5-ef4d-00dc77b3dc24","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://hookathon.test/api/bins/{{uid}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","bins","{{uid}}"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"a44f57f5-fe8b-c7d5-ef4d-00dc77b3dc24"},{"name":"Bins/GetRequests","id":"263fe237-d10d-9816-17d5-3ebd6ef6e33d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://hookathon.test/api/bins/{{uid}}/requests","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","bins","{{uid}}","requests"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"263fe237-d10d-9816-17d5-3ebd6ef6e33d"},{"name":"Bins/PostRequest","id":"69ec09e0-c73e-125d-e7be-27ff5c551101","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"Ok"},"url":"http://hookathon.test/api/bins/{{uid}}/listen","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}},"urlObject":{"protocol":"http","path":["api","bins","{{uid}}","listen"],"host":["hookathon","test"],"query":[],"variable":[]}},"response":[],"_postman_id":"69ec09e0-c73e-125d-e7be-27ff5c551101"}],"id":"40e3b2c9-9f05-21c0-c31f-f1cbedd74b38","_postman_id":"40e3b2c9-9f05-21c0-c31f-f1cbedd74b38","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]},"isInherited":true,"source":{"_postman_id":"e02c8b07-4445-5406-3755-948b25b71048","id":"e02c8b07-4445-5406-3755-948b25b71048","name":"Hookathon","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your_auth_token"}]}},"variable":[{"key":"AUTH_TOKEN","value":"your_auth_token","type":"string"}]}