{"info":{"_postman_id":"6ab10cc7-0a9c-42d2-ad1b-97007fc4b875","name":"TC API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9878875","collectionId":"6ab10cc7-0a9c-42d2-ad1b-97007fc4b875","publishedId":"2sBXiknB5J","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-25T17:05:04.000Z"},"item":[{"name":"User","item":[{"name":"Sign-Up","id":"2b0fb7a8-70d5-4512-9c63-5874ec450d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"ram1\", // Required\r\n    \"email\": \"ram1@gmail.com\", // Required\r\n    \"password\": \"password\" // Required\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/signup","description":"<p>Create new user.</p>\n","urlObject":{"protocol":"http","path":["api","v1","auth","signup"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"a38a9f6a-9776-47ea-85fd-3751f61883fa","name":"Sign-Up Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"ram1\", // Required\r\n    \"email\": \"ram1@gmail.com\", // Required\r\n    \"password\": \"password\" // Required\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/signup"},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"dc0c7e91-47a6-4fdd-aa81-a0c8aace50cb"},{"key":"x-runtime","value":"0.278461"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, unpermitted_parameters.action_controller;dur=0.00, sql.active_record;dur=10.16, start_transaction.active_record;dur=0.01, transaction.active_record;dur=2.50, render.active_model_serializers;dur=0.04, process_action.action_controller;dur=276.66"},{"key":"content-length","value":"43"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"Email has already been taken\"\n    ]\n}"},{"id":"923c3426-ca6b-419c-b898-32e226877c9b","name":"Sign-Up success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"ram1\", // Required\r\n    \"email\": \"ram1@gmail.com\", // Required\r\n    \"password\": \"password\" // Required\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"eb36e140f55d097f73cad47e8032507c\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"65ea21fc-c216-487d-add4-2602b52d904a"},{"key":"x-runtime","value":"0.207625"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, unpermitted_parameters.action_controller;dur=0.00, sql.active_record;dur=24.20, start_transaction.active_record;dur=0.00, transaction.active_record;dur=35.69, render.active_model_serializers;dur=0.03, process_action.action_controller;dur=205.98"},{"key":"content-length","value":"189"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 6,\n        \"name\": \"ram1\",\n        \"email\": \"ram1@gmail.com\",\n        \"is_admin\": false,\n        \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo2LCJleHAiOjE3NzQ0NjI0NTV9.9_Tbf3BRBvPWpLYiVYQJNjOzxrmDD0OIz9GMCsrXI6k\"\n    }\n}"}],"_postman_id":"2b0fb7a8-70d5-4512-9c63-5874ec450d97"},{"name":"Sign-In","id":"77871549-f414-47ed-b985-407b92b9e100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"email\": \"ram1@gmail.com\", // Required\r\n        \"password\": \"password\" // Required\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/login","description":"<p>API Endpoint to authenticate and obtain authentication token.</p>\n","urlObject":{"protocol":"http","path":["api","v1","auth","login"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"dc7303d9-dbf7-4f02-95cf-01f33783769e","name":"Sign-In invalid password or email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"email\": \"admin.user@gmail.com\", // Required\r\n        \"password\": \"password123\" // Required\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"3ea412cc-1cb0-4d1b-9bf4-085532890a08"},{"key":"x-runtime","value":"0.189916"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, unpermitted_parameters.action_controller;dur=0.01, sql.active_record;dur=3.10, instantiation.active_record;dur=1.01, render.active_model_serializers;dur=0.03, process_action.action_controller;dur=172.09"},{"key":"content-length","value":"40"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"Invalid email or password\"\n    ]\n}"},{"id":"be02c94e-3725-473b-a18a-eaa11d5bd92a","name":"Sign-In success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"email\": \"admin.user@gmail.com\", // Required\r\n        \"password\": \"password\" // Required\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"71ac21baf43bbe552ecbdf054dc1a3ba\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"3eaab34b-1826-47b9-b472-e2070f5f3d1d"},{"key":"x-runtime","value":"0.181109"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, unpermitted_parameters.action_controller;dur=0.01, sql.active_record;dur=2.10, instantiation.active_record;dur=2.17, render.active_model_serializers;dur=0.04, process_action.action_controller;dur=164.35"},{"key":"content-length","value":"263"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 1,\n        \"name\": \"Admin User\",\n        \"email\": \"admin.user@gmail.com\",\n        \"is_admin\": true,\n        \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJlbWFpbCI6ImFkbWluLnVzZXJAZ21haWwuY29tIiwiaXNfYWRtaW4iOnRydWUsImV4cCI6MTc3NDQ2MDIzM30.gQ2sL1YKx_BGh7dM-b8ITzztbKpm8rV6VsqHiwYCiXw\"\n    }\n}"}],"_postman_id":"77871549-f414-47ed-b985-407b92b9e100"}],"id":"9a56fea9-d4d4-4336-bcc4-f2910ba05b88","_postman_id":"9a56fea9-d4d4-4336-bcc4-f2910ba05b88","description":""},{"name":"property","item":[{"name":"listings","id":"24466fb2-c709-4654-a630-a1ad78f8fd0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v1/listings","urlObject":{"protocol":"http","path":["api","v1","listings"],"host":["localhost:3000"],"query":[{"disabled":true,"key":"price_min","value":"500000"},{"disabled":true,"key":"price_max","value":"25000000"},{"disabled":true,"key":"beds","value":"4"},{"disabled":true,"key":"baths","value":"3"},{"disabled":true,"key":"location","value":"Kirtipur"},{"disabled":true,"key":"property_type","value":"house"}],"variable":[]}},"response":[{"id":"a446230d-5a84-4f83-afb2-c3ae54109b1c","name":"request with invalid token","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/v1/listings","protocol":"http","host":["localhost:3000"],"path":["api","v1","listings"],"query":[{"key":"price_min","value":"500000","type":"text","disabled":true},{"key":"price_max","value":"25000000","type":"text","disabled":true},{"key":"beds","value":"4","type":"text","disabled":true},{"key":"baths","value":"3","type":"text","disabled":true},{"key":"location","value":"Kirtipur","type":"text","disabled":true},{"key":"property_type","value":"house","type":"text","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"5ab21979-e324-42c5-b6b9-daad19be60e7"},{"key":"x-runtime","value":"0.002108"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, render.active_model_serializers;dur=0.02, halted_callback.action_controller;dur=0.00, process_action.action_controller;dur=0.48"},{"key":"content-length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        \"Not Authorized\"\n    ]\n}"},{"id":"5118788a-74e4-41b1-84e2-6dd50db1c38d","name":"listing with filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/v1/listings?price_min=500000&price_max=25000000&beds=4&baths=3&property_type=house","protocol":"http","host":["localhost:3000"],"path":["api","v1","listings"],"query":[{"key":"price_min","value":"500000","type":"text"},{"key":"price_max","value":"25000000","type":"text"},{"key":"beds","value":"4","type":"text"},{"key":"baths","value":"3","type":"text"},{"key":"location","value":"Kirtipur","type":"text","disabled":true},{"key":"property_type","value":"house","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"9555fae65cbbbd5c735a5481b987dafb\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"5536b95f-a68b-4d49-98ea-409fefb30c6e"},{"key":"x-runtime","value":"0.008537"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=1.25, instantiation.active_record;dur=0.12, render.active_model_serializers;dur=3.89, process_action.action_controller;dur=6.45"},{"key":"content-length","value":"692"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Spacious House in Thamel\",\n            \"description\": \"A beautiful spacious house located in the heart of Thamel, close to restaurants, shops and tourist areas. Features traditional Newari architecture with modern amenities.\",\n            \"price\": \"15000000.0\",\n            \"beds\": 4,\n            \"baths\": 3,\n            \"location\": \"Thamel\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.143Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.143Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Owner willing to negotiate. Property has been on market for 2 months.\",\n            \"agent\": {\n                \"id\": 1,\n                \"name\": \"Rep. Andrew Bode\",\n                \"email\": \"rep..andrew.bode@gmail.com\",\n                \"phone\": \"320-315-1371\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"total_count\": 1,\n        \"per_page\": 10\n    }\n}"},{"id":"1fc39d64-a2bf-4c9b-b521-808157db1827","name":"listing without filter","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/v1/listings","protocol":"http","host":["localhost:3000"],"path":["api","v1","listings"],"query":[{"key":"price_min","value":"500000","type":"text","disabled":true},{"key":"price_max","value":"25000000","type":"text","disabled":true},{"key":"beds","value":"4","type":"text","disabled":true},{"key":"baths","value":"3","type":"text","disabled":true},{"key":"location","value":"Kirtipur","type":"text","disabled":true},{"key":"property_type","value":"house","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"0c2ea8f0865b14fcd4c3fdc69d335cce\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"0f8815e3-87c6-4641-a669-8a43a9c6e44c"},{"key":"x-runtime","value":"0.054857"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=3.06, instantiation.active_record;dur=4.24, render.active_model_serializers;dur=9.85, process_action.action_controller;dur=30.01"},{"key":"content-length","value":"5630"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Spacious House in Thamel\",\n            \"description\": \"A beautiful spacious house located in the heart of Thamel, close to restaurants, shops and tourist areas. Features traditional Newari architecture with modern amenities.\",\n            \"price\": \"15000000.0\",\n            \"beds\": 4,\n            \"baths\": 3,\n            \"location\": \"Thamel\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.143Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.143Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Owner willing to negotiate. Property has been on market for 2 months.\",\n            \"agent\": {\n                \"id\": 1,\n                \"name\": \"Rep. Andrew Bode\",\n                \"email\": \"rep..andrew.bode@gmail.com\",\n                \"phone\": \"320-315-1371\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Modern Apartment in Baneshwor\",\n            \"description\": \"Brand new apartment in Baneshwor with stunning city views. Walking distance to banks, hospitals and government offices.\",\n            \"price\": \"8500000.0\",\n            \"beds\": 2,\n            \"baths\": 2,\n            \"location\": \"Baneshwor\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.147Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.147Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"New construction. Builder offering 2 year warranty.\",\n            \"agent\": {\n                \"id\": 2,\n                \"name\": \"Sari Schiller\",\n                \"email\": \"sari.schiller@gmail.com\",\n                \"phone\": \"977-025-2696\"\n            }\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Traditional House in Bhaktapur\",\n            \"description\": \"Charming traditional Newari house in the heritage city of Bhaktapur. Close to Bhaktapur Durbar Square and cultural attractions.\",\n            \"price\": \"12000000.0\",\n            \"beds\": 3,\n            \"baths\": 2,\n            \"location\": \"Bhaktapur\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.152Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.152Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Heritage property. Requires renovation approval from municipality.\",\n            \"agent\": {\n                \"id\": 3,\n                \"name\": \"Harris McLaughlin\",\n                \"email\": \"harris.mclaughlin@gmail.com\",\n                \"phone\": \"929-535-9235\"\n            }\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Luxury Apartment in Lazimpat\",\n            \"description\": \"High-end apartment in the prestigious Lazimpat area, close to embassies and five-star hotels. 24/7 security and parking included.\",\n            \"price\": \"22000000.0\",\n            \"beds\": 3,\n            \"baths\": 3,\n            \"location\": \"Lazimpat\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.156Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.156Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Expat-friendly building. Many embassy staff residents.\",\n            \"agent\": {\n                \"id\": 3,\n                \"name\": \"Harris McLaughlin\",\n                \"email\": \"harris.mclaughlin@gmail.com\",\n                \"phone\": \"929-535-9235\"\n            }\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Family House in Maharajgunj\",\n            \"description\": \"Well maintained family home in the quiet residential area of Maharajgunj. Large garden and garage. Close to international schools.\",\n            \"price\": \"18000000.0\",\n            \"beds\": 5,\n            \"baths\": 3,\n            \"location\": \"Maharajgunj\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.160Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.160Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Owner relocating abroad. Quick sale preferred.\",\n            \"agent\": {\n                \"id\": 5,\n                \"name\": \"Fidel Stehr\",\n                \"email\": \"fidel.stehr@gmail.com\",\n                \"phone\": \"7673638002\"\n            }\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Cozy Apartment in Boudha\",\n            \"description\": \"Peaceful apartment near the famous Boudhanath Stupa. Great for meditation and spiritual living. Mountain views from rooftop.\",\n            \"price\": \"6500000.0\",\n            \"beds\": 2,\n            \"baths\": 1,\n            \"location\": \"Boudha\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.165Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.165Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Popular with foreign Buddhist community.\",\n            \"agent\": {\n                \"id\": 2,\n                \"name\": \"Sari Schiller\",\n                \"email\": \"sari.schiller@gmail.com\",\n                \"phone\": \"977-025-2696\"\n            }\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Newly Built Townhouse in Koteshwor\",\n            \"description\": \"Brand new townhouse in the growing Koteshwor area. Easy access to Ring Road and Bhaktapur highway. Modern kitchen and solar water heater.\",\n            \"price\": \"9000000.0\",\n            \"beds\": 3,\n            \"baths\": 2,\n            \"location\": \"Koteshwor\",\n            \"property_type\": \"townhouse\",\n            \"created_at\": \"2026-03-24T11:46:42.170Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.170Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Builder accepting installment payment.\",\n            \"agent\": {\n                \"id\": 5,\n                \"name\": \"Fidel Stehr\",\n                \"email\": \"fidel.stehr@gmail.com\",\n                \"phone\": \"7673638002\"\n            }\n        },\n        {\n            \"id\": 8,\n            \"title\": \"Spacious House in Budhanilkantha\",\n            \"description\": \"Large house in the peaceful hill area of Budhanilkantha with panoramic Himalayan views. Clean air and quiet neighborhood perfect for families.\",\n            \"price\": \"25000000.0\",\n            \"beds\": 5,\n            \"baths\": 4,\n            \"location\": \"Budhanilkantha\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.174Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.174Z\",\n            \"status\": \"active\",\n            \"internal_notes\": \"Rare property with Himalayan view. High demand area.\",\n            \"agent\": {\n                \"id\": 1,\n                \"name\": \"Rep. Andrew Bode\",\n                \"email\": \"rep..andrew.bode@gmail.com\",\n                \"phone\": \"320-315-1371\"\n            }\n        },\n        {\n            \"id\": 9,\n            \"title\": \"Well Maintained Apartment in Patan\",\n            \"description\": \"Comfortable apartment in the cultural city of Patan, close to Patan Durbar Square and Mangalbazar. Good rental income potential.\",\n            \"price\": \"7500000.0\",\n            \"beds\": 2,\n            \"baths\": 2,\n            \"location\": \"Patan\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.178Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.178Z\",\n            \"status\": \"sold\",\n            \"internal_notes\": \"Already sold. Kept for records.\",\n            \"agent\": {\n                \"id\": 5,\n                \"name\": \"Fidel Stehr\",\n                \"email\": \"fidel.stehr@gmail.com\",\n                \"phone\": \"7673638002\"\n            }\n        },\n        {\n            \"id\": 10,\n            \"title\": \"Modern House in Kirtipur\",\n            \"description\": \"Affordable modern house on the outskirts of Kathmandu in Kirtipur. Close to Tribhuvan University. Good for faculty and students.\",\n            \"price\": \"11000000.0\",\n            \"beds\": 3,\n            \"baths\": 2,\n            \"location\": \"Kirtipur\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.183Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.183Z\",\n            \"status\": \"off_market\",\n            \"internal_notes\": \"Owner temporarily off market. May relist in 3 months.\",\n            \"agent\": {\n                \"id\": 3,\n                \"name\": \"Harris McLaughlin\",\n                \"email\": \"harris.mclaughlin@gmail.com\",\n                \"phone\": \"929-535-9235\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"total_count\": 10,\n        \"per_page\": 10\n    }\n}"},{"id":"ac53c7ed-cfa1-4b9a-9cdf-bad14d24d5c4","name":"request by non admin user","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/v1/listings","protocol":"http","host":["localhost:3000"],"path":["api","v1","listings"],"query":[{"key":"price_min","value":"500000","type":"text","disabled":true},{"key":"price_max","value":"25000000","type":"text","disabled":true},{"key":"beds","value":"4","type":"text","disabled":true},{"key":"baths","value":"3","type":"text","disabled":true},{"key":"location","value":"Kirtipur","type":"text","disabled":true},{"key":"property_type","value":"house","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"d06164469a0655930d72affc9d1dd8ba\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"29cb3a76-f5dd-4e1e-a166-6b91d7a8ec00"},{"key":"x-runtime","value":"0.042225"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=6.36, instantiation.active_record;dur=6.50, render.active_model_serializers;dur=14.75, process_action.action_controller;dur=23.19"},{"key":"content-length","value":"4748"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"title\": \"Spacious House in Thamel\",\n            \"description\": \"A beautiful spacious house located in the heart of Thamel, close to restaurants, shops and tourist areas. Features traditional Newari architecture with modern amenities.\",\n            \"price\": \"15000000.0\",\n            \"beds\": 4,\n            \"baths\": 3,\n            \"location\": \"Thamel\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.143Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.143Z\",\n            \"agent\": {\n                \"id\": 1,\n                \"name\": \"Rep. Andrew Bode\",\n                \"email\": \"rep..andrew.bode@gmail.com\",\n                \"phone\": \"320-315-1371\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Modern Apartment in Baneshwor\",\n            \"description\": \"Brand new apartment in Baneshwor with stunning city views. Walking distance to banks, hospitals and government offices.\",\n            \"price\": \"8500000.0\",\n            \"beds\": 2,\n            \"baths\": 2,\n            \"location\": \"Baneshwor\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.147Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.147Z\",\n            \"agent\": {\n                \"id\": 2,\n                \"name\": \"Sari Schiller\",\n                \"email\": \"sari.schiller@gmail.com\",\n                \"phone\": \"977-025-2696\"\n            }\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Traditional House in Bhaktapur\",\n            \"description\": \"Charming traditional Newari house in the heritage city of Bhaktapur. Close to Bhaktapur Durbar Square and cultural attractions.\",\n            \"price\": \"12000000.0\",\n            \"beds\": 3,\n            \"baths\": 2,\n            \"location\": \"Bhaktapur\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.152Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.152Z\",\n            \"agent\": {\n                \"id\": 3,\n                \"name\": \"Harris McLaughlin\",\n                \"email\": \"harris.mclaughlin@gmail.com\",\n                \"phone\": \"929-535-9235\"\n            }\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Luxury Apartment in Lazimpat\",\n            \"description\": \"High-end apartment in the prestigious Lazimpat area, close to embassies and five-star hotels. 24/7 security and parking included.\",\n            \"price\": \"22000000.0\",\n            \"beds\": 3,\n            \"baths\": 3,\n            \"location\": \"Lazimpat\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.156Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.156Z\",\n            \"agent\": {\n                \"id\": 3,\n                \"name\": \"Harris McLaughlin\",\n                \"email\": \"harris.mclaughlin@gmail.com\",\n                \"phone\": \"929-535-9235\"\n            }\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Family House in Maharajgunj\",\n            \"description\": \"Well maintained family home in the quiet residential area of Maharajgunj. Large garden and garage. Close to international schools.\",\n            \"price\": \"18000000.0\",\n            \"beds\": 5,\n            \"baths\": 3,\n            \"location\": \"Maharajgunj\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.160Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.160Z\",\n            \"agent\": {\n                \"id\": 5,\n                \"name\": \"Fidel Stehr\",\n                \"email\": \"fidel.stehr@gmail.com\",\n                \"phone\": \"7673638002\"\n            }\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Cozy Apartment in Boudha\",\n            \"description\": \"Peaceful apartment near the famous Boudhanath Stupa. Great for meditation and spiritual living. Mountain views from rooftop.\",\n            \"price\": \"6500000.0\",\n            \"beds\": 2,\n            \"baths\": 1,\n            \"location\": \"Boudha\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.165Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.165Z\",\n            \"agent\": {\n                \"id\": 2,\n                \"name\": \"Sari Schiller\",\n                \"email\": \"sari.schiller@gmail.com\",\n                \"phone\": \"977-025-2696\"\n            }\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Newly Built Townhouse in Koteshwor\",\n            \"description\": \"Brand new townhouse in the growing Koteshwor area. Easy access to Ring Road and Bhaktapur highway. Modern kitchen and solar water heater.\",\n            \"price\": \"9000000.0\",\n            \"beds\": 3,\n            \"baths\": 2,\n            \"location\": \"Koteshwor\",\n            \"property_type\": \"townhouse\",\n            \"created_at\": \"2026-03-24T11:46:42.170Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.170Z\",\n            \"agent\": {\n                \"id\": 5,\n                \"name\": \"Fidel Stehr\",\n                \"email\": \"fidel.stehr@gmail.com\",\n                \"phone\": \"7673638002\"\n            }\n        },\n        {\n            \"id\": 8,\n            \"title\": \"Spacious House in Budhanilkantha\",\n            \"description\": \"Large house in the peaceful hill area of Budhanilkantha with panoramic Himalayan views. Clean air and quiet neighborhood perfect for families.\",\n            \"price\": \"25000000.0\",\n            \"beds\": 5,\n            \"baths\": 4,\n            \"location\": \"Budhanilkantha\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.174Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.174Z\",\n            \"agent\": {\n                \"id\": 1,\n                \"name\": \"Rep. Andrew Bode\",\n                \"email\": \"rep..andrew.bode@gmail.com\",\n                \"phone\": \"320-315-1371\"\n            }\n        },\n        {\n            \"id\": 9,\n            \"title\": \"Well Maintained Apartment in Patan\",\n            \"description\": \"Comfortable apartment in the cultural city of Patan, close to Patan Durbar Square and Mangalbazar. Good rental income potential.\",\n            \"price\": \"7500000.0\",\n            \"beds\": 2,\n            \"baths\": 2,\n            \"location\": \"Patan\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-24T11:46:42.178Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.178Z\",\n            \"agent\": {\n                \"id\": 5,\n                \"name\": \"Fidel Stehr\",\n                \"email\": \"fidel.stehr@gmail.com\",\n                \"phone\": \"7673638002\"\n            }\n        },\n        {\n            \"id\": 10,\n            \"title\": \"Modern House in Kirtipur\",\n            \"description\": \"Affordable modern house on the outskirts of Kathmandu in Kirtipur. Close to Tribhuvan University. Good for faculty and students.\",\n            \"price\": \"11000000.0\",\n            \"beds\": 3,\n            \"baths\": 2,\n            \"location\": \"Kirtipur\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-24T11:46:42.183Z\",\n            \"updated_at\": \"2026-03-24T11:46:42.183Z\",\n            \"agent\": {\n                \"id\": 3,\n                \"name\": \"Harris McLaughlin\",\n                \"email\": \"harris.mclaughlin@gmail.com\",\n                \"phone\": \"929-535-9235\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"total_count\": 10,\n        \"per_page\": 10\n    }\n}"},{"id":"809d55b6-a29f-471a-9cc6-5a53e6117679","name":"listings pagination","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/v1/listings?offset=1&limit=5","protocol":"http","host":["localhost:3000"],"path":["api","v1","listings"],"query":[{"key":"price_min","value":"500000","type":"text","disabled":true},{"key":"price_max","value":"25000000","type":"text","disabled":true},{"key":"beds","value":"4","type":"text","disabled":true},{"key":"baths","value":"3","type":"text","disabled":true},{"key":"location","value":"Kirtipur","type":"text","disabled":true},{"key":"property_type","value":"house","type":"text","disabled":true},{"key":"offset","value":"1","type":"text"},{"key":"limit","value":"5","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"0"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"vary","value":"Accept, Origin"},{"key":"etag","value":"W/\"52a29c2207dd4ca235839a91c5987b78\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-request-id","value":"ccb47626-80f6-4d08-a8ed-3f5a6faf9543"},{"key":"x-runtime","value":"0.014774"},{"key":"server-timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=2.04, instantiation.active_record;dur=0.22, render.active_model_serializers;dur=9.29, process_action.action_controller;dur=12.13"},{"key":"content-length","value":"2359"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"title\": \"Modern Apartment in Baneshwor\",\n            \"description\": \"Brand new apartment in Baneshwor with stunning city views. Walking distance to banks, hospitals and government offices.\",\n            \"price\": \"8500000.0\",\n            \"beds\": 2,\n            \"baths\": 2,\n            \"location\": \"Baneshwor\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-25T16:34:45.314Z\",\n            \"updated_at\": \"2026-03-25T16:34:45.314Z\",\n            \"agent\": {\n                \"id\": 4,\n                \"name\": \"Evita Jacobson\",\n                \"email\": \"evita.jacobson@gmail.com\",\n                \"phone\": \"629-402-1986\"\n            }\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Traditional House in Bhaktapur\",\n            \"description\": \"Charming traditional Newari house in the heritage city of Bhaktapur. Close to Bhaktapur Durbar Square and cultural attractions.\",\n            \"price\": \"12000000.0\",\n            \"beds\": 3,\n            \"baths\": 2,\n            \"location\": \"Bhaktapur\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-25T16:34:45.321Z\",\n            \"updated_at\": \"2026-03-25T16:34:45.321Z\",\n            \"agent\": {\n                \"id\": 4,\n                \"name\": \"Evita Jacobson\",\n                \"email\": \"evita.jacobson@gmail.com\",\n                \"phone\": \"629-402-1986\"\n            }\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Luxury Apartment in Lazimpat\",\n            \"description\": \"High-end apartment in the prestigious Lazimpat area, close to embassies and five-star hotels. 24/7 security and parking included.\",\n            \"price\": \"22000000.0\",\n            \"beds\": 3,\n            \"baths\": 3,\n            \"location\": \"Lazimpat\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-25T16:34:45.331Z\",\n            \"updated_at\": \"2026-03-25T16:34:45.331Z\",\n            \"agent\": {\n                \"id\": 3,\n                \"name\": \"Pamela Nikolaus\",\n                \"email\": \"pamela.nikolaus@gmail.com\",\n                \"phone\": \"305 299 2615\"\n            }\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Family House in Maharajgunj\",\n            \"description\": \"Well maintained family home in the quiet residential area of Maharajgunj. Large garden and garage. Close to international schools.\",\n            \"price\": \"18000000.0\",\n            \"beds\": 5,\n            \"baths\": 3,\n            \"location\": \"Maharajgunj\",\n            \"property_type\": \"house\",\n            \"created_at\": \"2026-03-25T16:34:45.338Z\",\n            \"updated_at\": \"2026-03-25T16:34:45.338Z\",\n            \"agent\": {\n                \"id\": 1,\n                \"name\": \"Fiona Bins\",\n                \"email\": \"fiona.bins@gmail.com\",\n                \"phone\": \"556-365-2345\"\n            }\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Cozy Apartment in Boudha\",\n            \"description\": \"Peaceful apartment near the famous Boudhanath Stupa. Great for meditation and spiritual living. Mountain views from rooftop.\",\n            \"price\": \"6500000.0\",\n            \"beds\": 2,\n            \"baths\": 1,\n            \"location\": \"Boudha\",\n            \"property_type\": \"apartment\",\n            \"created_at\": \"2026-03-25T16:34:45.347Z\",\n            \"updated_at\": \"2026-03-25T16:34:45.347Z\",\n            \"agent\": {\n                \"id\": 5,\n                \"name\": \"Glenn Harris\",\n                \"email\": \"glenn.harris@gmail.com\",\n                \"phone\": \"588-268-4498\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"offset\": 1,\n        \"limit\": 5,\n        \"total_count\": 10,\n        \"has_more\": true\n    }\n}"}],"_postman_id":"24466fb2-c709-4654-a630-a1ad78f8fd0f"},{"name":"listings by id","id":"56fffd70-2f31-40fa-ace3-cd8ff4aadec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3000/api/v1/listings/1","urlObject":{"protocol":"http","path":["api","v1","listings","1"],"host":["localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"56fffd70-2f31-40fa-ace3-cd8ff4aadec1"}],"id":"f98b74cf-38f8-4a69-b843-28125906e42c","_postman_id":"f98b74cf-38f8-4a69-b843-28125906e42c","description":""}],"event":[{"listen":"prerequest","script":{"id":"92a60460-e360-43a8-bf66-43265348e323","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"df61fd36-3ef9-4557-873e-e7d4528cc48e","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"SCHEME","value":"http","type":"string"},{"key":"SERVER","value":"localhost:3000","type":"string"},{"key":"VERSION","value":"v1","type":"string"}]}