{"info":{"_postman_id":"a79f2018-3fc3-4f1e-bb96-a016dd73fbc9","name":"RuralReach Smart Logistics","description":"<html><head></head><body><p>API Collection for RuralReach Smart Logistics Platform</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"50840889","collectionId":"a79f2018-3fc3-4f1e-bb96-a016dd73fbc9","publishedId":"2sBXqKnfF5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-01T09:48:43.000Z"},"item":[{"name":"Auth","item":[{"name":"Register User","id":"ba07bd98-b998-4e39-927f-51052f1820d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New User\",\n    \"email\": \"newuser123@example.com\",\n    \"password\": \"password123\",\n    \"role\": \"user\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ruralreach-backend-46ba.onrender.com/api/auth/register","urlObject":{"protocol":"https","path":["api","auth","register"],"host":["ruralreach-backend-46ba","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba07bd98-b998-4e39-927f-51052f1820d8"},{"name":"Login User","id":"996d5242-d6cd-4239-9484-4db3852f4f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"newuser123@example.com\",\n    \"password\": \"password123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ruralreach-backend-46ba.onrender.com/api/auth/login","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["ruralreach-backend-46ba","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"996d5242-d6cd-4239-9484-4db3852f4f41"}],"id":"cd37e6dd-65f7-4f6d-b81e-988cd584a933","_postman_id":"cd37e6dd-65f7-4f6d-b81e-988cd584a933","description":""},{"name":"Addresses","item":[{"name":"Get All Addresses","id":"5fdac950-5fd2-4a9a-9f6b-812285810c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://ruralreach-backend-46ba.onrender.com/api/addresses","urlObject":{"protocol":"https","path":["api","addresses"],"host":["ruralreach-backend-46ba","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fdac950-5fd2-4a9a-9f6b-812285810c9f"},{"name":"Create Address","id":"45ec0556-afef-44af-885a-1c542d499a37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"addressLine\": \"123 Village Lane\",\n    \"landmark\": \"Near the Ancient Well\",\n    \"city\": \"Rural Town\",\n    \"coordinates\": { \"lat\": 23.0225, \"lng\": 72.5714 }\n}","options":{"raw":{"language":"json"}}},"url":"https://ruralreach-backend-46ba.onrender.com/api/addresses","urlObject":{"protocol":"https","path":["api","addresses"],"host":["ruralreach-backend-46ba","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"45ec0556-afef-44af-885a-1c542d499a37"}],"id":"db451d6c-5c7b-4287-8e0c-cafd139bc5ab","_postman_id":"db451d6c-5c7b-4287-8e0c-cafd139bc5ab","description":""},{"name":"Orders","item":[{"name":"Get My Orders","id":"a52ee232-3b80-44cd-a93a-b9f044de977a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://ruralreach-backend-46ba.onrender.com/api/orders","urlObject":{"protocol":"https","path":["api","orders"],"host":["ruralreach-backend-46ba","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a52ee232-3b80-44cd-a93a-b9f044de977a"}],"id":"96f25ab6-08dd-4664-852a-9284ef8e5de9","_postman_id":"96f25ab6-08dd-4664-852a-9284ef8e5de9","description":""},{"name":"Delivery","item":[{"name":"Get My Deliveries (Agent Only)","id":"83d17989-1113-4e83-81f9-ee18b0c86bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://ruralreach-backend-46ba.onrender.com/api/deliveries/my","urlObject":{"protocol":"https","path":["api","deliveries","my"],"host":["ruralreach-backend-46ba","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"83d17989-1113-4e83-81f9-ee18b0c86bb9"}],"id":"7dd89a60-4087-4d96-9692-787953cd7e22","_postman_id":"7dd89a60-4087-4d96-9692-787953cd7e22","description":""}]}