{"info":{"name":"Fake API for Devs","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":"Generated Postman collection for Fake API for Devs."},"item":[{"name":"Authentication","item":[{"name":"POST /api/auth/register","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/register","host":["{{baseUrl}}"],"path":["api","auth","register"]},"body":{"mode":"raw","raw":"{\n  \"email\": \"dev@example.com\",\n  \"password\": \"supersecure\",\n  \"name\": \"API Builder\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"POST /api/auth/login","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/login","host":["{{baseUrl}}"],"path":["api","auth","login"]},"body":{"mode":"raw","raw":"{\n  \"email\": \"dev@example.com\",\n  \"password\": \"supersecure\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"POST /api/auth/refresh","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/refresh","host":["{{baseUrl}}"],"path":["api","auth","refresh"]},"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"rt_mock_replace_me\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"POST /api/auth/logout","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/logout","host":["{{baseUrl}}"],"path":["api","auth","logout"]},"body":{"mode":"raw","raw":"{\n  \"refresh_token\": \"rt_mock_replace_me\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/auth/me","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/me","host":["{{baseUrl}}"],"path":["api","auth","me"]}}},{"name":"GET /api/auth/users","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/users","host":["{{baseUrl}}"],"path":["api","auth","users"]}}},{"name":"GET /api/auth/users/batch?ids=usr_120000,usr_120001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/users/batch","host":["{{baseUrl}}"],"path":["api","auth","users","batch"]}}},{"name":"POST /api/auth/users/batch","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/users/batch","host":["{{baseUrl}}"],"path":["api","auth","users","batch"]},"body":{"mode":"raw","raw":"{\n  \"users\": [\n    {\n      \"name\": \"Jordan Builder\",\n      \"email\": \"jordan.builder@example.com\",\n      \"role\": \"developer\"\n    },\n    {\n      \"name\": \"Taylor Reviewer\",\n      \"email\": \"taylor.reviewer@example.com\",\n      \"role\": \"maintainer\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/auth/profile?user_id=usr_123456","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/auth/profile","host":["{{baseUrl}}"],"path":["api","auth","profile"]}}}]},{"name":"E-commerce","item":[{"name":"GET /api/ecommerce/products","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/products","host":["{{baseUrl}}"],"path":["api","ecommerce","products"]}}},{"name":"GET /api/ecommerce/products?category=Electronics","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/products","host":["{{baseUrl}}"],"path":["api","ecommerce","products"]}}},{"name":"GET /api/ecommerce/products?minPrice=50&maxPrice=150","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/products","host":["{{baseUrl}}"],"path":["api","ecommerce","products"]}}},{"name":"GET /api/ecommerce/products?per_page=10&page=2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/products","host":["{{baseUrl}}"],"path":["api","ecommerce","products"]}}},{"name":"POST /api/ecommerce/products","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/products","host":["{{baseUrl}}"],"path":["api","ecommerce","products"]},"body":{"mode":"raw","raw":"{\n  \"name\": \"Demo Product\",\n  \"price\": 129.99,\n  \"category\": \"Electronics\",\n  \"stock\": 42,\n  \"description\": \"Launch-ready item straight from the Fake API for Devs catalog.\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/ecommerce/orders","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/orders","host":["{{baseUrl}}"],"path":["api","ecommerce","orders"]}}},{"name":"GET /api/ecommerce/orders?status=fulfilled","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/orders","host":["{{baseUrl}}"],"path":["api","ecommerce","orders"]}}},{"name":"GET /api/ecommerce/orders/ord_1001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/orders/ord_1001","host":["{{baseUrl}}"],"path":["api","ecommerce","orders","ord_1001"]}}},{"name":"POST /api/ecommerce/orders","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/orders","host":["{{baseUrl}}"],"path":["api","ecommerce","orders"]},"body":{"mode":"raw","raw":"{\n  \"customer_id\": \"cus_1001\",\n  \"channel\": \"web\",\n  \"items\": [\n    {\n      \"sku\": \"SKU-FAKE-1\",\n      \"quantity\": 1,\n      \"unit_price\": 129.99\n    },\n    {\n      \"sku\": \"SKU-FAKE-2\",\n      \"quantity\": 2,\n      \"unit_price\": 29.99\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/ecommerce/customers","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/customers","host":["{{baseUrl}}"],"path":["api","ecommerce","customers"]}}},{"name":"GET /api/ecommerce/customers?tier=gold","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/ecommerce/customers","host":["{{baseUrl}}"],"path":["api","ecommerce","customers"]}}}]},{"name":"Real Estate","item":[{"name":"GET /api/realestate/listings","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/listings","host":["{{baseUrl}}"],"path":["api","realestate","listings"]}}},{"name":"GET /api/realestate/listings?type=sale&city=austin","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/listings","host":["{{baseUrl}}"],"path":["api","realestate","listings"]}}},{"name":"GET /api/realestate/listings?beds_min=3&price_max=650000","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/listings","host":["{{baseUrl}}"],"path":["api","realestate","listings"]}}},{"name":"POST /api/realestate/listings","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/listings","host":["{{baseUrl}}"],"path":["api","realestate","listings"]},"body":{"mode":"raw","raw":"{\n  \"address\": \"742 Evergreen Terrace, Springfield, IL 62701\",\n  \"type\": \"sale\",\n  \"property_type\": \"single_family\",\n  \"price\": 485000,\n  \"beds\": 4,\n  \"baths\": 2.5,\n  \"city\": \"Springfield\",\n  \"state\": \"IL\",\n  \"sqft\": 2200,\n  \"description\": \"Charming 4-bedroom home in a quiet neighborhood.\",\n  \"features\": [\n    \"garage\",\n    \"central_air\",\n    \"hardwood_floors\"\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/realestate/listings/prop_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/listings/prop_001","host":["{{baseUrl}}"],"path":["api","realestate","listings","prop_001"]}}},{"name":"GET /api/realestate/listings/prop_001/photos","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/listings/prop_001/photos","host":["{{baseUrl}}"],"path":["api","realestate","listings","prop_001","photos"]}}},{"name":"GET /api/realestate/agents","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/agents","host":["{{baseUrl}}"],"path":["api","realestate","agents"]}}},{"name":"GET /api/realestate/cities","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/realestate/cities","host":["{{baseUrl}}"],"path":["api","realestate","cities"]}}}]},{"name":"Social Media","item":[{"name":"GET /api/social/posts","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/posts","host":["{{baseUrl}}"],"path":["api","social","posts"]}}},{"name":"GET /api/social/posts?userId=usr_123456","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/posts","host":["{{baseUrl}}"],"path":["api","social","posts"]}}},{"name":"GET /api/social/posts?limit=10","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/posts","host":["{{baseUrl}}"],"path":["api","social","posts"]}}},{"name":"POST /api/social/posts","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/posts","host":["{{baseUrl}}"],"path":["api","social","posts"]},"body":{"mode":"raw","raw":"{\n  \"author_id\": \"usr_123456\",\n  \"content\": \"Trying Fake API for Devs today!\",\n  \"visibility\": \"public\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/social/users/usr_social_001/profile","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/users/usr_social_001/profile","host":["{{baseUrl}}"],"path":["api","social","users","usr_social_001","profile"]}}},{"name":"GET /api/social/users/usr_social_001/feed","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/users/usr_social_001/feed","host":["{{baseUrl}}"],"path":["api","social","users","usr_social_001","feed"]}}},{"name":"GET /api/social/posts/post_001/comments","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/posts/post_001/comments","host":["{{baseUrl}}"],"path":["api","social","posts","post_001","comments"]}}},{"name":"GET /api/social/hashtags/trending","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/hashtags/trending","host":["{{baseUrl}}"],"path":["api","social","hashtags","trending"]}}},{"name":"GET /api/social/notifications","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/social/notifications","host":["{{baseUrl}}"],"path":["api","social","notifications"]}}}]},{"name":"Food Delivery","item":[{"name":"GET /api/food/restaurants","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/restaurants","host":["{{baseUrl}}"],"path":["api","food","restaurants"]}}},{"name":"GET /api/food/restaurants?q=burger&open_now=true","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/restaurants","host":["{{baseUrl}}"],"path":["api","food","restaurants"]}}},{"name":"GET /api/food/restaurants/rest_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/restaurants/rest_001","host":["{{baseUrl}}"],"path":["api","food","restaurants","rest_001"]}}},{"name":"GET /api/food/restaurants/rest_001/menu","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/restaurants/rest_001/menu","host":["{{baseUrl}}"],"path":["api","food","restaurants","rest_001","menu"]}}},{"name":"GET /api/food/categories","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/categories","host":["{{baseUrl}}"],"path":["api","food","categories"]}}},{"name":"POST /api/food/orders","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/orders","host":["{{baseUrl}}"],"path":["api","food","orders"]},"body":{"mode":"raw","raw":"{\n  \"restaurant_id\": \"rest_001\",\n  \"customer\": {\n    \"name\": \"Jordan Patel\",\n    \"phone\": \"+1-555-0144\",\n    \"address\": \"220 Front Street, Brooklyn, NY 11201\"\n  },\n  \"items\": [\n    {\n      \"menu_item_id\": \"item_001\",\n      \"quantity\": 2\n    },\n    {\n      \"menu_item_id\": \"item_002\",\n      \"quantity\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/food/orders/order_mock_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/orders/order_mock_001","host":["{{baseUrl}}"],"path":["api","food","orders","order_mock_001"]}}},{"name":"GET /api/food/orders/order_mock_001/tracking","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/food/orders/order_mock_001/tracking","host":["{{baseUrl}}"],"path":["api","food","orders","order_mock_001","tracking"]}}}]},{"name":"SaaS","item":[{"name":"GET /api/saas/subscriptions","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/subscriptions","host":["{{baseUrl}}"],"path":["api","saas","subscriptions"]}}},{"name":"GET /api/saas/subscriptions?page=2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/subscriptions","host":["{{baseUrl}}"],"path":["api","saas","subscriptions"]}}},{"name":"GET /api/saas/subscriptions?per_page=2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/subscriptions","host":["{{baseUrl}}"],"path":["api","saas","subscriptions"]}}},{"name":"POST /api/saas/subscriptions","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/subscriptions","host":["{{baseUrl}}"],"path":["api","saas","subscriptions"]},"body":{"mode":"raw","raw":"{\n  \"user_id\": \"usr_567890\",\n  \"plan\": \"Professional\",\n  \"billing_cycle\": \"monthly\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/saas/workspaces","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/workspaces","host":["{{baseUrl}}"],"path":["api","saas","workspaces"]}}},{"name":"GET /api/saas/workspaces?status=active","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/workspaces","host":["{{baseUrl}}"],"path":["api","saas","workspaces"]}}},{"name":"POST /api/saas/workspaces","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/workspaces","host":["{{baseUrl}}"],"path":["api","saas","workspaces"]},"body":{"mode":"raw","raw":"{\n  \"name\": \"Growth Workspace\",\n  \"plan\": \"Growth\",\n  \"seats\": 15,\n  \"owner\": {\n    \"name\": \"API Lead\",\n    \"email\": \"lead@fakeapifordevs.com\"\n  }\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/saas/usage?workspace_id=ws_1001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/saas/usage","host":["{{baseUrl}}"],"path":["api","saas","usage"]}}}]},{"name":"Logistics","item":[{"name":"GET /api/logistics/shipments","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/shipments","host":["{{baseUrl}}"],"path":["api","logistics","shipments"]}}},{"name":"GET /api/logistics/shipments?id=TRK-2025-001234","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/shipments","host":["{{baseUrl}}"],"path":["api","logistics","shipments"]}}},{"name":"GET /api/logistics/shipments?page=2","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/shipments","host":["{{baseUrl}}"],"path":["api","logistics","shipments"]}}},{"name":"POST /api/logistics/shipments","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/shipments","host":["{{baseUrl}}"],"path":["api","logistics","shipments"]},"body":{"mode":"raw","raw":"{\n  \"origin\": \"New York, NY\",\n  \"destination\": \"San Francisco, CA\",\n  \"weight\": \"2.5 kg\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/logistics/shipments/TRK-2025-001000/tracking","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/shipments/TRK-2025-001000/tracking","host":["{{baseUrl}}"],"path":["api","logistics","shipments","TRK-2025-001000","tracking"]}}},{"name":"GET /api/logistics/carriers","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/carriers","host":["{{baseUrl}}"],"path":["api","logistics","carriers"]}}},{"name":"GET /api/logistics/carriers?service_level=express","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/carriers","host":["{{baseUrl}}"],"path":["api","logistics","carriers"]}}},{"name":"POST /api/logistics/carriers/rates","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/logistics/carriers/rates","host":["{{baseUrl}}"],"path":["api","logistics","carriers","rates"]},"body":{"mode":"raw","raw":"{\n  \"origin\": {\n    \"postal_code\": \"94107\",\n    \"country\": \"US\"\n  },\n  \"destination\": {\n    \"postal_code\": \"10001\",\n    \"country\": \"US\"\n  },\n  \"weight\": 5.4,\n  \"dimensions\": {\n    \"length_cm\": 40,\n    \"width_cm\": 30,\n    \"height_cm\": 25\n  }\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"Payments","item":[{"name":"GET /api/payments/stripe?customer_id=cus_123","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/stripe","host":["{{baseUrl}}"],"path":["api","payments","stripe"]}}},{"name":"GET /api/payments/stripe?customer_id=cus_enterprise&per_page=5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/stripe","host":["{{baseUrl}}"],"path":["api","payments","stripe"]}}},{"name":"POST /api/payments/stripe","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/stripe","host":["{{baseUrl}}"],"path":["api","payments","stripe"]},"body":{"mode":"raw","raw":"{\n  \"amount\": 4999,\n  \"currency\": \"usd\",\n  \"customer_id\": \"cus_123\",\n  \"source\": \"tok_visa\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"POST /api/payments/stripe/refund","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/stripe/refund","host":["{{baseUrl}}"],"path":["api","payments","stripe","refund"]},"body":{"mode":"raw","raw":"{\n  \"charge_id\": \"py_123\",\n  \"amount\": 4999,\n  \"reason\": \"requested_by_customer\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/payments/subscriptions/sub_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/subscriptions/sub_001","host":["{{baseUrl}}"],"path":["api","payments","subscriptions","sub_001"]}}},{"name":"GET /api/payments/invoices?customer_id=cus_123","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/invoices","host":["{{baseUrl}}"],"path":["api","payments","invoices"]}}},{"name":"GET /api/payments/invoices/in_001/pdf","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/invoices/in_001/pdf","host":["{{baseUrl}}"],"path":["api","payments","invoices","in_001","pdf"]}}},{"name":"GET /api/payments/payment-methods?customer_id=cus_123","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/payments/payment-methods","host":["{{baseUrl}}"],"path":["api","payments","payment-methods"]}}}]},{"name":"Weather","item":[{"name":"GET /api/weather/current","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/weather/current","host":["{{baseUrl}}"],"path":["api","weather","current"]}}},{"name":"GET /api/weather/current?city=seattle","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/weather/current","host":["{{baseUrl}}"],"path":["api","weather","current"]}}},{"name":"GET /api/weather/forecast?city=san-francisco","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/weather/forecast","host":["{{baseUrl}}"],"path":["api","weather","forecast"]}}},{"name":"GET /api/weather/alerts","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/weather/alerts","host":["{{baseUrl}}"],"path":["api","weather","alerts"]}}}]},{"name":"Analytics","item":[{"name":"GET /api/analytics/events?user_id=user_123","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/events","host":["{{baseUrl}}"],"path":["api","analytics","events"]}}},{"name":"POST /api/analytics/events","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/events","host":["{{baseUrl}}"],"path":["api","analytics","events"]},"body":{"mode":"raw","raw":"{\n  \"event_type\": \"page_view\",\n  \"user_id\": \"user_456\",\n  \"properties\": {\n    \"page\": \"/pricing\",\n    \"referrer\": \"https://fakeapifordevs.vercel.app\"\n  }\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/analytics/metrics?range=7d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/metrics","host":["{{baseUrl}}"],"path":["api","analytics","metrics"]}}},{"name":"GET /api/analytics/reports?type=usage","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/reports","host":["{{baseUrl}}"],"path":["api","analytics","reports"]}}},{"name":"GET /api/analytics/timeseries?metric=pageviews&granularity=day","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/timeseries","host":["{{baseUrl}}"],"path":["api","analytics","timeseries"]}}},{"name":"GET /api/analytics/funnel?steps=visit,signup,purchase","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/funnel","host":["{{baseUrl}}"],"path":["api","analytics","funnel"]}}},{"name":"GET /api/analytics/cohorts?period=month","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/cohorts","host":["{{baseUrl}}"],"path":["api","analytics","cohorts"]}}},{"name":"GET /api/analytics/realtime","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/analytics/realtime","host":["{{baseUrl}}"],"path":["api","analytics","realtime"]}}}]},{"name":"Notifications","item":[{"name":"GET /api/notifications?user_id=user_123","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications","host":["{{baseUrl}}"],"path":["api","notifications"]}}},{"name":"GET /api/notifications?user_id=user_123&unread_only=true","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications","host":["{{baseUrl}}"],"path":["api","notifications"]}}},{"name":"POST /api/notifications","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications","host":["{{baseUrl}}"],"path":["api","notifications"]},"body":{"mode":"raw","raw":"{\n  \"user_id\": \"user_123\",\n  \"title\": \"Your mock charge succeeded\",\n  \"message\": \"Tap to see the Fake API for Devs receipt.\",\n  \"action_url\": \"/billing/history\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"PATCH /api/notifications","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications","host":["{{baseUrl}}"],"path":["api","notifications"]},"body":{"mode":"raw","raw":"{\n  \"notification_id\": \"notif_1\",\n  \"read\": true\n}","options":{"raw":{"language":"json"}}}}},{"name":"DELETE /api/notifications?notification_id=notif_1","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications","host":["{{baseUrl}}"],"path":["api","notifications"]},"body":{"mode":"raw","raw":"{\n  \"domain\": \"notifications\",\n  \"message\": \"Customize this payload to match your integration scenario.\",\n  \"timestamp\": \"2026-05-21T10:14:34.204Z\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/notifications/templates","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications/templates","host":["{{baseUrl}}"],"path":["api","notifications","templates"]}}},{"name":"POST /api/notifications/send","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications/send","host":["{{baseUrl}}"],"path":["api","notifications","send"]},"body":{"mode":"raw","raw":"{\n  \"user_id\": \"user_123\",\n  \"channel\": \"email\",\n  \"title\": \"Deployment ready\",\n  \"message\": \"Your preview is live and ready for review.\",\n  \"action_url\": \"/status\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/notifications/preferences/user_123","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications/preferences/user_123","host":["{{baseUrl}}"],"path":["api","notifications","preferences","user_123"]}}},{"name":"DELETE /api/notifications/batch?ids=notif_0001,notif_0002","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/notifications/batch","host":["{{baseUrl}}"],"path":["api","notifications","batch"]},"body":{"mode":"raw","raw":"{\n  \"ids\": [\n    \"notif_0001\",\n    \"notif_0002\"\n  ]\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"Search","item":[{"name":"GET /api/search","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/search","host":["{{baseUrl}}"],"path":["api","search"]}}},{"name":"GET /api/search?q=mock+api","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/search","host":["{{baseUrl}}"],"path":["api","search"]}}},{"name":"GET /api/search?q=john&domains=auth,crm,hrm","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/search","host":["{{baseUrl}}"],"path":["api","search"]}}},{"name":"POST /api/search/index","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/search/index","host":["{{baseUrl}}"],"path":["api","search","index"]},"body":{"mode":"raw","raw":"{\n  \"document\": {\n    \"id\": \"doc_123\",\n    \"title\": \"Mock API quick start\",\n    \"body\": \"Use Fake API for Devs to ship prototypes faster.\"\n  },\n  \"tags\": [\n    \"guides\",\n    \"mock-apis\"\n  ],\n  \"locale\": \"en-US\"\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"Document Management","item":[{"name":"GET /api/dms/documents","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/dms/documents","host":["{{baseUrl}}"],"path":["api","dms","documents"]}}},{"name":"GET /api/dms/documents?limit=20","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/dms/documents","host":["{{baseUrl}}"],"path":["api","dms","documents"]}}},{"name":"POST /api/dms/documents","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/dms/documents","host":["{{baseUrl}}"],"path":["api","dms","documents"]},"body":{"mode":"raw","raw":"{\n  \"name\": \"roadmap.pdf\",\n  \"type\": \"pdf\",\n  \"size\": 2048,\n  \"tags\": [\n    \"roadmap\",\n    \"confidential\"\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/dms/folders","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/dms/folders","host":["{{baseUrl}}"],"path":["api","dms","folders"]}}}]},{"name":"Hospital Management","item":[{"name":"GET /api/hospital/patients","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/patients","host":["{{baseUrl}}"],"path":["api","hospital","patients"]}}},{"name":"GET /api/hospital/patients?limit=25","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/patients","host":["{{baseUrl}}"],"path":["api","hospital","patients"]}}},{"name":"POST /api/hospital/patients","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/patients","host":["{{baseUrl}}"],"path":["api","hospital","patients"]},"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Jordan\",\n  \"lastName\": \"Demo\",\n  \"email\": \"jordan.demo@fakeapifordevs.com\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/hospital/appointments","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/appointments","host":["{{baseUrl}}"],"path":["api","hospital","appointments"]}}},{"name":"GET /api/hospital/appointments?doctor=patel","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/appointments","host":["{{baseUrl}}"],"path":["api","hospital","appointments"]}}},{"name":"POST /api/hospital/appointments","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/appointments","host":["{{baseUrl}}"],"path":["api","hospital","appointments"]},"body":{"mode":"raw","raw":"{\n  \"patient\": \"Jordan Demo\",\n  \"doctor\": \"Dr. Patel\",\n  \"scheduled_for\": \"2025-01-20T16:00:00Z\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/hospital/doctors","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/doctors","host":["{{baseUrl}}"],"path":["api","hospital","doctors"]}}},{"name":"GET /api/hospital/departments","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hospital/departments","host":["{{baseUrl}}"],"path":["api","hospital","departments"]}}}]},{"name":"Human Resources","item":[{"name":"GET /api/hrm/employees","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/employees","host":["{{baseUrl}}"],"path":["api","hrm","employees"]}}},{"name":"GET /api/hrm/employees?limit=25","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/employees","host":["{{baseUrl}}"],"path":["api","hrm","employees"]}}},{"name":"POST /api/hrm/employees","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/employees","host":["{{baseUrl}}"],"path":["api","hrm","employees"]},"body":{"mode":"raw","raw":"{\n  \"firstName\": \"Avery\",\n  \"lastName\": \"DevRel\",\n  \"department\": \"Engineering\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/hrm/payroll","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/payroll","host":["{{baseUrl}}"],"path":["api","hrm","payroll"]}}},{"name":"GET /api/hrm/payroll?month=2025-02","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/payroll","host":["{{baseUrl}}"],"path":["api","hrm","payroll"]}}},{"name":"GET /api/hrm/attendance","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/attendance","host":["{{baseUrl}}"],"path":["api","hrm","attendance"]}}},{"name":"GET /api/hrm/attendance?date=2025-01-20","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/attendance","host":["{{baseUrl}}"],"path":["api","hrm","attendance"]}}},{"name":"GET /api/hrm/reviews","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/reviews","host":["{{baseUrl}}"],"path":["api","hrm","reviews"]}}},{"name":"GET /api/hrm/reviews?employee_id=emp_1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/reviews","host":["{{baseUrl}}"],"path":["api","hrm","reviews"]}}},{"name":"GET /api/hrm/leaves","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/leaves","host":["{{baseUrl}}"],"path":["api","hrm","leaves"]}}},{"name":"POST /api/hrm/leaves","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/hrm/leaves","host":["{{baseUrl}}"],"path":["api","hrm","leaves"]},"body":{"mode":"raw","raw":"{\n  \"employee_id\": \"emp_123\",\n  \"start_date\": \"2025-02-01\",\n  \"end_date\": \"2025-02-05\",\n  \"type\": \"vacation\"\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"News & Publishing","item":[{"name":"GET /api/news/articles","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/news/articles","host":["{{baseUrl}}"],"path":["api","news","articles"]}}},{"name":"GET /api/news/articles?category=Technology","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/news/articles","host":["{{baseUrl}}"],"path":["api","news","articles"]}}},{"name":"GET /api/news/articles?limit=5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/news/articles","host":["{{baseUrl}}"],"path":["api","news","articles"]}}},{"name":"POST /api/news/articles","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/news/articles","host":["{{baseUrl}}"],"path":["api","news","articles"]},"body":{"mode":"raw","raw":"{\n  \"title\": \"Mock APIs unlock rapid prototyping\",\n  \"content\": \"Replace flaky backends with Fake API for Devs.\",\n  \"category\": \"Technology\",\n  \"author\": \"api_editor\",\n  \"tags\": [\n    \"developer-tools\",\n    \"mock-data\"\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/news/categories","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/news/categories","host":["{{baseUrl}}"],"path":["api","news","categories"]}}}]},{"name":"LLM & AI","item":[{"name":"POST /api/llm/openai/v1/chat/completions","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/llm/openai/v1/chat/completions","host":["{{baseUrl}}"],"path":["api","llm","openai","v1","chat","completions"]},"body":{"mode":"raw","raw":"{\n  \"model\": \"gpt-4o\",\n  \"messages\": [\n    {\n      \"role\": \"system\",\n      \"content\": \"You are a helpful assistant.\"\n    },\n    {\n      \"role\": \"user\",\n      \"content\": \"Summarize the value of Fake API for Devs in one paragraph.\"\n    }\n  ],\n  \"temperature\": 0.7,\n  \"stream\": false\n}","options":{"raw":{"language":"json"}}}}},{"name":"POST /api/llm/openai/v1/embeddings","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/llm/openai/v1/embeddings","host":["{{baseUrl}}"],"path":["api","llm","openai","v1","embeddings"]},"body":{"mode":"raw","raw":"{\n  \"model\": \"text-embedding-3-small\",\n  \"input\": [\n    \"Mock API playground\",\n    \"Developer testing workflows\"\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/llm/openai/v1/models","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/llm/openai/v1/models","host":["{{baseUrl}}"],"path":["api","llm","openai","v1","models"]}}},{"name":"POST /api/llm/anthropic/v1/messages","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/llm/anthropic/v1/messages","host":["{{baseUrl}}"],"path":["api","llm","anthropic","v1","messages"]},"body":{"mode":"raw","raw":"{\n  \"model\": \"claude-3-5-sonnet-20241022\",\n  \"max_tokens\": 256,\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Draft a short release note for a new mock API domain.\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"CRM & Sales","item":[{"name":"GET /api/crm/contacts","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/contacts","host":["{{baseUrl}}"],"path":["api","crm","contacts"]}}},{"name":"GET /api/crm/contacts/contact_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/contacts/contact_001","host":["{{baseUrl}}"],"path":["api","crm","contacts","contact_001"]}}},{"name":"POST /api/crm/contacts","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/contacts","host":["{{baseUrl}}"],"path":["api","crm","contacts"]},"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jamie\",\n  \"last_name\": \"Chen\",\n  \"email\": \"jamie.chen@acme.com\",\n  \"company_id\": \"company_001\",\n  \"owner_id\": \"owner_001\",\n  \"status\": \"lead\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/crm/deals","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/deals","host":["{{baseUrl}}"],"path":["api","crm","deals"]}}},{"name":"GET /api/crm/deals/deal_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/deals/deal_001","host":["{{baseUrl}}"],"path":["api","crm","deals","deal_001"]}}},{"name":"POST /api/crm/deals","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/deals","host":["{{baseUrl}}"],"path":["api","crm","deals"]},"body":{"mode":"raw","raw":"{\n  \"title\": \"Platform rollout for Acme Corp\",\n  \"value\": 48000,\n  \"company_id\": \"company_001\",\n  \"contact_id\": \"contact_001\",\n  \"owner_id\": \"owner_001\",\n  \"stage\": \"proposal\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"PATCH /api/crm/deals/deal_001","request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/deals/deal_001","host":["{{baseUrl}}"],"path":["api","crm","deals","deal_001"]},"body":{"mode":"raw","raw":"{\n  \"stage\": \"negotiation\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/crm/pipeline","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/pipeline","host":["{{baseUrl}}"],"path":["api","crm","pipeline"]}}},{"name":"GET /api/crm/activities","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/activities","host":["{{baseUrl}}"],"path":["api","crm","activities"]}}},{"name":"GET /api/crm/companies","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crm/companies","host":["{{baseUrl}}"],"path":["api","crm","companies"]}}}]},{"name":"Gaming","item":[{"name":"GET /api/gaming/leaderboard?game_id=arena_quest&period=weekly","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/gaming/leaderboard","host":["{{baseUrl}}"],"path":["api","gaming","leaderboard"]}}},{"name":"GET /api/gaming/players","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/gaming/players","host":["{{baseUrl}}"],"path":["api","gaming","players"]}}},{"name":"GET /api/gaming/players/player_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/gaming/players/player_001","host":["{{baseUrl}}"],"path":["api","gaming","players","player_001"]}}},{"name":"GET /api/gaming/players/player_001/matches","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/gaming/players/player_001/matches","host":["{{baseUrl}}"],"path":["api","gaming","players","player_001","matches"]}}},{"name":"GET /api/gaming/matches","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/gaming/matches","host":["{{baseUrl}}"],"path":["api","gaming","matches"]}}},{"name":"GET /api/gaming/achievements","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/gaming/achievements","host":["{{baseUrl}}"],"path":["api","gaming","achievements"]}}},{"name":"GET /api/gaming/inventory/player_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/gaming/inventory/player_001","host":["{{baseUrl}}"],"path":["api","gaming","inventory","player_001"]}}}]},{"name":"Crypto & DeFi","item":[{"name":"GET /api/crypto/prices","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crypto/prices","host":["{{baseUrl}}"],"path":["api","crypto","prices"]}}},{"name":"GET /api/crypto/prices/ETH","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crypto/prices/ETH","host":["{{baseUrl}}"],"path":["api","crypto","prices","ETH"]}}},{"name":"GET /api/crypto/wallet/0x1234abcd5678ef90","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crypto/wallet/0x1234abcd5678ef90","host":["{{baseUrl}}"],"path":["api","crypto","wallet","0x1234abcd5678ef90"]}}},{"name":"GET /api/crypto/transactions?wallet_address=0x1234abcd5678ef90","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crypto/transactions","host":["{{baseUrl}}"],"path":["api","crypto","transactions"]}}},{"name":"GET /api/crypto/portfolio?wallet_address=0x1234abcd5678ef90","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crypto/portfolio","host":["{{baseUrl}}"],"path":["api","crypto","portfolio"]}}},{"name":"GET /api/crypto/markets","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/crypto/markets","host":["{{baseUrl}}"],"path":["api","crypto","markets"]}}}]},{"name":"Travel","item":[{"name":"GET /api/travel/flights/search?origin=JFK&destination=LAX","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/travel/flights/search","host":["{{baseUrl}}"],"path":["api","travel","flights","search"]}}},{"name":"GET /api/travel/flights/flt_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/travel/flights/flt_001","host":["{{baseUrl}}"],"path":["api","travel","flights","flt_001"]}}},{"name":"GET /api/travel/hotels/search?city=New+York","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/travel/hotels/search","host":["{{baseUrl}}"],"path":["api","travel","hotels","search"]}}},{"name":"GET /api/travel/hotels/hotel_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/travel/hotels/hotel_001","host":["{{baseUrl}}"],"path":["api","travel","hotels","hotel_001"]}}},{"name":"POST /api/travel/bookings","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/travel/bookings","host":["{{baseUrl}}"],"path":["api","travel","bookings"]},"body":{"mode":"raw","raw":"{\n  \"type\": \"flight\",\n  \"flight_id\": \"flt_001\",\n  \"traveller\": {\n    \"name\": \"Alex Traveler\",\n    \"email\": \"alex.traveler@example.com\",\n    \"phone\": \"+1-555-0199\"\n  },\n  \"cabin\": \"economy\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/travel/bookings/bk_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/travel/bookings/bk_001","host":["{{baseUrl}}"],"path":["api","travel","bookings","bk_001"]}}},{"name":"GET /api/travel/airports?q=JFK","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/travel/airports","host":["{{baseUrl}}"],"path":["api","travel","airports"]}}}]},{"name":"Education & LMS","item":[{"name":"GET /api/education/courses","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/courses","host":["{{baseUrl}}"],"path":["api","education","courses"]}}},{"name":"GET /api/education/courses/course_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/courses/course_001","host":["{{baseUrl}}"],"path":["api","education","courses","course_001"]}}},{"name":"GET /api/education/courses/course_001/lessons","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/courses/course_001/lessons","host":["{{baseUrl}}"],"path":["api","education","courses","course_001","lessons"]}}},{"name":"POST /api/education/courses","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/courses","host":["{{baseUrl}}"],"path":["api","education","courses"]},"body":{"mode":"raw","raw":"{\n  \"title\": \"Designing with Deterministic APIs\",\n  \"category\": \"Technology\",\n  \"difficulty\": \"intermediate\",\n  \"instructor\": \"Dr. Priya Sharma\",\n  \"duration_hours\": 8\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/education/students","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/students","host":["{{baseUrl}}"],"path":["api","education","students"]}}},{"name":"GET /api/education/enrollments","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/enrollments","host":["{{baseUrl}}"],"path":["api","education","enrollments"]}}},{"name":"POST /api/education/enrollments","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/enrollments","host":["{{baseUrl}}"],"path":["api","education","enrollments"]},"body":{"mode":"raw","raw":"{\n  \"student_id\": \"student_001\",\n  \"course_id\": \"course_001\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/education/assignments","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/assignments","host":["{{baseUrl}}"],"path":["api","education","assignments"]}}},{"name":"GET /api/education/grades","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/grades","host":["{{baseUrl}}"],"path":["api","education","grades"]}}},{"name":"GET /api/education/certificates","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/education/certificates","host":["{{baseUrl}}"],"path":["api","education","certificates"]}}}]},{"name":"IoT & Sensors","item":[{"name":"GET /api/iot/devices","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/iot/devices","host":["{{baseUrl}}"],"path":["api","iot","devices"]}}},{"name":"GET /api/iot/devices/dev_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/iot/devices/dev_001","host":["{{baseUrl}}"],"path":["api","iot","devices","dev_001"]}}},{"name":"GET /api/iot/devices/dev_001/readings","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/iot/devices/dev_001/readings","host":["{{baseUrl}}"],"path":["api","iot","devices","dev_001","readings"]}}},{"name":"GET /api/iot/alerts","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/iot/alerts","host":["{{baseUrl}}"],"path":["api","iot","alerts"]}}},{"name":"GET /api/iot/telemetry/live","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/iot/telemetry/live","host":["{{baseUrl}}"],"path":["api","iot","telemetry","live"]}}},{"name":"POST /api/iot/devices/dev_001/commands","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/iot/devices/dev_001/commands","host":["{{baseUrl}}"],"path":["api","iot","devices","dev_001","commands"]},"body":{"mode":"raw","raw":"{\n  \"command\": \"set_reporting_interval\",\n  \"payload\": {\n    \"seconds\": 60\n  }\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"Fitness","item":[{"name":"GET /api/fitness/users/user_fit_001/activities","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/fitness/users/user_fit_001/activities","host":["{{baseUrl}}"],"path":["api","fitness","users","user_fit_001","activities"]}}},{"name":"POST /api/fitness/activities","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/fitness/activities","host":["{{baseUrl}}"],"path":["api","fitness","activities"]},"body":{"mode":"raw","raw":"{\n  \"user_id\": \"user_fit_001\",\n  \"type\": \"run\",\n  \"title\": \"Morning tempo run\",\n  \"distance_km\": 8.2,\n  \"duration_minutes\": 42\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/fitness/activities/activity_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/fitness/activities/activity_001","host":["{{baseUrl}}"],"path":["api","fitness","activities","activity_001"]}}},{"name":"GET /api/fitness/users/user_fit_001/stats","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/fitness/users/user_fit_001/stats","host":["{{baseUrl}}"],"path":["api","fitness","users","user_fit_001","stats"]}}},{"name":"GET /api/fitness/users/user_fit_001/goals","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/fitness/users/user_fit_001/goals","host":["{{baseUrl}}"],"path":["api","fitness","users","user_fit_001","goals"]}}},{"name":"GET /api/fitness/nutrition/log?user_id=user_fit_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/fitness/nutrition/log","host":["{{baseUrl}}"],"path":["api","fitness","nutrition","log"]}}},{"name":"GET /api/fitness/exercises","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/fitness/exercises","host":["{{baseUrl}}"],"path":["api","fitness","exercises"]}}}]},{"name":"Event Management","item":[{"name":"GET /api/events","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/events","host":["{{baseUrl}}"],"path":["api","events"]}}},{"name":"GET /api/events/evt_001","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/events/evt_001","host":["{{baseUrl}}"],"path":["api","events","evt_001"]}}},{"name":"POST /api/events/evt_001/register","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/events/evt_001/register","host":["{{baseUrl}}"],"path":["api","events","evt_001","register"]},"body":{"mode":"raw","raw":"{\n  \"name\": \"Morgan Attendee\",\n  \"email\": \"morgan.attendee@example.com\",\n  \"ticket_tier\": \"General Admission\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/events/evt_001/attendees","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/events/evt_001/attendees","host":["{{baseUrl}}"],"path":["api","events","evt_001","attendees"]}}},{"name":"GET /api/events/categories","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/events/categories","host":["{{baseUrl}}"],"path":["api","events","categories"]}}}]},{"name":"Streaming SSE","item":[{"name":"GET /api/stream/chat","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/stream/chat","host":["{{baseUrl}}"],"path":["api","stream","chat"]}}},{"name":"GET /api/stream/events","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/stream/events","host":["{{baseUrl}}"],"path":["api","stream","events"]}}},{"name":"GET /api/stream/notifications","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/stream/notifications","host":["{{baseUrl}}"],"path":["api","stream","notifications"]}}},{"name":"GET /api/stream/sensors","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/stream/sensors","host":["{{baseUrl}}"],"path":["api","stream","sensors"]}}}]},{"name":"Maps & Geocoding","item":[{"name":"GET /api/maps/geocode?address=742+Evergreen+Terrace+Springfield+IL","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/maps/geocode","host":["{{baseUrl}}"],"path":["api","maps","geocode"]}}},{"name":"GET /api/maps/reverse?lat=39.7817&lng=-89.6501","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/maps/reverse","host":["{{baseUrl}}"],"path":["api","maps","reverse"]}}},{"name":"GET /api/maps/places/search?q=coffee+shops&lat=40.7128&lng=-74.006","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/maps/places/search","host":["{{baseUrl}}"],"path":["api","maps","places","search"]}}},{"name":"GET /api/maps/directions?origin=JFK&destination=Times+Square&mode=driving","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/maps/directions","host":["{{baseUrl}}"],"path":["api","maps","directions"]}}},{"name":"POST /api/maps/directions","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/maps/directions","host":["{{baseUrl}}"],"path":["api","maps","directions"]},"body":{"mode":"raw","raw":"{\n  \"origin\": \"JFK\",\n  \"destination\": \"Times Square\",\n  \"mode\": \"driving\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/maps/autocomplete?input=742+Ever","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/maps/autocomplete","host":["{{baseUrl}}"],"path":["api","maps","autocomplete"]}}}]},{"name":"GitHub Mimic","item":[{"name":"GET /api/github/users/mockdev","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/github/users/mockdev","host":["{{baseUrl}}"],"path":["api","github","users","mockdev"]}}},{"name":"GET /api/github/users/mockdev/repos","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/github/users/mockdev/repos","host":["{{baseUrl}}"],"path":["api","github","users","mockdev","repos"]}}},{"name":"GET /api/github/repos/mockdev/fake-api-for-devs","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/github/repos/mockdev/fake-api-for-devs","host":["{{baseUrl}}"],"path":["api","github","repos","mockdev","fake-api-for-devs"]}}},{"name":"GET /api/github/repos/mockdev/fake-api-for-devs/commits","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/github/repos/mockdev/fake-api-for-devs/commits","host":["{{baseUrl}}"],"path":["api","github","repos","mockdev","fake-api-for-devs","commits"]}}},{"name":"GET /api/github/repos/mockdev/fake-api-for-devs/issues","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/github/repos/mockdev/fake-api-for-devs/issues","host":["{{baseUrl}}"],"path":["api","github","repos","mockdev","fake-api-for-devs","issues"]}}},{"name":"GET /api/github/repos/mockdev/fake-api-for-devs/pulls","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/github/repos/mockdev/fake-api-for-devs/pulls","host":["{{baseUrl}}"],"path":["api","github","repos","mockdev","fake-api-for-devs","pulls"]}}},{"name":"GET /api/github/rate_limit","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/github/rate_limit","host":["{{baseUrl}}"],"path":["api","github","rate_limit"]}}}]},{"name":"OAuth & OIDC","item":[{"name":"GET /api/oauth/authorize?client_id=demo-app&redirect_uri=https://example.com/callback&response_type=code&scope=openid+profile+email","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/oauth/authorize","host":["{{baseUrl}}"],"path":["api","oauth","authorize"]}}},{"name":"POST /api/oauth/token","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/oauth/token","host":["{{baseUrl}}"],"path":["api","oauth","token"]},"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"authorization_code\",\n  \"code\": \"code_mock_demo\",\n  \"client_id\": \"demo-app\",\n  \"redirect_uri\": \"https://example.com/callback\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/oauth/userinfo","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/oauth/userinfo","host":["{{baseUrl}}"],"path":["api","oauth","userinfo"]}}},{"name":"GET /api/oauth/.well-known/openid-configuration","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/oauth/.well-known/openid-configuration","host":["{{baseUrl}}"],"path":["api","oauth",".well-known","openid-configuration"]}}},{"name":"GET /api/oauth/.well-known/jwks.json","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/oauth/.well-known/jwks.json","host":["{{baseUrl}}"],"path":["api","oauth",".well-known","jwks.json"]}}}]},{"name":"Twilio SMS","item":[{"name":"GET /api/twilio/2010-04-01/Accounts/ACmock/Messages.json","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/twilio/2010-04-01/Accounts/ACmock/Messages.json","host":["{{baseUrl}}"],"path":["api","twilio","2010-04-01","Accounts","ACmock","Messages.json"]}}},{"name":"POST /api/twilio/2010-04-01/Accounts/ACmock/Messages.json","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/twilio/2010-04-01/Accounts/ACmock/Messages.json","host":["{{baseUrl}}"],"path":["api","twilio","2010-04-01","Accounts","ACmock","Messages.json"]},"body":{"mode":"raw","raw":"{\n  \"To\": \"+15551234567\",\n  \"From\": \"+15550000000\",\n  \"Body\": \"Your Fake API for Devs verification code is 847291.\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/twilio/2010-04-01/Accounts/ACmock/Messages/SMmock0000000000000000000000000001.json","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/twilio/2010-04-01/Accounts/ACmock/Messages/SMmock0000000000000000000000000001.json","host":["{{baseUrl}}"],"path":["api","twilio","2010-04-01","Accounts","ACmock","Messages","SMmock0000000000000000000000000001.json"]}}}]},{"name":"Slack API","item":[{"name":"GET /api/slack/api/auth.test","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/slack/api/auth.test","host":["{{baseUrl}}"],"path":["api","slack","api","auth.test"]}}},{"name":"GET /api/slack/api/conversations.list","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/slack/api/conversations.list","host":["{{baseUrl}}"],"path":["api","slack","api","conversations.list"]}}},{"name":"GET /api/slack/api/users.list","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/slack/api/users.list","host":["{{baseUrl}}"],"path":["api","slack","api","users.list"]}}},{"name":"POST /api/slack/api/chat.postMessage","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/slack/api/chat.postMessage","host":["{{baseUrl}}"],"path":["api","slack","api","chat.postMessage"]},"body":{"mode":"raw","raw":"{\n  \"channel\": \"CFAKE001\",\n  \"text\": \"Shipping another deterministic integration today.\"\n}","options":{"raw":{"language":"json"}}}}}]},{"name":"SendGrid Email","item":[{"name":"POST /api/sendgrid/v3/mail/send","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/sendgrid/v3/mail/send","host":["{{baseUrl}}"],"path":["api","sendgrid","v3","mail","send"]},"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"email\": \"noreply@fakeapifordevs.com\"\n  },\n  \"subject\": \"Preview deployment ready\",\n  \"personalizations\": [\n    {\n      \"to\": [\n        {\n          \"email\": \"dev@example.com\"\n        }\n      ]\n    }\n  ],\n  \"content\": [\n    {\n      \"type\": \"text/plain\",\n      \"value\": \"Your Fake API for Devs preview is ready.\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/sendgrid/v3/stats","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/sendgrid/v3/stats","host":["{{baseUrl}}"],"path":["api","sendgrid","v3","stats"]}}},{"name":"GET /api/sendgrid/v3/suppression/bounces","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/sendgrid/v3/suppression/bounces","host":["{{baseUrl}}"],"path":["api","sendgrid","v3","suppression","bounces"]}}}]},{"name":"Webhooks","item":[{"name":"POST /api/webhooks/register","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/webhooks/register","host":["{{baseUrl}}"],"path":["api","webhooks","register"]},"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/webhooks/fake-api\",\n  \"events\": [\n    \"payment_intent.succeeded\",\n    \"invoice.payment_failed\"\n  ],\n  \"secret\": \"whsec_mock_secret\"\n}","options":{"raw":{"language":"json"}}}}},{"name":"GET /api/webhooks/registrations","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/webhooks/registrations","host":["{{baseUrl}}"],"path":["api","webhooks","registrations"]}}},{"name":"POST /api/webhooks/test/payment_intent.succeeded","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/webhooks/test/payment_intent.succeeded","host":["{{baseUrl}}"],"path":["api","webhooks","test","payment_intent.succeeded"]},"body":{"mode":"raw","raw":"{\n  \"id\": \"pi_mock_001\",\n  \"amount\": 4999,\n  \"currency\": \"usd\",\n  \"customer\": \"cus_123\",\n  \"status\": \"succeeded\"\n}","options":{"raw":{"language":"json"}}}}}]}],"variable":[{"key":"baseUrl","value":"https://fakeapifordevs.vercel.app"}]}