{"info":{"_postman_id":"689303ea-2e16-4221-aead-ab9d42144197","name":"Passwall","description":"<html><head></head><body><h1 id=\"passwall-api\">PassWall API</h1>\n<p><a href=\"https://github.com/pass-wall/passwall-server\">PassWall</a><br>PassWall is an open source password manager. By using this server API, you can store your passwords wherever you want and manage easily with clients or even with just API tools like Postman etc.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This API uses <strong>JWT Auth</strong> to secure endpoints. The username and password can be set by global environments or  <strong>config.yml</strong> file. Then you can add <strong>Bearer Token</strong> to your requests.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"PassWall API","slug":"passwall-api"}],"owner":"3658426","collectionId":"689303ea-2e16-4221-aead-ab9d42144197","publishedId":"SzYbyHXj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-04T21:51:39.000Z"},"item":[{"name":"Users","item":[{"name":"Get Filtered","id":"f18083dc-e127-4f4f-af05-408b2b912a48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/users?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=twitter","description":"<p>User can get all logins with this request.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users"],"host":["localhost"],"query":[{"description":{"content":"<p>Minimum 0</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"description":{"content":"<p>Minimum 1</p>\n","type":"text/plain"},"key":"Limit","value":"5"},{"description":{"content":"<p>id|created_at|updated_at|url|username</p>\n","type":"text/plain"},"key":"Sort","value":"updated_at"},{"description":{"content":"<p>ASC|DESC</p>\n","type":"text/plain"},"key":"Order","value":"DESC"},{"description":{"content":"<p>Keyword for URL and Username search</p>\n","type":"text/plain"},"key":"Search","value":"twitter"}],"variable":[]}},"response":[],"_postman_id":"f18083dc-e127-4f4f-af05-408b2b912a48"},{"name":"Get All","id":"4d37090a-91fd-4b13-92ac-f2de5512c356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/users","description":"<p>User can get all logins with this request.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d37090a-91fd-4b13-92ac-f2de5512c356"},{"name":"Get By ID","id":"e58305e5-cd3b-42b6-92f0-a6b555f22466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/users/14","description":"<p>Get spesific login info by ID</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users","14"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e58305e5-cd3b-42b6-92f0-a6b555f22466"},{"name":"Update Existing","id":"851acc65-e063-4685-8287-413d6ea5e4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\":\"https://notwebsite.com\",\n\t\"username\": \"not@not.com\",\n\t\"password\": \"notpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/users/1","description":"<p>To update an existing login, you can use the same login JSON object. Do not forget to add ID of the login to the end of URL. Keep the password value empty to generate a new strong password.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"851acc65-e063-4685-8287-413d6ea5e4d7"},{"name":"SetMigratedTrue","id":"142d996b-a7ac-4b8d-b681-112f1568471d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\":\"https://notwebsite.com\",\n\t\"username\": \"not@not.com\",\n\t\"password\": \"notpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/users/1","description":"<p>To update an existing login, you can use the same login JSON object. Do not forget to add ID of the login to the end of URL. Keep the password value empty to generate a new strong password.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"142d996b-a7ac-4b8d-b681-112f1568471d"},{"name":"Delete","id":"7c478b94-64fc-4e5e-ba11-857acc2ca74f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3625/api/users/1","description":"<p>If you think that you no longer need a login, you can delete that login record by id.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c478b94-64fc-4e5e-ba11-857acc2ca74f"},{"name":"Create New","id":"c865d9db-9a43-498c-935a-4560a7dbb0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Erhan Yakut\",\n        \"email\": \"yakuter@gmail.com\",\n        \"master_password\": \"dell3625\",\n        \"plan\": \"Free\",\n        \"role\": \"Admin\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/users","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c865d9db-9a43-498c-935a-4560a7dbb0cc"},{"name":"Get All Copy","id":"c95057bb-78a2-4a80-8035-a37cf4e4d52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/users","description":"<p>User can get all logins with this request.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c95057bb-78a2-4a80-8035-a37cf4e4d52e"}],"id":"107cd4f7-e59c-4a20-8177-c2c2e2e134a9","_postman_id":"107cd4f7-e59c-4a20-8177-c2c2e2e134a9","description":""},{"name":"Subscriptions","item":[{"name":"Create","id":"f6886087-c214-4d32-ae0c-2b4fbc972ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"alert_name","value":"subscription_created","type":"text"},{"key":"cancel_url","value":"https://checkout.paddle.com/subscription/cancel?user=111&subscription=222&hash=333","type":"text"},{"key":"email","value":"yakuter@gmail.com","type":"text"},{"key":"next_bill_date","value":"2021-03-30","type":"text"},{"key":"status","value":"trialing","type":"text"},{"key":"subscription_id","value":"4721465","type":"text"},{"key":"subscription_plan_id","value":"630862","type":"text"},{"key":"update_url","value":"https://checkout.paddle.com/subscription/update?user=111&subscription=222&hash=333","type":"text"},{"key":"user_id","value":"21305808","type":"text"},{"key":"p_signature","value":"Pnlvy4xL5wmOO","type":"text"}]},"url":"http://localhost:3625/web/subscriptions?api_key=my-dev-apikey","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["web","subscriptions"],"host":["localhost"],"query":[{"key":"api_key","value":"my-dev-apikey"}],"variable":[]}},"response":[],"_postman_id":"f6886087-c214-4d32-ae0c-2b4fbc972ab0"},{"name":"Update","id":"b0b76e09-2f7e-4a84-8afb-2a377ad66fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"alert_name","value":"subscription_updated","type":"text"},{"key":"cancel_url","value":"https://checkout.paddle.com/subscription/cancel?user=111&subscription=222&hash=333","type":"text"},{"key":"email","value":"yakuter@gmail.com","type":"text"},{"key":"next_bill_date","value":"2021-03-30","type":"text"},{"key":"status","value":"trialing","type":"text"},{"key":"subscription_id","value":"4721465","type":"text"},{"key":"subscription_plan_id","value":"630862","type":"text"},{"key":"update_url","value":"https://checkout.paddle.com/subscription/update?user=111&subscription=222&hash=333","type":"text"},{"key":"user_id","value":"21305808","type":"text"},{"key":"p_signature","value":"Pnlvy4xL5wmOO","type":"text"}]},"url":"http://localhost:3625/web/subscriptions?api_key=my-dev-apikey","urlObject":{"protocol":"http","port":"3625","path":["web","subscriptions"],"host":["localhost"],"query":[{"key":"api_key","value":"my-dev-apikey"}],"variable":[]}},"response":[],"_postman_id":"b0b76e09-2f7e-4a84-8afb-2a377ad66fb8"}],"id":"2f633674-75c7-4a04-a85c-3e6e751e67fa","_postman_id":"2f633674-75c7-4a04-a85c-3e6e751e67fa","description":""},{"name":"Logins","item":[{"name":"Get Filtered Logins","id":"4febd29b-fae7-4bd8-8479-f85f914a4591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/logins?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=twitter","description":"<p>User can get all logins with this request.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","logins"],"host":["localhost"],"query":[{"description":{"content":"<p>Minimum 0</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"description":{"content":"<p>Minimum 1</p>\n","type":"text/plain"},"key":"Limit","value":"5"},{"description":{"content":"<p>id|created_at|updated_at|url|username</p>\n","type":"text/plain"},"key":"Sort","value":"updated_at"},{"description":{"content":"<p>ASC|DESC</p>\n","type":"text/plain"},"key":"Order","value":"DESC"},{"description":{"content":"<p>Keyword for URL and Username search</p>\n","type":"text/plain"},"key":"Search","value":"twitter"}],"variable":[]}},"response":[{"id":"30f7f3aa-93c4-41b8-a9d8-28c7ba117002","name":"Get Filtered Logins","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3625/api/logins?Offset=0&Limit=5&Sort=UpdatedAt&Order=DESC&Search=twitter","protocol":"http","host":["localhost"],"port":"3625","path":["api","logins"],"query":[{"key":"Offset","value":"0","description":"Minimum 0"},{"key":"Limit","value":"5","description":"Minimum 1"},{"key":"Sort","value":"UpdatedAt","description":"ID|CreatedAt|UpdatedAt|URL|Username"},{"key":"Order","value":"DESC","description":"ASC|DESC"},{"key":"Search","value":"twitter","description":"Keyword for URL and Username search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 20:56:27 GMT"},{"key":"Content-Length","value":"201"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 6,\n        \"created_at\": \"2020-04-30T10:29:04.003534+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.003534+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://twitter.com\",\n        \"username\": \"Roma\",\n        \"password\": \"MRp=\\\\TH($5W:py]q\"\n    }\n]"}],"_postman_id":"4febd29b-fae7-4bd8-8479-f85f914a4591"},{"name":"Get All Logins","id":"45c33575-503f-432c-8962-12df97874d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/logins","description":"<p>User can get all logins with this request.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","logins"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"05170e71-975f-4bad-b436-efed04621671","name":"Get All Logins","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/logins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 20:57:30 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 14,\n        \"created_at\": \"2020-04-30T10:29:04.010137+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.010137+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://paypal.com/tr/home\",\n        \"username\": \"Jammie\",\n        \"password\": \"YEF7eNCmdXu\"\n    },\n    {\n        \"id\": 13,\n        \"created_at\": \"2020-04-30T10:29:04.009302+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.009302+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://cloudflare.com\",\n        \"username\": \"Patsy\",\n        \"password\": \"LWPJv0KizB2th\"\n    },\n    {\n        \"id\": 12,\n        \"created_at\": \"2020-04-30T10:29:04.008578+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.008578+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://twitch.tv\",\n        \"username\": \"Cade\",\n        \"password\": \"JkC_!c5Mgk=b\"\n    },\n    {\n        \"id\": 11,\n        \"created_at\": \"2020-04-30T10:29:04.007617+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.007617+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://facebook.com\",\n        \"username\": \"Dickinson\",\n        \"password\": \"tytAioiLtfNN2\"\n    },\n    {\n        \"id\": 10,\n        \"created_at\": \"2020-04-30T10:29:04.006868+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.006868+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://mail.google.com\",\n        \"username\": \"Adella\",\n        \"password\": \"O]LTPvTq\"\n    },\n    {\n        \"id\": 9,\n        \"created_at\": \"2020-04-30T10:29:04.006018+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.006018+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://snapchat.com\",\n        \"username\": \"Aufderhar\",\n        \"password\": \"b9dRuUvS1R\"\n    },\n    {\n        \"id\": 8,\n        \"created_at\": \"2020-04-30T10:29:04.005108+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.005108+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://linkedin.com\",\n        \"username\": \"Khalid\",\n        \"password\": \"b#t9EtA23$e*D\"\n    },\n    {\n        \"id\": 7,\n        \"created_at\": \"2020-04-30T10:29:04.004329+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.004329+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://instagram.com\",\n        \"username\": \"Reynolds\",\n        \"password\": \"4y$3(7NjNiUltu\"\n    },\n    {\n        \"id\": 6,\n        \"created_at\": \"2020-04-30T10:29:04.003534+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.003534+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://twitter.com\",\n        \"username\": \"Roma\",\n        \"password\": \"MRp=\\\\TH($5W:py]q\"\n    },\n    {\n        \"id\": 5,\n        \"created_at\": \"2020-04-30T10:29:04.002783+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.002783+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://youtube.com\",\n        \"username\": \"Aufderhar\",\n        \"password\": \"uM..9gB*6qRb9\"\n    },\n    {\n        \"id\": 4,\n        \"created_at\": \"2020-04-30T10:29:04.002153+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.002153+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://netflix.com\",\n        \"username\": \"Patsy\",\n        \"password\": \"jw\\\\$MmJQ.5)}9_\"\n    },\n    {\n        \"id\": 3,\n        \"created_at\": \"2020-04-30T10:29:04.001533+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.001533+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://www.stackoverflow.com\",\n        \"username\": \"Dejuan\",\n        \"password\": \"VpEKo^n%R3b!sX)mM1avE!Rp\"\n    },\n    {\n        \"id\": 2,\n        \"created_at\": \"2020-04-30T10:29:04.000907+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:04.000907+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://news.ycombinator.com/\",\n        \"username\": \"Marquardt\",\n        \"password\": \"}*5xRs$#fGyf3gHF\"\n    },\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-04-30T10:29:03.999825+03:00\",\n        \"updated_at\": \"2020-04-30T10:29:03.999825+03:00\",\n        \"deleted_at\": null,\n        \"url\": \"https://producthunt.com\",\n        \"username\": \"Bode\",\n        \"password\": \"ggKLb6t*fh3r!zpM\"\n    }\n]"}],"_postman_id":"45c33575-503f-432c-8962-12df97874d1f"},{"name":"Get Login By ID","id":"79b6d464-02bc-42a5-90ce-6ba51499cbb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/logins/14","description":"<p>Get spesific login info by ID</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","logins","14"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8a310675-da0f-4ead-8b2a-559349f98c17","name":"Get Login By ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/logins/14"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 20:58:07 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14,\n    \"url\": \"paypal.com/tr/home\",\n    \"username\": \"Jammie\",\n    \"password\": \"YEF7eNCmdXu\"\n}"}],"_postman_id":"79b6d464-02bc-42a5-90ce-6ba51499cbb2"},{"name":"Get Logins By Keyword","id":"6b0821ea-9749-4a90-85e8-5fdcefcd8f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/logins/14","description":"<p>Get spesific login info by ID</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","logins","14"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ebccd846-1b59-4dfb-b6b8-a06c2959a534","name":"Get Login By ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/logins/14"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 20:58:07 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14,\n    \"url\": \"paypal.com/tr/home\",\n    \"username\": \"Jammie\",\n    \"password\": \"YEF7eNCmdXu\"\n}"}],"_postman_id":"6b0821ea-9749-4a90-85e8-5fdcefcd8f26"},{"name":"Update Existing Login","id":"e1463169-96a4-4502-a655-6ff4c0fd1508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\":\"https://notwebsite.com\",\n\t\"username\": \"not@not.com\",\n\t\"password\": \"notpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/logins/1","description":"<p>To update an existing login, you can use the same login JSON object. Do not forget to add ID of the login to the end of URL. Keep the password value empty to generate a new strong password.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","logins","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a8a03381-6e1c-476c-9fdd-059c6db4aa11","name":"Update Existing Login","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\":\"https://notwebsite.com\",\n\t\"username\": \"not@not.com\",\n\t\"password\": \"notpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/logins/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 20:58:55 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"url\": \"notwebsite.com\",\n    \"username\": \"not@not.com\",\n    \"password\": \"notpassword\"\n}"}],"_postman_id":"e1463169-96a4-4502-a655-6ff4c0fd1508"},{"name":"Delete Login","id":"f1f78e8e-0071-4c39-af31-95a893894347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3625/api/logins/1","description":"<p>If you think that you no longer need a login, you can delete that login record by id.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","logins","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"43814fb0-f77a-47c3-afe8-41dc335e3961","name":"Delete Login","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3625/api/logins/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:00:44 GMT"},{"key":"Content-Length","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"Status\": \"Success\",\n    \"Message\": \"Login deleted successfully!\"\n}"}],"_postman_id":"f1f78e8e-0071-4c39-af31-95a893894347"},{"name":"Create New Login","id":"7775d797-d73e-44fc-92ad-89309a92bf27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"title\":\"Yakuter\",\n\t\"url\":\"http://yakuter.com\",\n\t\"username\": \"dummyuser1\",\n\t\"password\": \"dummypassword2\",\n\t\"extra\": \"additional note\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/logins","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","logins"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bfd58dd3-f52e-4a8c-b0bb-2ecdfdb3ccf9","name":"Create New Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\":\"http://dummywebsite.com\",\n\t\"username\": \"dummyuser\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/logins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:01:40 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15,\n    \"url\": \"dummywebsite.com\",\n    \"username\": \"dummyuser\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"7775d797-d73e-44fc-92ad-89309a92bf27"}],"id":"a4415b70-6102-424c-9056-fada7e05f0ef","_postman_id":"a4415b70-6102-424c-9056-fada7e05f0ef","description":""},{"name":"Bank Accounts","item":[{"name":"Get Filtered","id":"9e8269c3-fbeb-48af-82b9-68e91d9a7f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/bank-accounts?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=dummy","urlObject":{"protocol":"http","port":"3625","path":["api","bank-accounts"],"host":["localhost"],"query":[{"description":{"content":"<p>Minimum 0</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"description":{"content":"<p>Minimum 1</p>\n","type":"text/plain"},"key":"Limit","value":"5"},{"description":{"content":"<p>id|created_at|updated_at|bank_name|bank_code|account_name|account_number|iban|currency</p>\n","type":"text/plain"},"key":"Sort","value":"updated_at"},{"description":{"content":"<p>ASC|DESC</p>\n","type":"text/plain"},"key":"Order","value":"DESC"},{"description":{"content":"<p>Keyword for URL and Username search</p>\n","type":"text/plain"},"key":"Search","value":"dummy"}],"variable":[]}},"response":[{"id":"2052a473-de19-4788-b1b3-eeb2f1c978b2","name":"Get Filtered","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3625/api/bank-accounts?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=dummys","protocol":"http","host":["localhost"],"port":"3625","path":["api","bank-accounts"],"query":[{"key":"Offset","value":"0","description":"Minimum 0"},{"key":"Limit","value":"5","description":"Minimum 1"},{"key":"Sort","value":"updated_at","description":"id|created_at|updated_at|bank_name|bank_code|account_name|account_number|iban|currency"},{"key":"Order","value":"DESC","description":"ASC|DESC"},{"key":"Search","value":"dummys","description":"Keyword for URL and Username search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 02 May 2020 05:37:50 GMT"},{"key":"Content-Length","value":"321"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"created_at\": \"2020-05-02T02:23:01.346077+03:00\",\n        \"updated_at\": \"2020-05-02T02:27:32.293571+03:00\",\n        \"deleted_at\": null,\n        \"bank_name\": \"Bank of Dummys\",\n        \"bank_code\": \"DUMMY 12345\",\n        \"account_name\": \"John Doe\",\n        \"account_number\": \"123-456-789\",\n        \"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n        \"currency\": \"TL\",\n        \"password\": \"dummypassword\"\n    }\n]"}],"_postman_id":"9e8269c3-fbeb-48af-82b9-68e91d9a7f8f"},{"name":"Get All","id":"894f1c8e-c360-426d-92f2-0a83a964b2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/bank-accounts","urlObject":{"protocol":"http","port":"3625","path":["api","bank-accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"55de952d-746b-47d1-8531-307ff91725d9","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/bank-accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 01 May 2020 22:39:02 GMT"},{"key":"Content-Length","value":"320"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-05-02T01:38:38.469828+03:00\",\n        \"updated_at\": \"2020-05-02T01:38:38.469828+03:00\",\n        \"deleted_at\": null,\n        \"bank_name\": \"Bank of Dummy\",\n        \"bank_code\": \"DUMMY 12345\",\n        \"account_name\": \"John Doe\",\n        \"account_number\": \"123-456-789\",\n        \"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n        \"currency\": \"TL\",\n        \"password\": \"dummypassword\"\n    }\n]"}],"_postman_id":"894f1c8e-c360-426d-92f2-0a83a964b2ba"},{"name":"Get By ID","id":"0fc23d00-fca3-46e1-bedc-21abb8a6b907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/bank-accounts/1","urlObject":{"protocol":"http","port":"3625","path":["api","bank-accounts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"68c0e705-f18a-416c-884a-e9b58b303db7","name":"Get By ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/bank-accounts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 01 May 2020 23:21:57 GMT"},{"key":"Content-Length","value":"204"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"bank_name\": \"Bank of Dummy\",\n    \"bank_code\": \"DUMMY 12345\",\n    \"account_name\": \"John Doe\",\n    \"account_number\": \"123-456-789\",\n    \"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n    \"currency\": \"TL\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"0fc23d00-fca3-46e1-bedc-21abb8a6b907"},{"name":"Update Existing","id":"7991487e-0d1a-4174-a6f8-62e794100038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"bank_name\":\"Bank of Dummy\",\n\t\"bank_code\": \"DUMMY 12345\",\n\t\"account_name\": \"John Doe\",\n\t\"account_number\": \"123-456-789\",\n\t\"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n\t\"currency\": \"TL\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/bank-accounts/1","urlObject":{"protocol":"http","port":"3625","path":["api","bank-accounts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a30493d-0ec0-4f7e-aa33-9c4ac09e0766","name":"Update Existing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"bank_name\":\"Bank of Dummy\",\n\t\"bank_code\": \"DUMMY 12345\",\n\t\"account_name\": \"John Doe\",\n\t\"account_number\": \"123-456-789\",\n\t\"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n\t\"currency\": \"TL\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/bank-accounts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 01 May 2020 23:23:17 GMT"},{"key":"Content-Length","value":"204"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"bank_name\": \"Bank of Dummy\",\n    \"bank_code\": \"DUMMY 12345\",\n    \"account_name\": \"John Doe\",\n    \"account_number\": \"123-456-789\",\n    \"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n    \"currency\": \"TL\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"7991487e-0d1a-4174-a6f8-62e794100038"},{"name":"Delete","id":"958f12c0-cbf3-473a-9f8a-6b5fc6008760","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3625/api/bank-accounts/1","description":"<p>If you think that you no longer need a login, you can delete that login record by id.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","bank-accounts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5e78e59-581f-47f6-964a-87dc4c30b6f3","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3625/api/bank-accounts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 01 May 2020 23:24:12 GMT"},{"key":"Content-Length","value":"77"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"BankAccount deleted successfully!\"\n}"}],"_postman_id":"958f12c0-cbf3-473a-9f8a-6b5fc6008760"},{"name":"Create New","id":"68802e0d-5cc8-4136-ba41-67b487597d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"bank_name\":\"Bank of Dummy\",\n\t\"bank_code\": \"DUMMY 12345\",\n\t\"account_name\": \"John Doe\",\n\t\"account_number\": \"123-456-789\",\n\t\"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n\t\"currency\": \"TL\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/bank-accounts","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","bank-accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5c43365-c591-4d8b-83a1-30107a8998f6","name":"Create New","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"bank_name\":\"Bank of Dummy\",\n\t\"bank_code\": \"DUMMY 12345\",\n\t\"account_name\": \"John Doe\",\n\t\"account_number\": \"123-456-789\",\n\t\"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n\t\"currency\": \"TL\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/bank-accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 01 May 2020 22:38:38 GMT"},{"key":"Content-Length","value":"204"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"bank_name\": \"Bank of Dummy\",\n    \"bank_code\": \"DUMMY 12345\",\n    \"account_name\": \"John Doe\",\n    \"account_number\": \"123-456-789\",\n    \"iban\": \"TR12 3456 7890 1234 5678 9012 34\",\n    \"currency\": \"TL\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"68802e0d-5cc8-4136-ba41-67b487597d1e"}],"id":"a48fe2d2-2647-467c-81da-3ace0797648b","_postman_id":"a48fe2d2-2647-467c-81da-3ace0797648b","description":""},{"name":"Credit Cards","item":[{"name":"Get Filtered","id":"a69f3f56-a709-4fe9-9b78-91ad1894c315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/credit-cards?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=bonus","urlObject":{"protocol":"http","port":"3625","path":["api","credit-cards"],"host":["localhost"],"query":[{"description":{"content":"<p>Minimum 0</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"description":{"content":"<p>Minimum 1</p>\n","type":"text/plain"},"key":"Limit","value":"5"},{"description":{"content":"<p>id|created_at|updated_at|bank_name|bank_code|account_name|account_number|iban|currency</p>\n","type":"text/plain"},"key":"Sort","value":"updated_at"},{"description":{"content":"<p>ASC|DESC</p>\n","type":"text/plain"},"key":"Order","value":"DESC"},{"description":{"content":"<p>Keyword for URL and Username search</p>\n","type":"text/plain"},"key":"Search","value":"bonus"}],"variable":[]}},"response":[{"id":"f0770a9a-076d-4642-b3d5-b36946e51190","name":"Get Filtered","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3625/api/credit-cards?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=bonus","protocol":"http","host":["localhost"],"port":"3625","path":["api","credit-cards"],"query":[{"key":"Offset","value":"0","description":"Minimum 0"},{"key":"Limit","value":"5","description":"Minimum 1"},{"key":"Sort","value":"updated_at","description":"id|created_at|updated_at|bank_name|bank_code|account_name|account_number|iban|currency"},{"key":"Order","value":"DESC","description":"ASC|DESC"},{"key":"Search","value":"bonus","description":"Keyword for URL and Username search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 02 May 2020 14:48:09 GMT"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-05-02T17:47:42.739124+03:00\",\n        \"updated_at\": \"2020-05-02T17:47:42.739124+03:00\",\n        \"deleted_at\": null,\n        \"card_name\": \"Bank Bonus\",\n        \"cardholder_name\": \"John Doe\",\n        \"type\": \"Matercard\",\n        \"number\": \"1234-5678-1234-5678\",\n        \"verification_number\": \"000\",\n        \"expiry_date\": \"12/2022\"\n    }\n]"}],"_postman_id":"a69f3f56-a709-4fe9-9b78-91ad1894c315"},{"name":"Get All","id":"7b03356d-eccc-425a-94d4-ff01f912a90b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/credit-cards","urlObject":{"protocol":"http","port":"3625","path":["api","credit-cards"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ddb3aed-7287-4f7a-8284-fee6935777eb","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/credit-cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 02 May 2020 14:48:54 GMT"},{"key":"Content-Length","value":"280"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-05-02T17:47:42.739124+03:00\",\n        \"updated_at\": \"2020-05-02T17:47:42.739124+03:00\",\n        \"deleted_at\": null,\n        \"card_name\": \"Bank Bonus\",\n        \"cardholder_name\": \"John Doe\",\n        \"type\": \"Matercard\",\n        \"number\": \"1234-5678-1234-5678\",\n        \"verification_number\": \"000\",\n        \"expiry_date\": \"12/2022\"\n    }\n]"}],"_postman_id":"7b03356d-eccc-425a-94d4-ff01f912a90b"},{"name":"Get By ID","id":"edcad44f-d70c-4e0a-8c07-9de6a84aaa44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/credit-cards/1","urlObject":{"protocol":"http","port":"3625","path":["api","credit-cards","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0f5a7d33-1ba1-4322-9d98-664ab766ec0c","name":"Get By ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/credit-cards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 02 May 2020 14:49:29 GMT"},{"key":"Content-Length","value":"164"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"card_name\": \"Bank Bonus\",\n    \"cardholder_name\": \"John Doe\",\n    \"type\": \"Matercard\",\n    \"number\": \"1234-5678-1234-5678\",\n    \"verification_number\": \"000\",\n    \"expiry_date\": \"12/2022\"\n}"}],"_postman_id":"edcad44f-d70c-4e0a-8c07-9de6a84aaa44"},{"name":"Update Existing","id":"0d57baa5-7949-439b-aa2a-3ec3577dcc93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"card_name\": \"Bank Bonus Changed\",\n    \"cardholder_name\": \"John Doe\",\n    \"type\": \"Matercard\",\n    \"number\": \"1234-5678-1234-5678\",\n    \"verification_number\": \"000\",\n    \"expiry_date\": \"12/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/credit-cards/1","urlObject":{"protocol":"http","port":"3625","path":["api","credit-cards","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b6edd0d8-7623-4616-b7b8-999dd1cef558","name":"Update Existing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"card_name\": \"Bank Bonus Changed\",\n    \"cardholder_name\": \"John Doe\",\n    \"type\": \"Matercard\",\n    \"number\": \"1234-5678-1234-5678\",\n    \"verification_number\": \"000\",\n    \"expiry_date\": \"12/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/credit-cards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 02 May 2020 14:50:13 GMT"},{"key":"Content-Length","value":"172"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"card_name\": \"Bank Bonus Changed\",\n    \"cardholder_name\": \"John Doe\",\n    \"type\": \"Matercard\",\n    \"number\": \"1234-5678-1234-5678\",\n    \"verification_number\": \"000\",\n    \"expiry_date\": \"12/2022\"\n}"}],"_postman_id":"0d57baa5-7949-439b-aa2a-3ec3577dcc93"},{"name":"Delete","id":"8fa9b6fc-5d3e-43ca-ae87-18e7bb562126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3625/api/credit-cards/2","description":"<p>If you think that you no longer need a login, you can delete that login record by id.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","credit-cards","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ebeddee-204c-4c98-82be-4b9b6d5a6440","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3625/api/credit-cards/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 02 May 2020 14:51:01 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"CreditCard deleted successfully!\"\n}"}],"_postman_id":"8fa9b6fc-5d3e-43ca-ae87-18e7bb562126"},{"name":"Create New","id":"79264b22-5931-43f6-9400-5e239c70f6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"card_name\":\"Bank Bonus\",\n\t\"cardholder_name\": \"John Doe\",\n\t\"type\": \"Matercard\",\n\t\"number\": \"1234-5678-1234-5678\",\n\t\"verification_number\": \"000\",\n\t\"expiry_date\": \"12/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/credit-cards","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","credit-cards"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e66f4e14-f5be-402b-8503-7316f8d4e5e5","name":"Create New","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"card_name\":\"Bank Bonus\",\n\t\"cardholder_name\": \"John Doe\",\n\t\"type\": \"Matercard\",\n\t\"number\": \"1234-5678-1234-5678\",\n\t\"verification_number\": \"000\",\n\t\"expiry_date\": \"12/2022\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/credit-cards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 02 May 2020 14:47:42 GMT"},{"key":"Content-Length","value":"164"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"card_name\": \"Bank Bonus\",\n    \"cardholder_name\": \"John Doe\",\n    \"type\": \"Matercard\",\n    \"number\": \"1234-5678-1234-5678\",\n    \"verification_number\": \"000\",\n    \"expiry_date\": \"12/2022\"\n}"}],"_postman_id":"79264b22-5931-43f6-9400-5e239c70f6bd"}],"id":"40bd23ce-63e9-4796-8641-336e2b003f24","_postman_id":"40bd23ce-63e9-4796-8641-336e2b003f24","description":""},{"name":"Notes","item":[{"name":"Get Filtered","id":"19c27f75-2766-448d-a72b-d0ccfef67e07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/notes?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=Lorem","urlObject":{"protocol":"http","port":"3625","path":["api","notes"],"host":["localhost"],"query":[{"description":{"content":"<p>Minimum 0</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"description":{"content":"<p>Minimum 1</p>\n","type":"text/plain"},"key":"Limit","value":"5"},{"description":{"content":"<p>id|created_at|updated_at|note</p>\n","type":"text/plain"},"key":"Sort","value":"updated_at"},{"description":{"content":"<p>ASC|DESC</p>\n","type":"text/plain"},"key":"Order","value":"DESC"},{"description":{"content":"<p>Keyword for URL and Username search</p>\n","type":"text/plain"},"key":"Search","value":"Lorem"}],"variable":[]}},"response":[],"_postman_id":"19c27f75-2766-448d-a72b-d0ccfef67e07"},{"name":"Get All","id":"f41323c0-f691-4d53-8efd-b4fde55a9f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/notes","urlObject":{"protocol":"http","port":"3625","path":["api","notes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ab477f7e-c380-4e2d-b65d-c2eadb4b3a17","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 03 May 2020 01:07:00 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-05-03T04:05:05.185999+03:00\",\n        \"updated_at\": \"2020-05-03T04:05:05.185999+03:00\",\n        \"deleted_at\": null,\n        \"note\": \"Lorem ipsum\"\n    }\n]"}],"_postman_id":"f41323c0-f691-4d53-8efd-b4fde55a9f4d"},{"name":"Get By ID","id":"89be1b7d-9bd6-42fb-889f-6ee56983185c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/notes/1","urlObject":{"protocol":"http","port":"3625","path":["api","notes","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7ac2cc9b-33d6-498d-9cd2-88606c20e92a","name":"Get By ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/notes/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 03 May 2020 01:08:24 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"note\": \"Lorem ipsum\"\n}"}],"_postman_id":"89be1b7d-9bd6-42fb-889f-6ee56983185c"},{"name":"Update Existing","id":"6da8a4ab-2a5f-4f7f-83ff-aa91601072d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"note\": \"Lorem ipsum update\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/notes/1","urlObject":{"protocol":"http","port":"3625","path":["api","notes","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4c84a849-7a6b-4584-9750-6b573e22964a","name":"Update Existing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"note\": \"Lorem ipsum update\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/notes/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 03 May 2020 01:09:32 GMT"},{"key":"Content-Length","value":"36"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"note\": \"Lorem ipsum update\"\n}"}],"_postman_id":"6da8a4ab-2a5f-4f7f-83ff-aa91601072d2"},{"name":"Delete","id":"564aaab2-d431-4540-a385-3ababe784d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3625/api/notes/2","description":"<p>If you think that you no longer need a login, you can delete that login record by id.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","notes","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8382d6d6-de32-4c83-a325-16de6bda79fe","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3625/api/notes/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 03 May 2020 01:10:38 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"Note deleted successfully!\"\n}"}],"_postman_id":"564aaab2-d431-4540-a385-3ababe784d10"},{"name":"Create New","id":"4a9aca12-c887-4509-b78c-22ac55e19537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"note\":\"Lorem ipsum\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/notes","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","notes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec329c1b-d45b-4f13-9541-9d1d5ebd2ca9","name":"Create New","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"note\":\"Lorem ipsum\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sun, 03 May 2020 01:05:05 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"note\": \"Lorem ipsum\"\n}"}],"_postman_id":"4a9aca12-c887-4509-b78c-22ac55e19537"}],"id":"ea2355ef-1645-48ce-8376-432810057195","_postman_id":"ea2355ef-1645-48ce-8376-432810057195","description":""},{"name":"Emails","item":[{"name":"Get Filtered","id":"2b2cc0eb-9bbe-45a1-944f-7b2b03caad75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/emails?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=dummy","urlObject":{"protocol":"http","port":"3625","path":["api","emails"],"host":["localhost"],"query":[{"description":{"content":"<p>Minimum 0</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"description":{"content":"<p>Minimum 1</p>\n","type":"text/plain"},"key":"Limit","value":"5"},{"description":{"content":"<p>id|created_at|updated_at|email</p>\n","type":"text/plain"},"key":"Sort","value":"updated_at"},{"description":{"content":"<p>ASC|DESC</p>\n","type":"text/plain"},"key":"Order","value":"DESC"},{"description":{"content":"<p>Keyword for URL and Username search</p>\n","type":"text/plain"},"key":"Search","value":"dummy"}],"variable":[]}},"response":[{"id":"2f67046f-b66d-4f59-a623-e68294905f87","name":"Get Filtered","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3625/api/emails?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=dummy","protocol":"http","host":["localhost"],"port":"3625","path":["api","emails"],"query":[{"key":"Offset","value":"0","description":"Minimum 0"},{"key":"Limit","value":"5","description":"Minimum 1"},{"key":"Sort","value":"updated_at","description":"id|created_at|updated_at|email"},{"key":"Order","value":"DESC","description":"ASC|DESC"},{"key":"Search","value":"dummy","description":"Keyword for URL and Username search"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 06 May 2020 00:50:07 GMT"},{"key":"Content-Length","value":"177"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-05-06T03:48:26.789225+03:00\",\n        \"updated_at\": \"2020-05-06T03:48:26.789225+03:00\",\n        \"deleted_at\": null,\n        \"email\": \"dummy@dummy.com\",\n        \"password\": \"dummypassword\"\n    }\n]"}],"_postman_id":"2b2cc0eb-9bbe-45a1-944f-7b2b03caad75"},{"name":"Get All","id":"9702f376-a173-463e-9b75-0098f2b04c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/emails","urlObject":{"protocol":"http","port":"3625","path":["api","emails"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0f4879ec-f87e-4df8-8288-40f56c127b79","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 06 May 2020 00:48:51 GMT"},{"key":"Content-Length","value":"177"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-05-06T03:48:26.789225+03:00\",\n        \"updated_at\": \"2020-05-06T03:48:26.789225+03:00\",\n        \"deleted_at\": null,\n        \"email\": \"dummy@dummy.com\",\n        \"password\": \"dummypassword\"\n    }\n]"}],"_postman_id":"9702f376-a173-463e-9b75-0098f2b04c62"},{"name":"Get By ID","id":"d1457d0b-0505-40a6-9613-3e8eef1a8281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/emails/1","urlObject":{"protocol":"http","port":"3625","path":["api","emails","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bda74db6-39e5-43c6-941d-ebeb804657d5","name":"Get By ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/emails/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 06 May 2020 00:50:34 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"email\": \"dummy@dummy.com\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"d1457d0b-0505-40a6-9613-3e8eef1a8281"},{"name":"Update Existing","id":"f889972d-b89a-49df-b4a7-fff205eea172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"changedummy@dummy.com\",\n\t\"password\": \"newdummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/emails/1","urlObject":{"protocol":"http","port":"3625","path":["api","emails","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"896cd033-7957-4522-ba00-6a1208244850","name":"Update Existing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"changedummy@dummy.com\",\n\t\"password\": \"newdummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/emails/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 06 May 2020 00:51:29 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"email\": \"changedummy@dummy.com\",\n    \"password\": \"newdummypassword\"\n}"}],"_postman_id":"f889972d-b89a-49df-b4a7-fff205eea172"},{"name":"Delete","id":"2bf06bfe-e883-411a-ad17-23f6c45a1a3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3625/api/emails/2","description":"<p>If you think that you no longer need a login, you can delete that login record by id.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","emails","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe13f05c-cd4a-4b67-ad99-8f8330a8a603","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3625/api/emails/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 06 May 2020 00:52:00 GMT"},{"key":"Content-Length","value":"71"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"Email deleted successfully!\"\n}"}],"_postman_id":"2bf06bfe-e883-411a-ad17-23f6c45a1a3b"},{"name":"Create New","id":"179eff8a-ca3d-48fc-b750-fa4dff9fd9da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"title\":\"Dummy Website\",\n\t\"email\":\"dummy@dummy.com\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/emails","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","emails"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a467baa9-704e-437e-82b0-59588da8c0ea","name":"Create New","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"title\":\"Dummy Website\",\n\t\"email\":\"dummy@dummy.com\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Sat, 27 Jun 2020 17:45:23 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"title\": \"Dummy Website\",\n    \"email\": \"dummy@dummy.com\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"179eff8a-ca3d-48fc-b750-fa4dff9fd9da"}],"id":"4c543529-1d82-4463-a60a-a77755e490c2","_postman_id":"4c543529-1d82-4463-a60a-a77755e490c2","description":""},{"name":"Servers","item":[{"name":"Get Filtered","id":"99ad5975-3e7a-4a6e-b9e8-32e4de3d98b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/servers?Offset=0&Limit=5&Sort=updated_at&Order=DESC&Search=dummy","urlObject":{"protocol":"http","port":"3625","path":["api","servers"],"host":["localhost"],"query":[{"description":{"content":"<p>Minimum 0</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"description":{"content":"<p>Minimum 1</p>\n","type":"text/plain"},"key":"Limit","value":"5"},{"description":{"content":"<p>id|created_at|updated_at|email</p>\n","type":"text/plain"},"key":"Sort","value":"updated_at"},{"description":{"content":"<p>ASC|DESC</p>\n","type":"text/plain"},"key":"Order","value":"DESC"},{"description":{"content":"<p>Keyword for URL and Username search</p>\n","type":"text/plain"},"key":"Search","value":"dummy"}],"variable":[]}},"response":[],"_postman_id":"99ad5975-3e7a-4a6e-b9e8-32e4de3d98b7"},{"name":"Get All","id":"5dc513c0-b73f-4b65-a72b-07b8bdc0308b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/servers","urlObject":{"protocol":"http","port":"3625","path":["api","servers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"194b5db4-38e0-4c69-9329-33fd8d3f2deb","name":"Get All","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/servers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Mon, 22 Jun 2020 22:43:27 GMT"},{"key":"Content-Length","value":"369"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"created_at\": \"2020-06-22T22:42:03.211555Z\",\n        \"updated_at\": \"2020-06-22T22:42:03.211555Z\",\n        \"deleted_at\": null,\n        \"title\": \"Dummy Title\",\n        \"ip\": \"192.168.1.1\",\n        \"username\": \"dummyuser\",\n        \"password\": \"dummypassword\",\n        \"url\": \"http://dummywebsite.com\",\n        \"hosting_username\": \"hostinguser\",\n        \"hosting_password\": \"hostingpassword\",\n        \"admin_username\": \"adminuser\",\n        \"admin_password\": \"adminpassword\"\n    }\n]"}],"_postman_id":"5dc513c0-b73f-4b65-a72b-07b8bdc0308b"},{"name":"Get By ID","id":"6e38568d-0671-4f83-ae01-05a589b78004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/api/servers/1","urlObject":{"protocol":"http","port":"3625","path":["api","servers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fbe42072-5f4d-4ddd-88fd-13e04a2b27d8","name":"Get By ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/api/servers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Mon, 22 Jun 2020 22:43:54 GMT"},{"key":"Content-Length","value":"263"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Dummy Title\",\n    \"ip\": \"192.168.1.1\",\n    \"username\": \"dummyuser\",\n    \"password\": \"dummypassword\",\n    \"url\": \"http://dummywebsite.com\",\n    \"hosting_username\": \"hostinguser\",\n    \"hosting_password\": \"hostingpassword\",\n    \"admin_username\": \"adminuser\",\n    \"admin_password\": \"adminpassword\"\n}"}],"_postman_id":"6e38568d-0671-4f83-ae01-05a589b78004"},{"name":"Update Existing","id":"5e0f0ed7-ae09-4fbe-95e2-46c79954c411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"title\":\"Dummy Title\",\n\t\"ip\":\"192.168.1.1\",\n\t\"username\": \"dummyuser\",\n\t\"password\": \"dummypassword\",\n\t\"url\":\"http://dummywebsite2.com\",\n\t\"hosting_username\":\"hostinguser\",\n\t\"hosting_password\":\"hostingpassword\",\n\t\"admin_username\":\"adminuser\",\n\t\"admin_password\":\"adminpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/servers/1","urlObject":{"protocol":"http","port":"3625","path":["api","servers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"40796dce-aee4-495c-9d91-e646d21fb337","name":"Update Existing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"title\":\"Dummy Title\",\n\t\"ip\":\"192.168.1.1\",\n\t\"username\": \"dummyuser\",\n\t\"password\": \"dummypassword\",\n\t\"url\":\"http://dummywebsite2.com\",\n\t\"hosting_username\":\"hostinguser\",\n\t\"hosting_password\":\"hostingpassword\",\n\t\"admin_username\":\"adminuser\",\n\t\"admin_password\":\"adminpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/servers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Mon, 22 Jun 2020 22:45:35 GMT"},{"key":"Content-Length","value":"264"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Dummy Title\",\n    \"ip\": \"Dummy Title\",\n    \"username\": \"dummyuser\",\n    \"password\": \"dummypassword\",\n    \"url\": \"http://dummywebsite2.com\",\n    \"hosting_username\": \"hostinguser\",\n    \"hosting_password\": \"hostingpassword\",\n    \"admin_username\": \"adminuser\",\n    \"admin_password\": \"adminpassword\"\n}"}],"_postman_id":"5e0f0ed7-ae09-4fbe-95e2-46c79954c411"},{"name":"Delete","id":"d1134980-20ba-4e29-878a-0c1fc7db8e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3625/api/servers/1","description":"<p>If you think that you no longer need a login, you can delete that login record by id.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","servers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ce793566-1f6a-4b0d-bada-571a6c5210b3","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3625/api/servers/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Mon, 22 Jun 2020 22:46:07 GMT"},{"key":"Content-Length","value":"72"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"Server deleted successfully!\"\n}"}],"_postman_id":"d1134980-20ba-4e29-878a-0c1fc7db8e40"},{"name":"Create New","id":"ae8f6661-e9c5-49b2-9835-dd71ddb429d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Dummy Title\",\n    \"ip\": \"192.168.1.1\",\n    \"username\": \"dummyuser\",\n    \"password\": \"dummypassword\",\n    \"url\": \"http://dummywebsite.com\",\n    \"hosting_username\": \"hostinguser\",\n    \"hosting_password\": \"hostingpassword\",\n    \"admin_username\": \"adminuser\",\n    \"admin_password\": \"adminpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/servers","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","servers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"db8955f7-8ab5-4d57-896e-a4208cefc74b","name":"Create New","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"title\":\"Dummy Title\",\n\t\"ip\":\"192.168.1.1\",\n\t\"username\": \"dummyuser\",\n\t\"password\": \"dummypassword\",\n\t\"url\":\"http://dummywebsite.com\",\n\t\"hosting_username\":\"hostinguser\",\n\t\"hosting_password\":\"hostingpassword\",\n\t\"admin_username\":\"adminuser\",\n\t\"admin_password\":\"adminpassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/servers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Mon, 22 Jun 2020 22:42:03 GMT"},{"key":"Content-Length","value":"263"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"title\": \"Dummy Title\",\n    \"ip\": \"192.168.1.1\",\n    \"username\": \"dummyuser\",\n    \"password\": \"dummypassword\",\n    \"url\": \"http://dummywebsite.com\",\n    \"hosting_username\": \"hostinguser\",\n    \"hosting_password\": \"hostingpassword\",\n    \"admin_username\": \"adminuser\",\n    \"admin_password\": \"adminpassword\"\n}"}],"_postman_id":"ae8f6661-e9c5-49b2-9835-dd71ddb429d4"}],"id":"3e48f1ff-4989-4cea-a28a-614f70b198dc","_postman_id":"3e48f1ff-4989-4cea-a28a-614f70b198dc","description":""},{"name":"System","item":[{"name":"Generate Password","id":"bbb8aa83-417e-43b6-8055-6edf537f606b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3625/api/system/generate-password","description":"<p>User can generate new password with this endpoint.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","system","generate-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"73faddea-55a6-4788-b1e5-38057333cca3","name":"Generate Password","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3625/api/logins/generate-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:08:32 GMT"},{"key":"Content-Length","value":"49"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"!ofM]YBEp}!Uyu5s\"\n}"}],"_postman_id":"bbb8aa83-417e-43b6-8055-6edf537f606b"},{"name":"Languages","id":"25c84153-d1af-440b-b711-c39ca1ae6add","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3625/api/system/generate-password","description":"<p>User can generate new password with this endpoint.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","system","generate-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d4955a1f-02c4-4460-90b1-688b3b9bb4f5","name":"Generate Password","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3625/api/logins/generate-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:08:32 GMT"},{"key":"Content-Length","value":"49"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"!ofM]YBEp}!Uyu5s\"\n}"}],"_postman_id":"25c84153-d1af-440b-b711-c39ca1ae6add"},{"name":"Check Update","id":"adcc5e89-4e17-46bb-8ac3-9a6f8fe4d8b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3625/api/system/generate-password","description":"<p>User can generate new password with this endpoint.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["api","system","generate-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2f7e5656-b2b6-473d-9adb-8974d87cdf6b","name":"Generate Password","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3625/api/logins/generate-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:08:32 GMT"},{"key":"Content-Length","value":"49"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"!ofM]YBEp}!Uyu5s\"\n}"}],"_postman_id":"adcc5e89-4e17-46bb-8ac3-9a6f8fe4d8b7"},{"name":"Health Check","id":"fc97f42e-fc95-47d1-91d2-032500b2f983","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3625/health","description":"<p>Health check for server</p>\n","urlObject":{"protocol":"http","port":"3625","path":["health"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a45492c3-8e25-4ebf-bc14-4770a41d81a3","name":"Health Check","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3625/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Sat, 27 Jun 2020 20:35:03 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"{\n    \"api\": {\n        \"status_code\": 200,\n        \"error\": null\n    },\n    \"database\": {\n        \"status_code\": 200,\n        \"error\": null\n    }\n}"}],"_postman_id":"fc97f42e-fc95-47d1-91d2-032500b2f983"},{"name":"Import","id":"f2e3f6db-d9b0-46c1-b1d8-2e327ed4f4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"title\":\"Yakuter\",\n\t\t\"url\":\"http://yakuter.com\",\n\t\t\"username\": \"dummyuser1\",\n\t\t\"password\": \"dummypassword2\"\n\t},\n\t{\n\t\t\"title\":\"Dummy\",\n\t\t\"url\":\"http://dummywebsite.com\",\n\t\t\"username\": \"dummyuser\",\n\t\t\"password\": \"dummypassword\"\n\t},\n\t{\n\t\t\"title\":\"Hey\",\n\t\t\"url\":\"http://hey.com\",\n\t\t\"username\": \"dummyuser\",\n\t\t\"password\": \"dummypassword\"\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/system/import","urlObject":{"protocol":"http","port":"3625","path":["api","system","import"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"22b59238-c320-4afa-8ad1-76045194b334","name":"Create New Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\":\"http://dummywebsite.com\",\n\t\"username\": \"dummyuser\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/logins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:01:40 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15,\n    \"url\": \"dummywebsite.com\",\n    \"username\": \"dummyuser\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"f2e3f6db-d9b0-46c1-b1d8-2e327ed4f4c0"},{"name":"Export","id":"074f4639-3391-4d24-9f74-b2d455e8587a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"title\":\"Yakuter\",\n\t\t\"url\":\"http://yakuter.com\",\n\t\t\"username\": \"dummyuser1\",\n\t\t\"password\": \"dummypassword2\"\n\t},\n\t{\n\t\t\"title\":\"Dummy\",\n\t\t\"url\":\"http://dummywebsite.com\",\n\t\t\"username\": \"dummyuser\",\n\t\t\"password\": \"dummypassword\"\n\t},\n\t{\n\t\t\"title\":\"Hey\",\n\t\t\"url\":\"http://hey.com\",\n\t\t\"username\": \"dummyuser\",\n\t\t\"password\": \"dummypassword\"\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/system/import","urlObject":{"protocol":"http","port":"3625","path":["api","system","import"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76d4f62f-5e09-40db-a079-cef3275b7c62","name":"Create New Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"url\":\"http://dummywebsite.com\",\n\t\"username\": \"dummyuser\",\n\t\"password\": \"dummypassword\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/api/logins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:01:40 GMT"},{"key":"Content-Length","value":"84"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 15,\n    \"url\": \"dummywebsite.com\",\n    \"username\": \"dummyuser\",\n    \"password\": \"dummypassword\"\n}"}],"_postman_id":"074f4639-3391-4d24-9f74-b2d455e8587a"}],"id":"72d5b4ac-e947-460b-a06c-f895a71f07b6","_postman_id":"72d5b4ac-e947-460b-a06c-f895a71f07b6","description":""},{"name":"Auth","item":[{"name":"Signup","event":[{"listen":"prerequest","script":{"id":"436b058d-0785-472f-8550-104c5df8e6c6","exec":["var newPassword = '123456'","pm.environment.set('password', newPassword);","","var hash = CryptoJS.SHA256(pm.environment.get('password'));","","console.log(hash.toString());","pm.environment.set('password',hash.toString());"],"type":"text/javascript"}}],"id":"46be874b-a88f-4c4e-8baf-6b37cbe0c9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Pass Wall\",\n    \"email\": \"test@passwall.io\",\n    \"master_password\": \"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/auth/signup","description":"<p>You can add new login with POST request. If you keep password empty, the API will generate and return a strong password for you.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7e358b4e-4afb-4a31-99e9-347553f9f665","name":"Signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\n        \"name\": \"Erhan Yakut\",\n        \"email\": \"hello@passwall.io\",\n        \"master_password\": \"dummypassword\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/web/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"1.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:54909"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Sat, 06 Jun 2020 19:58:42 GMT"},{"key":"Content-Length","value":"69"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"User created successfully\"\n}"}],"_postman_id":"46be874b-a88f-4c4e-8baf-6b37cbe0c9ff"},{"name":"Sign in","event":[{"listen":"prerequest","script":{"id":"4be73a15-e6ae-4231-9bfe-f93c693674fc","exec":["var email = 'dummy@dummy.com'","var password = '123456'","","pm.environment.set('email', email);","pm.environment.set('password', password);","","var hash = CryptoJS.SHA256(pm.environment.get('password'));","","console.log(hash.toString());","pm.environment.set('password',hash.toString());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"eb0e7d90-e8da-40c7-8713-d36e8417e90c","exec":["const response = pm.response.json();","pm.environment.set('token', response.access_token);","pm.environment.set('refresh_token', response.refresh_token);","pm.environment.set('email', email);"],"type":"text/javascript"}}],"id":"5a03fc01-d38a-455a-904a-560ee00bc702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"{{email}}\",\n\t\"master_password\":\"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/auth/signin","description":"<p>This API uses JWT tokent for authentication. With Sign in endpoint, user can generate JWT token.</p>\n","urlObject":{"path":["auth","signin"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"1ea36d32-810f-48f7-953f-5846e4daff40","name":"Sign in","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"username\":\"passwall\",\n\t\"password\":\"password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/auth/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 20:48:13 GMT"},{"key":"Content-Length","value":"304"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE1ODgyODE0OTMsInVzZXJfaWQiOjF9.vL4CLmwpSnTLESxKMugMeQBeVmsSaS-wrEOVepy1bdg\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODk1NzU2OTMsInVzZXJfaWQiOjF9.TiNJkCfzOTMxH0WMRKKV1SD_EiCj3jcKNjpnRpWza9c\"\n}"},{"id":"468e02db-d709-488b-8fbd-95c34f1972bf","name":"Sign in","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"{{email}}\",\n\t\"master_password\":\"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/auth/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Set-Cookie","value":"passwall_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjpmYWxzZSwiZXhwIjoxNjg0MzQ5NDc4LCJ1c2VyX3V1aWQiOiI4Y2RiMmZlNC0yZDhhLTRmYjQtOWU1ZS1iZjFhZGQxOWFiMWMiLCJ1dWlkIjoiYWJiMjMzMzUtMmQxOC00OTMwLWE1ZmUtNDAwZGMzODdkOTYzIn0.K_bkeL9uhY1CZ_Hg6VBt1l3O3mM4SPOr7RAIaIBKVzc; Path=/; Expires=Wed, 17 May 2023 18:51:18 GMT; HttpOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"5.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"172.18.0.1:47664"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 17 May 2023 18:51:13 GMT"},{"key":"Content-Length","value":"894"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjpmYWxzZSwiZXhwIjoxNjg0MzQ5NDc4LCJ1c2VyX3V1aWQiOiI4Y2RiMmZlNC0yZDhhLTRmYjQtOWU1ZS1iZjFhZGQxOWFiMWMiLCJ1dWlkIjoiYWJiMjMzMzUtMmQxOC00OTMwLWE1ZmUtNDAwZGMzODdkOTYzIn0.K_bkeL9uhY1CZ_Hg6VBt1l3O3mM4SPOr7RAIaIBKVzc\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODU2NDU0NzMsInVzZXJfdXVpZCI6IjhjZGIyZmU0LTJkOGEtNGZiNC05ZTVlLWJmMWFkZDE5YWIxYyIsInV1aWQiOiI1OTk5ZGYxOS01ODJjLTRiMzAtODVjZi1kNmIzMDBkNzc2ODIifQ.OQDpPvDLZohL1btmWizGnEHIUTtnLMNEGQvj13dmRhM\",\n    \"transmission_key\": \"Mx08lqRHquPG6/ktnQXUpA==\",\n    \"type\": \"pro\",\n    \"id\": 2,\n    \"uuid\": \"8cdb2fe4-2d8a-4fb4-9e5e-bf1add19ab1c\",\n    \"name\": \"Test Passwall\",\n    \"email\": \"test@test.com\",\n    \"secret\": \"WedfHQHDIUZiuzzE4/PejA==\",\n    \"schema\": \"user2\",\n    \"role\": \"Member\",\n    \"email_verified_at\": \"0001-01-01T00:00:00Z\",\n    \"status\": \"active\",\n    \"next_bill_date\": \"0001-01-01T00:00:00Z\",\n    \"update_url\": \"\",\n    \"cancel_url\": \"\"\n}"}],"_postman_id":"5a03fc01-d38a-455a-904a-560ee00bc702"},{"name":"Sign out","event":[{"listen":"prerequest","script":{"id":"63ed9f08-8bab-4236-b766-0339cdc33b9e","exec":["// var newPassword = '123456'","// pm.environment.set('password', newPassword);","","// var hash = CryptoJS.SHA256(pm.environment.get('password'));","","// console.log(hash.toString());","// pm.environment.set('password',hash.toString());"],"type":"text/javascript"}}],"id":"dd2ad1f8-6d19-4034-b1c2-e45715b82b66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\":\"test@passwall.io\",\n\t\"master_password\":\"{{password}}\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/auth/signin","description":"<p>This API uses JWT tokent for authentication. With Sign in endpoint, user can generate JWT token.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["auth","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd2ad1f8-6d19-4034-b1c2-e45715b82b66"},{"name":"Refresh Token","id":"1d1ca4ac-71ff-485e-b7a6-f81a2539ff70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"refresh_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODk1NzU2OTMsInVzZXJfaWQiOjF9.TiNJkCfzOTMxH0WMRKKV1SD_EiCj3jcKNjpnRpWza9c\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/auth/refresh","description":"<p>User can refresh token with this endpoint. The token must be in header for the requests of this endpoint.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["auth","refresh"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2f913db9-5308-4263-a380-6fa2d887ce9c","name":"Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"refresh_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODk1NzU2OTMsInVzZXJfaWQiOjF9.TiNJkCfzOTMxH0WMRKKV1SD_EiCj3jcKNjpnRpWza9c\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/auth/refresh"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 20:52:11 GMT"},{"key":"Content-Length","value":"304"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE1ODgyODE3MzEsInVzZXJfaWQiOjF9.svaqoRDtVbl3exDvFcQ4cexsNM1VcFl37YYXksNsGOY\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODk1NzU5MzEsInVzZXJfaWQiOjF9.GfNUTM8ys-z0QcbzOdZ4I4TQHECSGS6a1vDCUXzq448\"\n}"}],"_postman_id":"1d1ca4ac-71ff-485e-b7a6-f81a2539ff70"},{"name":"Check Token","id":"9bd616ce-6635-4db2-b12d-cd8b53ce5ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3625/auth/check","description":"<p>User can check if the token is valid or not with this with this endpoint. Do not forget to send token in header as Bearer token.</p>\n","urlObject":{"protocol":"http","port":"3625","path":["auth","check"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6847cd6c-320c-4a01-8b11-496c59aa3c2d","name":"Check Token","originalRequest":{"method":"POST","header":[],"url":"http://localhost:3625/auth/check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Apr 2020 21:34:14 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Token is valid!\"\n}"}],"_postman_id":"9bd616ce-6635-4db2-b12d-cd8b53ce5ab6"},{"name":"Confirm","id":"2068bdbc-62ed-4e15-8ce1-2524cc09bd88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3625/auth/confirm/hello@passwall.io/b2c5250754a3b1347a0c66bef5c0d4f6","urlObject":{"protocol":"http","port":"3625","path":["auth","confirm","hello@passwall.io","b2c5250754a3b1347a0c66bef5c0d4f6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2068bdbc-62ed-4e15-8ce1-2524cc09bd88"},{"name":"Code","id":"129455cb-2f0c-4ba9-a58f-f9677282cc22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"test@passwall.io\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3625/auth/code","urlObject":{"protocol":"http","port":"3625","path":["auth","code"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"129455cb-2f0c-4ba9-a58f-f9677282cc22"},{"name":"Delete Code","id":"81d202e3-58c0-4309-97ca-c3874e88a020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/auth/delete-code","urlObject":{"path":["auth","delete-code"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"10ad82ae-5c0c-455a-8e27-7bf1e5884828","name":"Delete Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"test@test.com.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/auth/delete-code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"5.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:58052"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Sat, 17 Jun 2023 16:00:32 GMT"},{"key":"Content-Length","value":"69"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"Code created successfully\"\n}"}],"_postman_id":"81d202e3-58c0-4309-97ca-c3874e88a020"},{"name":"Recover Delete","id":"dd889c75-c457-4a30-b9dc-4b86905dfe4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/auth/recover-delete/test@test.com","urlObject":{"path":["auth","recover-delete","test@test.com"],"host":["{{local}}"],"query":[],"variable":[]}},"response":[{"id":"5c9ba7f6-af84-4e0a-be68-879a21be0c3a","name":"Recover Delete","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"test@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{local}}/auth/recover-delete/test@test.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Content-Length, Accept-Encoding, X-CSRF-Token, Authorization, accept, origin, Cache-Control, X-Requested-With"},{"key":"Access-Control-Allow-Methods","value":"POST, OPTIONS, GET, PUT, DELETE, HEAD"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Content-Security-Policy","value":"default-src 'self';"},{"key":"Content-Type","value":"application/json"},{"key":"Feature-Policy","value":"microphone 'none'; camera 'none'"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rate-Limit-Duration","value":"1"},{"key":"X-Rate-Limit-Limit","value":"5.00"},{"key":"X-Rate-Limit-Request-Forwarded-For","value":""},{"key":"X-Rate-Limit-Request-Remote-Addr","value":"[::1]:58748"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Sat, 17 Jun 2023 16:07:51 GMT"},{"key":"Content-Length","value":"70"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"status\": \"Success\",\n    \"message\": \"User deleted successfully!\"\n}"}],"_postman_id":"dd889c75-c457-4a30-b9dc-4b86905dfe4d"},{"name":"Verify Code","id":"a9f1be5e-fb35-4ae4-ba3a-d227726e2c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3625/auth/verify/164403?email=test@passwall.io","urlObject":{"protocol":"http","port":"3625","path":["auth","verify","164403"],"host":["localhost"],"query":[{"key":"email","value":"test@passwall.io"}],"variable":[]}},"response":[],"_postman_id":"a9f1be5e-fb35-4ae4-ba3a-d227726e2c60"}],"id":"fe79d3b2-15bd-4d2b-923e-ad66e311ebcb","_postman_id":"fe79d3b2-15bd-4d2b-923e-ad66e311ebcb","description":""}],"event":[{"listen":"prerequest","script":{"id":"7f73fafa-511f-489e-8112-12fe0004c8a3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3a67a383-6496-48db-b83d-bbb9fb207c87","type":"text/javascript","exec":[""]}}]}