{"info":{"_postman_id":"de2fd086-0662-497c-a408-547d124fdaf3","name":"Task Manager API","description":"<html><head></head><body><p>Assignment API collection for authentication, role-based access, and task CRUD.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33956960","collectionId":"de2fd086-0662-497c-a408-547d124fdaf3","publishedId":"2sBXqCRQcW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-16T18:10:54.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"290f747e-4383-4047-ac2c-6bad845bffb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Test User\",\n  \"email\": \"testuser@example.com\",\n  \"password\": \"Password@123\"\n}"},"url":"http://localhost:3000/api/v1/auth/register","urlObject":{"path":["auth","register"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"290f747e-4383-4047-ac2c-6bad845bffb3"},{"name":"Login","id":"70bd2e72-e5b0-42a8-ba52-cbf296918046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"testuser@example.com\",\n  \"password\": \"Password@123\"\n}"},"url":"http://localhost:3000/api/v1/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"70bd2e72-e5b0-42a8-ba52-cbf296918046"},{"name":"Verify","id":"73fa17d0-3893-49a1-ac3f-2e26d94a6662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/auth/verify","urlObject":{"path":["auth","verify"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"73fa17d0-3893-49a1-ac3f-2e26d94a6662"},{"name":"Logout","id":"ba72b333-9135-45de-86ce-af230978c2fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/auth/logout","urlObject":{"path":["auth","logout"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba72b333-9135-45de-86ce-af230978c2fe"}],"id":"aaeb1c61-22de-4bed-ad30-e76b53662d82","_postman_id":"aaeb1c61-22de-4bed-ad30-e76b53662d82","description":""},{"name":"Tasks","item":[{"name":"Create Task","id":"0ad58e45-3e91-45b5-82e5-ade37d0d7eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Demo Task\",\n  \"description\": \"Created from Postman\"\n}"},"url":"http://localhost:3000/api/v1/tasks","urlObject":{"path":["tasks"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ad58e45-3e91-45b5-82e5-ade37d0d7eaa"},{"name":"Get Tasks","id":"229047d5-7bfa-46cc-a8e9-c61731af0361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/tasks","urlObject":{"path":["tasks"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"229047d5-7bfa-46cc-a8e9-c61731af0361"},{"name":"Update Task","id":"4ebd482d-8586-4e2e-8b06-90f62e5672bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Updated Task\",\n  \"description\": \"Updated description\",\n  \"status\": \"in-progress\"\n}"},"url":"http://localhost:3000/api/v1/tasks/","urlObject":{"path":["tasks",""],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ebd482d-8586-4e2e-8b06-90f62e5672bd"},{"name":"Delete Task","id":"8023c7d0-80c6-4e7b-afc2-19959f79f175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/v1/tasks/","urlObject":{"path":["tasks",""],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8023c7d0-80c6-4e7b-afc2-19959f79f175"}],"id":"aae0a6e7-e239-4b37-b659-8fc177307018","_postman_id":"aae0a6e7-e239-4b37-b659-8fc177307018","description":""},{"name":"Admin","item":[{"name":"Get All Users","id":"0f17d952-1094-4cc1-812f-857fb69412e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/admin/users","urlObject":{"path":["admin","users"],"host":["http://localhost:3000/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f17d952-1094-4cc1-812f-857fb69412e0"}],"id":"fd306b5e-1958-430e-bf99-6701ab2c2ccd","_postman_id":"fd306b5e-1958-430e-bf99-6701ab2c2ccd","description":""}],"variable":[{"key":"baseUrl","value":"http://localhost:3000/api/v1"},{"key":"taskId","value":""}]}