{"info":{"_postman_id":"342204f8-0f50-448f-b278-b3f9fbee2bda","name":"Tech Talent","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"24277776","collectionId":"342204f8-0f50-448f-b278-b3f9fbee2bda","publishedId":"2s8YYMpMmu","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-08T05:20:16.000Z"},"item":[{"name":"Registration","id":"4716c8d1-2a61-49b7-b7f9-28f28b931b90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Admin","description":"<p>Required|Name of ther user</p>\n","type":"text"},{"key":"email","value":"deva@gmail.com","description":"<p>Required|Email of the user,Unique email</p>\n","type":"text"},{"key":"password","value":"12345678","description":"<p>Required|Minimum 8 digits</p>\n","type":"text"}]},"url":"http://127.0.0.1:8000/api/register","urlObject":{"protocol":"http","port":"8000","path":["api","register"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"16e39c70-a3a7-4b6a-b5bf-0645fe41f7e5","name":"Registration","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Admin","description":"Name of ther user","type":"text"},{"key":"email","value":"deva@gmail.com","description":"Email of the user,Unique email","type":"text"},{"key":"password","value":"1234567","description":"Minimum 8 digits","type":"text"}]},"url":"http://127.0.0.1:8000/api/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 08 Nov 2022 02:09:09 GMT"},{"key":"Date","value":"Tue, 08 Nov 2022 02:09:09 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Admin\",\n    \"email\": \"deva@gmail.com\",\n    \"token\": \"3|geFYUxeLmovJbVlIvPN4YnASs2dGH0aWGQ1HCtGz\"\n}"}],"_postman_id":"4716c8d1-2a61-49b7-b7f9-28f28b931b90"},{"name":"Login","id":"0e5bd47d-e907-4d15-a2a1-36d6bd9e6307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"parker.conroy@example.org","type":"text","description":"<p>Required|Email</p>\n"},{"key":"password","value":"123456789","type":"text","description":"<p>Required</p>\n"}]},"url":"http://127.0.0.1:8000/api/login","urlObject":{"protocol":"http","port":"8000","path":["api","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"a24bb252-246f-4d13-909a-8bacc19542ee","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"parker.conroy@example.org","type":"text"},{"key":"password","value":"123456789","type":"text"}]},"url":"http://127.0.0.1:8000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 08 Nov 2022 02:09:55 GMT"},{"key":"Date","value":"Tue, 08 Nov 2022 02:09:55 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Dr. Pierce Hermann\",\n    \"email\": \"parker.conroy@example.org\",\n    \"token\": \"4|8YwzL2YR1ABjGCCU80aUBq9bBmojkPbV9zfVDS9p\"\n}"},{"id":"15cce26d-7d8f-4ea3-9298-4957503fedae","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"parker.conroy@example.org","type":"text"},{"key":"password","value":"1234567","type":"text"}]},"url":"http://127.0.0.1:8000/api/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 08 Nov 2022 02:10:54 GMT"},{"key":"Date","value":"Tue, 08 Nov 2022 02:10:54 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Email & Password does not match with our record.\"\n}"}],"_postman_id":"0e5bd47d-e907-4d15-a2a1-36d6bd9e6307"},{"name":"Get User Transactions","id":"2b5cac83-a979-4c1b-9d50-86e56942ed78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"perPage","value":"","type":"text"}]},"url":"http://127.0.0.1:8000/api/transaction?per_page=10&page=1&location=&transaction_date=","description":"<p>Get Bearer Token from Login</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","transaction"],"host":["127","0","0","1"],"query":[{"description":{"content":"<p>Page Limit</p>\n","type":"text/plain"},"key":"per_page","value":"10"},{"description":{"content":"<p>Page Number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Location id/Empty</p>\n","type":"text/plain"},"key":"location","value":""},{"description":{"content":"<p>Transaction Date/Empty</p>\n","type":"text/plain"},"key":"transaction_date","value":""}],"variable":[]}},"response":[{"id":"04f1e11f-6d21-4656-b4dd-359bf1560c2c","name":"Get Transaction","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"perPage","value":"","type":"text"}]},"url":{"raw":"http://127.0.0.1:8000/api/transaction?per_page=10&page=1&location=&transaction_date=","protocol":"http","host":["127","0","0","1"],"port":"8000","path":["api","transaction"],"query":[{"key":"per_page","value":"10","description":"Page Limit"},{"key":"page","value":"1","description":"Page Number"},{"key":"location","value":"","description":"Location id/Empty"},{"key":"transaction_date","value":"","description":"Transaction Date/Empty"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Tue, 08 Nov 2022 02:10:11 GMT"},{"key":"Date","value":"Tue, 08 Nov 2022 02:10:11 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"transaction_id\": 55136415,\n            \"amount\": \"0.00\",\n            \"status\": \"Pending\",\n            \"transaction_type\": \"Debit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 2417560,\n            \"amount\": \"2.00\",\n            \"status\": \"Pending\",\n            \"transaction_type\": \"Debit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 17981059,\n            \"amount\": \"2.00\",\n            \"status\": \"Pending\",\n            \"transaction_type\": \"Credit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 76770777,\n            \"amount\": \"3.00\",\n            \"status\": \"Success\",\n            \"transaction_type\": \"Debit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 60579495,\n            \"amount\": \"8.00\",\n            \"status\": \"Success\",\n            \"transaction_type\": \"Debit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 71519207,\n            \"amount\": \"0.00\",\n            \"status\": \"Success\",\n            \"transaction_type\": \"Credit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 94585061,\n            \"amount\": \"7.00\",\n            \"status\": \"Failed\",\n            \"transaction_type\": \"Credit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 40657636,\n            \"amount\": \"0.00\",\n            \"status\": \"Success\",\n            \"transaction_type\": \"Debit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 72535884,\n            \"amount\": \"2.00\",\n            \"status\": \"Failed\",\n            \"transaction_type\": \"Credit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        },\n        {\n            \"transaction_id\": 20831225,\n            \"amount\": \"7.00\",\n            \"status\": \"Pending\",\n            \"transaction_type\": \"Debit\",\n            \"created_at\": \"2022-11-07 20:21:34\",\n            \"updated_at\": \"2022-11-07 20:21:34\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://127.0.0.1:8000/api/transaction?page=1\",\n        \"last\": \"http://127.0.0.1:8000/api/transaction?page=1984\",\n        \"prev\": null,\n        \"next\": \"http://127.0.0.1:8000/api/transaction?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1984,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=5\",\n                \"label\": \"5\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=6\",\n                \"label\": \"6\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=7\",\n                \"label\": \"7\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=8\",\n                \"label\": \"8\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=9\",\n                \"label\": \"9\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=10\",\n                \"label\": \"10\",\n                \"active\": false\n            },\n            {\n                \"url\": null,\n                \"label\": \"...\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=1983\",\n                \"label\": \"1983\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=1984\",\n                \"label\": \"1984\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/transaction?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://127.0.0.1:8000/api/transaction\",\n        \"per_page\": 10,\n        \"to\": 10,\n        \"total\": 19838\n    }\n}"}],"_postman_id":"2b5cac83-a979-4c1b-9d50-86e56942ed78"}]}