{"info":{"_postman_id":"aba92f79-95a7-4990-937e-c13061faaee0","name":"Todo List Backend API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"2438531","collectionId":"aba92f79-95a7-4990-937e-c13061faaee0","publishedId":"UVC8CRZF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-13T22:26:16.000Z"},"item":[{"name":"todos","item":[{"name":"Create Todo","id":"8ce36676-bb8d-4f91-8a09-5c347017e249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"restart computer\",\n    \"status\": \"created\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/","urlObject":{"path":["todos",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d7980327-fa45-4cc2-a4cc-6f7617e9393a","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"send email\",\n    \"status\": \"created\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"211"},{"key":"ETag","value":"W/\"d3-tMbie1kh1Y5atjR3QP/SkKOkFRY\""},{"key":"Date","value":"Sat, 13 Nov 2021 21:54:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Todo successfully created\",\n    \"data\": {\n        \"name\": \"send email\",\n        \"status\": \"created\",\n        \"id\": 13,\n        \"is_active\": true,\n        \"created_at\": \"2021-11-13T21:54:20.485Z\",\n        \"updated_at\": \"2021-11-13T21:54:20.485Z\"\n    }\n}"},{"id":"78a808b8-5509-4983-a26a-e02ee3a20dca","name":"400","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"send email\",\n    \"status\": \"random\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"219"},{"key":"ETag","value":"W/\"db-Fmn2KQkxpptJGmJHyAtyLXlRuxM\""},{"key":"Date","value":"Sat, 13 Nov 2021 21:55:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"error\": {\n        \"message\": \"\\\"status\\\" must be one of [in-progress, created, completed]\",\n        \"errors\": {},\n        \"trace\": {\n            \"status\": 400,\n            \"message\": \"\\\"status\\\" must be one of [in-progress, created, completed]\",\n            \"errors\": {}\n        }\n    }\n}"}],"_postman_id":"8ce36676-bb8d-4f91-8a09-5c347017e249"},{"name":"Update Todo","id":"d8e68510-8a56-459f-9962-97eb0ff318c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"work and pray\",\n    \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/4","urlObject":{"path":["todos","4"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5fb48345-04fe-4814-a46f-2200236fb600","name":"400","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Write Readme file\",\n    \"status\": \"in-progress\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/4"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"ETag","value":"W/\"8b-n9BMdBKE5tdOExKWRrwnlmLZlDM\""},{"key":"Date","value":"Sat, 13 Nov 2021 21:56:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"error\": {\n        \"message\": \"Todo item not found\",\n        \"errors\": {},\n        \"trace\": {\n            \"status\": 400,\n            \"message\": \"Todo item not found\",\n            \"errors\": {}\n        }\n    }\n}"},{"id":"5e1835e4-0f07-47c1-b913-3bca88a793ad","name":"200","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Write Readme file\",\n    \"status\": \"in-progress\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"230"},{"key":"ETag","value":"W/\"e6-uZbBBag0lwqWENMm4ByH0WRmNV0\""},{"key":"Date","value":"Sat, 13 Nov 2021 21:57:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"The item was successfully updated\",\n    \"data\": {\n        \"name\": \"Write Readme file\",\n        \"status\": \"in-progress\",\n        \"created_at\": \"2021-11-11T18:30:22.316Z\",\n        \"updated_at\": \"2021-11-11T18:30:22.316Z\",\n        \"id\": 14,\n        \"is_active\": true\n    }\n}"}],"_postman_id":"d8e68510-8a56-459f-9962-97eb0ff318c1"},{"name":"Delete Todo item","id":"5a604f07-29ef-434e-802f-6e4981dfa577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/4","urlObject":{"path":["todos","4"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fc8d0698-f0a7-47d9-84ac-b42319aa7a9c","name":"400","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/12"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"153"},{"key":"ETag","value":"W/\"99-Rz+FCoKhDbM/AGJ3u6lxps6YCZU\""},{"key":"Date","value":"Sat, 13 Nov 2021 21:59:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"error\": {\n        \"message\": \"Todo item no longer exists\",\n        \"errors\": {},\n        \"trace\": {\n            \"status\": 400,\n            \"message\": \"Todo item no longer exists\",\n            \"errors\": {}\n        }\n    }\n}"},{"id":"d27db70f-babb-4b00-8ef0-a257a1e866d8","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZW1haWwiOiJvZ2J1bWFtY2hhZWxAZ21haWwuY29tIiwiaWF0IjoxNjM2Njc0NjUzLCJleHAiOjE2MzkyNjY2NTN9.8-Hrwea-8xuafpJMMXDGuwP_3SCcvfoCpVsga20ha6Y","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"ETag","value":"W/\"4c-nbT9QH5tNwZwTnjZoqkjW/UH808\""},{"key":"Date","value":"Sat, 13 Nov 2021 22:02:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"The item was successfully deleted\",\n    \"data\": {}\n}"}],"_postman_id":"5a604f07-29ef-434e-802f-6e4981dfa577"},{"name":"Fetch Todos","id":"23c1cbff-f718-41d3-9ce8-9c10fc66a106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}/todos/?skip=1&limit=5&filter=created","urlObject":{"path":["todos",""],"host":["{{URL}}"],"query":[{"description":{"content":"<p>Number of items to be skipped while using pagination</p>\n","type":"text/plain"},"key":"skip","value":"1"},{"description":{"content":"<p>Maximum number of items to be fetched</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"description":{"content":"<p>FIlter may be undefined, created, in-progress or completed</p>\n","type":"text/plain"},"key":"filter","value":"created"}],"variable":[]}},"response":[{"id":"843c2f91-7f61-4cf2-b07f-d34192d47c54","name":"200 with skip, limit and filter","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/todos/?skip=1&limit=100&filter=in-progress","host":["{{URL}}"],"path":["todos",""],"query":[{"key":"skip","value":"1","description":"Number of items to be skipped while using pagination"},{"key":"limit","value":"100","description":"Maximum number of items to be fetched"},{"key":"filter","value":"in-progress","description":"FIlter may be undefined, created, in-progress or completed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"231"},{"key":"ETag","value":"W/\"e7-zt+rqKC5HYSuR2fPkoM2dA0Hl0E\""},{"key":"Date","value":"Sat, 13 Nov 2021 22:02:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Todo listing was successful\",\n    \"data\": {\n        \"todos\": [\n            {\n                \"name\": \"Write Readme file\",\n                \"status\": \"in-progress\",\n                \"created_at\": \"2021-11-11T18:30:22.316Z\",\n                \"updated_at\": \"2021-11-11T18:30:22.316Z\"\n            }\n        ],\n        \"total\": 2,\n        \"count\": 1\n    }\n}"},{"id":"758fe510-115c-404f-bfc3-6043f5c7f62c","name":"200 without optional parameters","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{URL}}/todos/","host":["{{URL}}"],"path":["todos",""],"query":[{"key":"skip","value":"1","description":"Number of items to be skipped while using pagination","disabled":true},{"key":"limit","value":"10","description":"Maximum number of items to be fetched","disabled":true},{"key":"filter","value":"in-progress","description":"FIlter may be undefined, created, in-progress or completed","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1241"},{"key":"ETag","value":"W/\"4d9-H5wjKa7Xu+Vb1OlNMEZOG73gC2E\""},{"key":"Date","value":"Sat, 13 Nov 2021 22:07:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Todo listing was successful\",\n    \"data\": {\n        \"todos\": [\n            {\n                \"name\": \"cook food\",\n                \"status\": \"in-progress\",\n                \"created_at\": \"2021-11-11T07:30:34.049Z\",\n                \"updated_at\": \"2021-11-11T07:30:34.049Z\"\n            },\n            {\n                \"name\": \"fix bug\",\n                \"status\": \"created\",\n                \"created_at\": \"2021-11-11T18:30:22.316Z\",\n                \"updated_at\": \"2021-11-11T18:30:22.316Z\"\n            },\n            {\n                \"name\": \"restart computer\",\n                \"status\": \"created\",\n                \"created_at\": \"2021-11-12T09:18:27.114Z\",\n                \"updated_at\": \"2021-11-12T09:18:27.114Z\"\n            },\n            {\n                \"name\": \"restart computer\",\n                \"status\": \"created\",\n                \"created_at\": \"2021-11-12T09:19:36.128Z\",\n                \"updated_at\": \"2021-11-12T09:19:36.128Z\"\n            },\n            {\n                \"name\": \"restart computer now\",\n                \"status\": \"created\",\n                \"created_at\": \"2021-11-13T12:10:45.635Z\",\n                \"updated_at\": \"2021-11-13T12:10:45.635Z\"\n            },\n            {\n                \"name\": \"restart computer now\",\n                \"status\": \"created\",\n                \"created_at\": \"2021-11-13T12:16:53.742Z\",\n                \"updated_at\": \"2021-11-13T12:16:53.742Z\"\n            },\n            {\n                \"name\": \"restart computer now\",\n                \"status\": \"created\",\n                \"created_at\": \"2021-11-13T12:17:14.877Z\",\n                \"updated_at\": \"2021-11-13T12:17:14.877Z\"\n            },\n            {\n                \"name\": \"send email\",\n                \"status\": \"created\",\n                \"created_at\": \"2021-11-13T21:54:20.485Z\",\n                \"updated_at\": \"2021-11-13T21:54:20.485Z\"\n            },\n            {\n                \"name\": \"Write Readme file\",\n                \"status\": \"in-progress\",\n                \"created_at\": \"2021-11-11T18:30:22.316Z\",\n                \"updated_at\": \"2021-11-11T18:30:22.316Z\"\n            }\n        ],\n        \"total\": 9,\n        \"count\": 9\n    }\n}"}],"_postman_id":"23c1cbff-f718-41d3-9ce8-9c10fc66a106"}],"id":"a8d7f8ba-94a8-4b76-b1a7-eadc272cad1d","_postman_id":"a8d7f8ba-94a8-4b76-b1a7-eadc272cad1d","description":""},{"name":"users","item":[{"name":"Register","id":"c296b24a-764e-4acb-a5ff-79c5ea9218bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Michael Ogbuma\",\n    \"email\": \"Ogbumamchael@gmail.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/users/register","urlObject":{"path":["users","register"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c296b24a-764e-4acb-a5ff-79c5ea9218bf"},{"name":"Login","id":"eee497d8-437d-4fa5-8ce8-00b58a53e999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n    \"email\": \"Ogbumamchael@gmail.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}/users/login","urlObject":{"path":["users","login"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eee497d8-437d-4fa5-8ce8-00b58a53e999"}],"id":"1c92f59e-f499-4f1d-972a-280525060a0d","_postman_id":"1c92f59e-f499-4f1d-972a-280525060a0d","description":""},{"name":"Welcome route","id":"acf00c73-4ec1-4523-9697-16910b105d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}/","urlObject":{"path":[""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"acf00c73-4ec1-4523-9697-16910b105d26"}]}