{"info":{"_postman_id":"723cc021-c284-4b33-9d28-806577591ef2","name":"IPAY API · v0.91.3","description":"IPAY Last-Mile orchestrator API — payment-on-arrival flow between merchant, carrier, consumer and PSP. JWT bearer auth (7-day TTL). 18 supported UI languages. Browse the curated quickstart groups at /reference, or the complete auto-generated catalog at /reference#api-complete-reference. Interactive Swagger UI below.\n\n**Quick start**:\n1. Set the `base_url` variable to your IPAY environment (currently defaulted to your live preview URL — switch to `https://api.ipay.global` for production once DNS is live).\n2. Call `POST /api/auth/login` with `{\"email\": \"...\", \"password\": \"...\"}`.\n3. Copy the `token` field from the response into the `jwt_token` variable.\n4. All subsequent requests automatically use `Authorization: Bearer {{jwt_token}}`.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"item":[{"name":"Authentication","description":"Endpoints under `/api/auth/`","item":[{"name":"POST /api/auth/register","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/auth/register","host":["{{base_url}}"],"path":["api","auth","register"]},"description":"Register","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/auth/login","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/auth/login","host":["{{base_url}}"],"path":["api","auth","login"]},"description":"Login","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/auth/me","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/auth/me","host":["{{base_url}}"],"path":["api","auth","me"]},"description":"Me"},"response":[]}]},{"name":"Orders","description":"Endpoints under `/api/orders`","item":[{"name":"GET /api/orders","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders","host":["{{base_url}}"],"path":["api","orders"]},"description":"List Orders"},"response":[]},{"name":"POST /api/orders","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders","host":["{{base_url}}"],"path":["api","orders"]},"description":"Create Order","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/orders/sample.csv","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders/sample.csv","host":["{{base_url}}"],"path":["api","orders","sample.csv"]},"description":"Download Sample Csv"},"response":[]},{"name":"POST /api/orders/upload","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders/upload","host":["{{base_url}}"],"path":["api","orders","upload"]},"description":"Upload Orders","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/orders/{order_id}/dg-approve","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders/:order_id/dg-approve","host":["{{base_url}}"],"path":["api","orders",":order_id","dg-approve"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Approve Dg Order","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/orders/{order_id}/create-session","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders/:order_id/create-session","host":["{{base_url}}"],"path":["api","orders",":order_id","create-session"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Create Session For Order","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/orders/{order_id}/ups-label","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders/:order_id/ups-label","host":["{{base_url}}"],"path":["api","orders",":order_id","ups-label"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Create Ups Label","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/orders/{order_id}/ups-label.pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/orders/:order_id/ups-label.pdf","host":["{{base_url}}"],"path":["api","orders",":order_id","ups-label.pdf"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Get Ups Label Pdf"},"response":[]}]},{"name":"Payment Sessions (18-digit ref)","description":"Endpoints under `/api/payment-sessions`","item":[{"name":"GET /api/payment-sessions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment-sessions","host":["{{base_url}}"],"path":["api","payment-sessions"]},"description":"List Sessions"},"response":[]},{"name":"POST /api/payment-sessions/{sid}/parcel-status","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment-sessions/:sid/parcel-status","host":["{{base_url}}"],"path":["api","payment-sessions",":sid","parcel-status"],"variable":[{"key":"sid","value":"","description":"Path parameter"}]},"description":"Update Parcel Status","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/payment-sessions/parcel-transitions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment-sessions/parcel-transitions","host":["{{base_url}}"],"path":["api","payment-sessions","parcel-transitions"]},"description":"Get Parcel Transitions"},"response":[]},{"name":"GET /api/payment-sessions/{sid}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment-sessions/:sid","host":["{{base_url}}"],"path":["api","payment-sessions",":sid"],"variable":[{"key":"sid","value":"","description":"Path parameter"}]},"description":"Get Session Detail"},"response":[]}]},{"name":"Consumer pay flow (public)","description":"Endpoints under `/api/session/`","item":[{"name":"GET /api/session/{token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/session/:token","host":["{{base_url}}"],"path":["api","session",":token"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Get Session Public"},"response":[]},{"name":"POST /api/session/{token}/demo-pay","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/session/:token/demo-pay","host":["{{base_url}}"],"path":["api","session",":token","demo-pay"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Demo Pay Instant","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/session/{token}/pay-cash","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/session/:token/pay-cash","host":["{{base_url}}"],"path":["api","session",":token","pay-cash"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Pay Cash At Door","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/session/{token}/start-payment","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/session/:token/start-payment","host":["{{base_url}}"],"path":["api","session",":token","start-payment"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Start Payment","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/session/{token}/receipt.pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/session/:token/receipt.pdf","host":["{{base_url}}"],"path":["api","session",":token","receipt.pdf"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Receipt Pdf"},"response":[]}]},{"name":"Driver — OTP verification","description":"Endpoints under `/api/driver/`","item":[{"name":"POST /api/driver/cash-records/{ipay_reference_18}/confirm-collected","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/driver/cash-records/:ipay_reference_18/confirm-collected","host":["{{base_url}}"],"path":["api","driver","cash-records",":ipay_reference_18","confirm-collected"],"variable":[{"key":"ipay_reference_18","value":"","description":"Path parameter"}]},"description":"Driver Confirm Cash Collected","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/driver/verify-otp","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/driver/verify-otp","host":["{{base_url}}"],"path":["api","driver","verify-otp"]},"description":"Verify Otp","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Locker carriers (DPD / UPS / …)","description":"Endpoints under `/api/lockers/`","item":[{"name":"POST /api/lockers/issue-code","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/lockers/issue-code","host":["{{base_url}}"],"path":["api","lockers","issue-code"]},"description":"Issue Locker Code","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/lockers/dpd/issue-code","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/lockers/dpd/issue-code","host":["{{base_url}}"],"path":["api","lockers","dpd","issue-code"]},"description":"Dpd Issue","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/lockers/ups/issue-code","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/lockers/ups/issue-code","host":["{{base_url}}"],"path":["api","lockers","ups","issue-code"]},"description":"Ups Issue","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/lockers/postnl/issue-code","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/lockers/postnl/issue-code","host":["{{base_url}}"],"path":["api","lockers","postnl","issue-code"]},"description":"Postnl Issue","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/lockers/inpost/issue-code","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/lockers/inpost/issue-code","host":["{{base_url}}"],"path":["api","lockers","inpost","issue-code"]},"description":"Inpost Issue","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/lockers/allegro-one/issue-code","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/lockers/allegro-one/issue-code","host":["{{base_url}}"],"path":["api","lockers","allegro-one","issue-code"]},"description":"Allegro Issue","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"PSP / Payment Control Room","description":"Endpoints under `/api/payment`","item":[{"name":"GET /api/payments/stripe/live-status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payments/stripe/live-status","host":["{{base_url}}"],"path":["api","payments","stripe","live-status"]},"description":"Stripe Live Status"},"response":[]},{"name":"GET /api/payments/stripe/webhook-endpoints","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payments/stripe/webhook-endpoints","host":["{{base_url}}"],"path":["api","payments","stripe","webhook-endpoints"]},"description":"Stripe Webhook Endpoints"},"response":[]},{"name":"DELETE /api/payments/stripe/webhook-endpoints/{endpoint_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payments/stripe/webhook-endpoints/:endpoint_id","host":["{{base_url}}"],"path":["api","payments","stripe","webhook-endpoints",":endpoint_id"],"variable":[{"key":"endpoint_id","value":"","description":"Path parameter"}]},"description":"Delete Stripe Webhook Endpoint"},"response":[]},{"name":"POST /api/payments/stripe/smoke-test","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payments/stripe/smoke-test","host":["{{base_url}}"],"path":["api","payments","stripe","smoke-test"]},"description":"Stripe Smoke Test","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/payments/stripe/smoke-test-status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payments/stripe/smoke-test-status","host":["{{base_url}}"],"path":["api","payments","stripe","smoke-test-status"]},"description":"Stripe Smoke Test Status"},"response":[]},{"name":"GET /api/payments/status/{stripe_session_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payments/status/:stripe_session_id","host":["{{base_url}}"],"path":["api","payments","status",":stripe_session_id"],"variable":[{"key":"stripe_session_id","value":"","description":"Path parameter"}]},"description":"Check Payment Status"},"response":[]},{"name":"POST /api/payments/confirm-success/{stripe_session_id}","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payments/confirm-success/:stripe_session_id","host":["{{base_url}}"],"path":["api","payments","confirm-success",":stripe_session_id"],"variable":[{"key":"stripe_session_id","value":"","description":"Path parameter"}]},"description":"Confirm Success Fallback","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/payment/strategy-overview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/strategy-overview","host":["{{base_url}}"],"path":["api","payment","strategy-overview"]},"description":"Strategy Overview"},"response":[]},{"name":"GET /api/payment/routing-rules","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/routing-rules","host":["{{base_url}}"],"path":["api","payment","routing-rules"]},"description":"List Routing Rules"},"response":[]},{"name":"POST /api/payment/routing-rules","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/routing-rules","host":["{{base_url}}"],"path":["api","payment","routing-rules"]},"description":"Create Routing Rule","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/payment/routing-rules/{rule_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/routing-rules/:rule_id","host":["{{base_url}}"],"path":["api","payment","routing-rules",":rule_id"],"variable":[{"key":"rule_id","value":"","description":"Path parameter"}]},"description":"Update Routing Rule","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/payment/routing-rules/{rule_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/routing-rules/:rule_id","host":["{{base_url}}"],"path":["api","payment","routing-rules",":rule_id"],"variable":[{"key":"rule_id","value":"","description":"Path parameter"}]},"description":"Delete Routing Rule"},"response":[]},{"name":"GET /api/payment/incidents","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/incidents","host":["{{base_url}}"],"path":["api","payment","incidents"]},"description":"List Incidents"},"response":[]},{"name":"POST /api/payment/incidents","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/incidents","host":["{{base_url}}"],"path":["api","payment","incidents"]},"description":"Create Incident","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/payment/incidents/{incident_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/incidents/:incident_id","host":["{{base_url}}"],"path":["api","payment","incidents",":incident_id"],"variable":[{"key":"incident_id","value":"","description":"Path parameter"}]},"description":"Update Incident","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/payment/connector-status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/connector-status","host":["{{base_url}}"],"path":["api","payment","connector-status"]},"description":"List Connector Status"},"response":[]},{"name":"POST /api/payment/connector-status/{partner_id}/override","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/connector-status/:partner_id/override","host":["{{base_url}}"],"path":["api","payment","connector-status",":partner_id","override"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Manual Override Status","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/payment/country-health","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/country-health","host":["{{base_url}}"],"path":["api","payment","country-health"]},"description":"Country Health Scores"},"response":[]},{"name":"GET /api/payment/dashboard-kpis","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/dashboard-kpis","host":["{{base_url}}"],"path":["api","payment","dashboard-kpis"]},"description":"Control Room Kpis"},"response":[]},{"name":"GET /api/payment/layer-doc","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/layer-doc","host":["{{base_url}}"],"path":["api","payment","layer-doc"]},"description":"Get Layer Doc"},"response":[]},{"name":"GET /api/payment/merchant-view","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/merchant-view","host":["{{base_url}}"],"path":["api","payment","merchant-view"]},"description":"Merchant View"},"response":[]},{"name":"GET /api/payment/partner-view","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/partner-view","host":["{{base_url}}"],"path":["api","payment","partner-view"]},"description":"Partner View"},"response":[]},{"name":"GET /api/payment/method-view","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/method-view","host":["{{base_url}}"],"path":["api","payment","method-view"]},"description":"Method View"},"response":[]},{"name":"GET /api/payment/merchant-overrides","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/merchant-overrides","host":["{{base_url}}"],"path":["api","payment","merchant-overrides"]},"description":"List Merchant Overrides"},"response":[]},{"name":"POST /api/payment/merchant-overrides","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/merchant-overrides","host":["{{base_url}}"],"path":["api","payment","merchant-overrides"]},"description":"Create Merchant Override","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/payment/merchant-overrides/{override_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/merchant-overrides/:override_id","host":["{{base_url}}"],"path":["api","payment","merchant-overrides",":override_id"],"variable":[{"key":"override_id","value":"","description":"Path parameter"}]},"description":"Update Merchant Override","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/payment/merchant-overrides/{override_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/merchant-overrides/:override_id","host":["{{base_url}}"],"path":["api","payment","merchant-overrides",":override_id"],"variable":[{"key":"override_id","value":"","description":"Path parameter"}]},"description":"Delete Merchant Override"},"response":[]},{"name":"GET /api/payment/effective-routing","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/effective-routing","host":["{{base_url}}"],"path":["api","payment","effective-routing"]},"description":"Effective Routing"},"response":[]},{"name":"POST /api/payment/routing-rules/{rule_id}/split-config","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/routing-rules/:rule_id/split-config","host":["{{base_url}}"],"path":["api","payment","routing-rules",":rule_id","split-config"],"variable":[{"key":"rule_id","value":"","description":"Path parameter"}]},"description":"Set Split Config","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/payment/otp-strategies","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/otp-strategies","host":["{{base_url}}"],"path":["api","payment","otp-strategies"]},"description":"List Otp Strategies"},"response":[]},{"name":"POST /api/payment/otp-strategies","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/otp-strategies","host":["{{base_url}}"],"path":["api","payment","otp-strategies"]},"description":"Set Otp Strategy","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/payment/otp-strategies/seed","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/otp-strategies/seed","host":["{{base_url}}"],"path":["api","payment","otp-strategies","seed"]},"description":"Seed Otp Strategies","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/payment/audit-trail","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/audit-trail","host":["{{base_url}}"],"path":["api","payment","audit-trail"]},"description":"Audit Trail"},"response":[]},{"name":"GET /api/payment/split-preview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/payment/split-preview","host":["{{base_url}}"],"path":["api","payment","split-preview"]},"description":"Split Preview"},"response":[]}]},{"name":"PSP connectors (Stripe / 2C2P)","description":"Endpoints under `/api/psp`","item":[{"name":"GET /api/psp/2c2p/credentials","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/2c2p/credentials","host":["{{base_url}}"],"path":["api","psp","2c2p","credentials"]},"description":"List Credentials"},"response":[]},{"name":"GET /api/psp/2c2p/channels/{country_code}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/2c2p/channels/:country_code","host":["{{base_url}}"],"path":["api","psp","2c2p","channels",":country_code"],"variable":[{"key":"country_code","value":"","description":"Path parameter"}]},"description":"List Payment Channels"},"response":[]},{"name":"POST /api/psp/2c2p/create-payment","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/2c2p/create-payment","host":["{{base_url}}"],"path":["api","psp","2c2p","create-payment"]},"description":"Create Payment","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/psp/2c2p/inquiry","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/2c2p/inquiry","host":["{{base_url}}"],"path":["api","psp","2c2p","inquiry"]},"description":"Payment Inquiry","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/psp/2c2p/payments","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/2c2p/payments","host":["{{base_url}}"],"path":["api","psp","2c2p","payments"]},"description":"List Payments"},"response":[]},{"name":"GET /api/psp/{psp}/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/:psp/status","host":["{{base_url}}"],"path":["api","psp",":psp","status"],"variable":[{"key":"psp","value":"","description":"Path parameter"}]},"description":"Psp Status"},"response":[]},{"name":"POST /api/psp/{psp}/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/:psp/connect","host":["{{base_url}}"],"path":["api","psp",":psp","connect"],"variable":[{"key":"psp","value":"","description":"Path parameter"}]},"description":"Psp Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/psp/{psp}/oauth-callback","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/:psp/oauth-callback","host":["{{base_url}}"],"path":["api","psp",":psp","oauth-callback"],"variable":[{"key":"psp","value":"","description":"Path parameter"}]},"description":"Psp Oauth Callback","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/psp/{psp}/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/:psp/disconnect","host":["{{base_url}}"],"path":["api","psp",":psp","disconnect"],"variable":[{"key":"psp","value":"","description":"Path parameter"}]},"description":"Psp Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/psp/{psp}/test-checkout","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/:psp/test-checkout","host":["{{base_url}}"],"path":["api","psp",":psp","test-checkout"],"variable":[{"key":"psp","value":"","description":"Path parameter"}]},"description":"Psp Test Checkout","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/psp/connections/overview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp/connections/overview","host":["{{base_url}}"],"path":["api","psp","connections","overview"]},"description":"Connections Overview"},"response":[]},{"name":"GET /api/psp-multisafepay/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp-multisafepay/status","host":["{{base_url}}"],"path":["api","psp-multisafepay","status"]},"description":"Multisafepay Status"},"response":[]},{"name":"POST /api/psp-multisafepay/orders","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp-multisafepay/orders","host":["{{base_url}}"],"path":["api","psp-multisafepay","orders"]},"description":"Multisafepay Create Order","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/psp-multisafepay/orders/{order_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp-multisafepay/orders/:order_id","host":["{{base_url}}"],"path":["api","psp-multisafepay","orders",":order_id"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Multisafepay Get Order"},"response":[]},{"name":"POST /api/psp-multisafepay/orders/{order_id}/refunds","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp-multisafepay/orders/:order_id/refunds","host":["{{base_url}}"],"path":["api","psp-multisafepay","orders",":order_id","refunds"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Multisafepay Refund","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/psp-multisafepay/gateways","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/psp-multisafepay/gateways","host":["{{base_url}}"],"path":["api","psp-multisafepay","gateways"]},"description":"Multisafepay Gateways"},"response":[]}]},{"name":"Shipping labels (Sendcloud · IPAY composite)","description":"Endpoints under `/api/labels`","item":[{"name":"GET /api/labels/sendcloud-status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/labels/sendcloud-status","host":["{{base_url}}"],"path":["api","labels","sendcloud-status"]},"description":"Sendcloud Status"},"response":[]},{"name":"POST /api/labels/create","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/labels/create","host":["{{base_url}}"],"path":["api","labels","create"]},"description":"Create Label","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/labels/{label_id}/pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/labels/:label_id/pdf","host":["{{base_url}}"],"path":["api","labels",":label_id","pdf"],"variable":[{"key":"label_id","value":"","description":"Path parameter"}]},"description":"Get Label Pdf"},"response":[]},{"name":"GET /api/labels","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/labels","host":["{{base_url}}"],"path":["api","labels"]},"description":"List Labels"},"response":[]},{"name":"GET /api/labels/carriers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/labels/carriers","host":["{{base_url}}"],"path":["api","labels","carriers"]},"description":"List Carriers"},"response":[]},{"name":"POST /api/labels/seed-demo","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/labels/seed-demo","host":["{{base_url}}"],"path":["api","labels","seed-demo"]},"description":"Seed Demo Labels","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Smart Returns","description":"Endpoints under `/api/returns`","item":[{"name":"POST /api/returns/portal/initiate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/portal/initiate","host":["{{base_url}}"],"path":["api","returns","portal","initiate"]},"description":"Returns Portal Initiate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/portal/{token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/portal/:token","host":["{{base_url}}"],"path":["api","returns","portal",":token"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Returns Portal Lookup"},"response":[]},{"name":"POST /api/returns/portal/{token}/choose","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/portal/:token/choose","host":["{{base_url}}"],"path":["api","returns","portal",":token","choose"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Returns Portal Choose","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/cases","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/cases","host":["{{base_url}}"],"path":["api","returns","cases"]},"description":"List Return Cases"},"response":[]},{"name":"POST /api/returns/cases/{case_id}/advance","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/cases/:case_id/advance","host":["{{base_url}}"],"path":["api","returns","cases",":case_id","advance"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Advance Return Case","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/summary","host":["{{base_url}}"],"path":["api","returns","summary"]},"description":"Returns Summary"},"response":[]},{"name":"GET /api/returns/settings","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/settings","host":["{{base_url}}"],"path":["api","returns","settings"]},"description":"Get Settings"},"response":[]},{"name":"PUT /api/returns/settings","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/settings","host":["{{base_url}}"],"path":["api","returns","settings"]},"description":"Update Settings","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/rules","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/rules","host":["{{base_url}}"],"path":["api","returns","rules"]},"description":"List Rules"},"response":[]},{"name":"POST /api/returns/rules","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/rules","host":["{{base_url}}"],"path":["api","returns","rules"]},"description":"Create Rule","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/returns/rules/{rule_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/rules/:rule_id","host":["{{base_url}}"],"path":["api","returns","rules",":rule_id"],"variable":[{"key":"rule_id","value":"","description":"Path parameter"}]},"description":"Delete Rule"},"response":[]},{"name":"GET /api/returns/credit/{email}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/credit/:email","host":["{{base_url}}"],"path":["api","returns","credit",":email"],"variable":[{"key":"email","value":"","description":"Path parameter"}]},"description":"Credit For Email"},"response":[]},{"name":"POST /api/returns/cases/{case_id}/generate-return-label","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/cases/:case_id/generate-return-label","host":["{{base_url}}"],"path":["api","returns","cases",":case_id","generate-return-label"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Generate Return Label","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/v041/prevention-offers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/prevention-offers","host":["{{base_url}}"],"path":["api","returns","v041","prevention-offers"]},"description":"List Offers"},"response":[]},{"name":"POST /api/returns/v041/prevention-offers","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/prevention-offers","host":["{{base_url}}"],"path":["api","returns","v041","prevention-offers"]},"description":"Create Offer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/returns/v041/prevention-offers/{offer_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/prevention-offers/:offer_id","host":["{{base_url}}"],"path":["api","returns","v041","prevention-offers",":offer_id"],"variable":[{"key":"offer_id","value":"","description":"Path parameter"}]},"description":"Update Offer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/returns/v041/prevention-offers/{offer_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/prevention-offers/:offer_id","host":["{{base_url}}"],"path":["api","returns","v041","prevention-offers",":offer_id"],"variable":[{"key":"offer_id","value":"","description":"Path parameter"}]},"description":"Delete Offer"},"response":[]},{"name":"POST /api/returns/v041/prevention-offers/seed","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/prevention-offers/seed","host":["{{base_url}}"],"path":["api","returns","v041","prevention-offers","seed"]},"description":"Seed Default Offers","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/v041/portal/{token}/offers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/portal/:token/offers","host":["{{base_url}}"],"path":["api","returns","v041","portal",":token","offers"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Get Offers For Case"},"response":[]},{"name":"POST /api/returns/v041/portal/{token}/accept-offer","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/portal/:token/accept-offer","host":["{{base_url}}"],"path":["api","returns","v041","portal",":token","accept-offer"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Accept Prevention Offer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/returns/v041/portal/{token}/choose","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/portal/:token/choose","host":["{{base_url}}"],"path":["api","returns","v041","portal",":token","choose"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Choose Refund V041","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/v041/analytics","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/analytics","host":["{{base_url}}"],"path":["api","returns","v041","analytics"]},"description":"Returns Analytics"},"response":[]},{"name":"GET /api/returns/v041/roi/demo","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/roi/demo","host":["{{base_url}}"],"path":["api","returns","v041","roi","demo"]},"description":"Returns Roi Public Demo"},"response":[]},{"name":"GET /api/returns/v041/roi","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/roi","host":["{{base_url}}"],"path":["api","returns","v041","roi"]},"description":"Returns Roi"},"response":[]},{"name":"GET /api/returns/v041/wallet/{email}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/v041/wallet/:email","host":["{{base_url}}"],"path":["api","returns","v041","wallet",":email"],"variable":[{"key":"email","value":"","description":"Path parameter"}]},"description":"Wallet For Email"},"response":[]},{"name":"GET /api/returns/taxonomy","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/taxonomy","host":["{{base_url}}"],"path":["api","returns","taxonomy"]},"description":"List Taxonomy"},"response":[]},{"name":"POST /api/returns/taxonomy","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/taxonomy","host":["{{base_url}}"],"path":["api","returns","taxonomy"]},"description":"Create Reason","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PUT /api/returns/taxonomy/{reason_id}","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/taxonomy/:reason_id","host":["{{base_url}}"],"path":["api","returns","taxonomy",":reason_id"],"variable":[{"key":"reason_id","value":"","description":"Path parameter"}]},"description":"Update Reason","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/returns/taxonomy/{reason_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/taxonomy/:reason_id","host":["{{base_url}}"],"path":["api","returns","taxonomy",":reason_id"],"variable":[{"key":"reason_id","value":"","description":"Path parameter"}]},"description":"Delete Reason"},"response":[]},{"name":"POST /api/returns/taxonomy/categorize","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/taxonomy/categorize","host":["{{base_url}}"],"path":["api","returns","taxonomy","categorize"]},"description":"Categorize Free Text","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/returns/taxonomy/usage-stats","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/returns/taxonomy/usage-stats","host":["{{base_url}}"],"path":["api","returns","taxonomy","usage-stats"]},"description":"Usage Stats"},"response":[]}]},{"name":"Billing & invoicing","description":"Endpoints under `/api/billing`","item":[{"name":"GET /api/billing/wallet","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/wallet","host":["{{base_url}}"],"path":["api","billing","wallet"]},"description":"Get Wallet"},"response":[]},{"name":"POST /api/billing/wallet/topup","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/wallet/topup","host":["{{base_url}}"],"path":["api","billing","wallet","topup"]},"description":"Topup Wallet","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/billing/wallet/config","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/wallet/config","host":["{{base_url}}"],"path":["api","billing","wallet","config"]},"description":"Patch Wallet Config","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/billing/wallet/ledger","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/wallet/ledger","host":["{{base_url}}"],"path":["api","billing","wallet","ledger"]},"description":"List Ledger"},"response":[]},{"name":"POST /api/billing/surcharges/recover","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/surcharges/recover","host":["{{base_url}}"],"path":["api","billing","surcharges","recover"]},"description":"Recover Surcharge","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/billing/settlements/export.csv","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/settlements/export.csv","host":["{{base_url}}"],"path":["api","billing","settlements","export.csv"]},"description":"Export Settlements Csv"},"response":[]},{"name":"POST /api/billing/reconciliation/runs","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/reconciliation/runs","host":["{{base_url}}"],"path":["api","billing","reconciliation","runs"]},"description":"Trigger Reconciliation","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/billing/reconciliation/runs","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/reconciliation/runs","host":["{{base_url}}"],"path":["api","billing","reconciliation","runs"]},"description":"List Reconciliation Runs"},"response":[]},{"name":"GET /api/billing/reconciliation/runs/{run_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/reconciliation/runs/:run_id","host":["{{base_url}}"],"path":["api","billing","reconciliation","runs",":run_id"],"variable":[{"key":"run_id","value":"","description":"Path parameter"}]},"description":"Get Reconciliation Run"},"response":[]},{"name":"POST /api/billing/carrier-invoices","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/carrier-invoices","host":["{{base_url}}"],"path":["api","billing","carrier-invoices"]},"description":"Upload Carrier Invoice","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/billing/disputes","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/disputes","host":["{{base_url}}"],"path":["api","billing","disputes"]},"description":"Create Dispute","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/billing/disputes","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/disputes","host":["{{base_url}}"],"path":["api","billing","disputes"]},"description":"List Disputes"},"response":[]},{"name":"POST /api/billing/disputes/{dispute_id}/resolve","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/disputes/:dispute_id/resolve","host":["{{base_url}}"],"path":["api","billing","disputes",":dispute_id","resolve"],"variable":[{"key":"dispute_id","value":"","description":"Path parameter"}]},"description":"Resolve Dispute","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/billing/savings-calculator","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/savings-calculator","host":["{{base_url}}"],"path":["api","billing","savings-calculator"]},"description":"Savings Calculator","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/billing/performance-emails/generate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/performance-emails/generate","host":["{{base_url}}"],"path":["api","billing","performance-emails","generate"]},"description":"Generate Monthly Performance Report","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/billing/performance-emails/{report_id}/send","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/performance-emails/:report_id/send","host":["{{base_url}}"],"path":["api","billing","performance-emails",":report_id","send"],"variable":[{"key":"report_id","value":"","description":"Path parameter"}]},"description":"Send Performance Email","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/billing/performance-emails","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/performance-emails","host":["{{base_url}}"],"path":["api","billing","performance-emails"]},"description":"List Performance Emails"},"response":[]},{"name":"GET /api/billing/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/billing/summary","host":["{{base_url}}"],"path":["api","billing","summary"]},"description":"Billing Summary"},"response":[]}]},{"name":"Merchant portal (self-service)","description":"Endpoints under `/api/merchant-portal/`","item":[{"name":"GET /api/merchant-portal/orders/import-log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/orders/import-log","host":["{{base_url}}"],"path":["api","merchant-portal","orders","import-log"]},"description":"Import Log"},"response":[]},{"name":"POST /api/merchant-portal/orders/import-log/{log_id}/retry","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/orders/import-log/:log_id/retry","host":["{{base_url}}"],"path":["api","merchant-portal","orders","import-log",":log_id","retry"],"variable":[{"key":"log_id","value":"","description":"Path parameter"}]},"description":"Retry Import","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/merchant-portal/orders/exceptions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/orders/exceptions","host":["{{base_url}}"],"path":["api","merchant-portal","orders","exceptions"]},"description":"Order Exceptions"},"response":[]},{"name":"GET /api/merchant-portal/ipay/qr-links","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/ipay/qr-links","host":["{{base_url}}"],"path":["api","merchant-portal","ipay","qr-links"]},"description":"Qr Links"},"response":[]},{"name":"GET /api/merchant-portal/ipay/payment-timeline/{session_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/ipay/payment-timeline/:session_id","host":["{{base_url}}"],"path":["api","merchant-portal","ipay","payment-timeline",":session_id"],"variable":[{"key":"session_id","value":"","description":"Path parameter"}]},"description":"Payment Timeline"},"response":[]},{"name":"GET /api/merchant-portal/ipay/payment-timeline-recent","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/ipay/payment-timeline-recent","host":["{{base_url}}"],"path":["api","merchant-portal","ipay","payment-timeline-recent"]},"description":"Payment Timeline Recent"},"response":[]},{"name":"GET /api/merchant-portal/ipay/settlement","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/ipay/settlement","host":["{{base_url}}"],"path":["api","merchant-portal","ipay","settlement"]},"description":"Settlement"},"response":[]},{"name":"GET /api/merchant-portal/ipay/settlement/pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/ipay/settlement/pdf","host":["{{base_url}}"],"path":["api","merchant-portal","ipay","settlement","pdf"]},"description":"Settlement Pdf"},"response":[]},{"name":"GET /api/merchant-portal/ipay/refunds-disputes","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/ipay/refunds-disputes","host":["{{base_url}}"],"path":["api","merchant-portal","ipay","refunds-disputes"]},"description":"Refunds Disputes"},"response":[]},{"name":"GET /api/merchant-portal/technical/api-keys","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/technical/api-keys","host":["{{base_url}}"],"path":["api","merchant-portal","technical","api-keys"]},"description":"List My Api Keys"},"response":[]},{"name":"POST /api/merchant-portal/technical/api-keys","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/technical/api-keys","host":["{{base_url}}"],"path":["api","merchant-portal","technical","api-keys"]},"description":"Create My Api Key","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/merchant-portal/technical/api-keys/{key_id}/revoke","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/technical/api-keys/:key_id/revoke","host":["{{base_url}}"],"path":["api","merchant-portal","technical","api-keys",":key_id","revoke"],"variable":[{"key":"key_id","value":"","description":"Path parameter"}]},"description":"Revoke My Api Key","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/merchant-portal/technical/webhooks","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/technical/webhooks","host":["{{base_url}}"],"path":["api","merchant-portal","technical","webhooks"]},"description":"List Webhooks"},"response":[]},{"name":"POST /api/merchant-portal/technical/webhooks","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/technical/webhooks","host":["{{base_url}}"],"path":["api","merchant-portal","technical","webhooks"]},"description":"Create Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/merchant-portal/technical/webhooks/{webhook_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/technical/webhooks/:webhook_id","host":["{{base_url}}"],"path":["api","merchant-portal","technical","webhooks",":webhook_id"],"variable":[{"key":"webhook_id","value":"","description":"Path parameter"}]},"description":"Delete Webhook"},"response":[]},{"name":"GET /api/merchant-portal/technical/webhooks/{webhook_id}/delivery-log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/technical/webhooks/:webhook_id/delivery-log","host":["{{base_url}}"],"path":["api","merchant-portal","technical","webhooks",":webhook_id","delivery-log"],"variable":[{"key":"webhook_id","value":"","description":"Path parameter"}]},"description":"Webhook Delivery Log"},"response":[]},{"name":"GET /api/merchant-portal/reporting/co2","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/reporting/co2","host":["{{base_url}}"],"path":["api","merchant-portal","reporting","co2"]},"description":"Co2 Report"},"response":[]},{"name":"GET /api/merchant-portal/reporting/performance","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant-portal/reporting/performance","host":["{{base_url}}"],"path":["api","merchant-portal","reporting","performance"]},"description":"Performance Report"},"response":[]}]},{"name":"Merchant","description":"Endpoints under `/api/merchant`","item":[{"name":"GET /api/merchant/me","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant/me","host":["{{base_url}}"],"path":["api","merchant","me"]},"description":"Get My Merchant"},"response":[]},{"name":"PUT /api/merchant/me","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/merchant/me","host":["{{base_url}}"],"path":["api","merchant","me"]},"description":"Update My Merchant","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Consumer app (wallet / pay)","description":"Endpoints under `/api/consumer`","item":[{"name":"POST /api/consumer/auth/request","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/auth/request","host":["{{base_url}}"],"path":["api","consumer","auth","request"]},"description":"Request Magic Link","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/auth/verify/{token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/auth/verify/:token","host":["{{base_url}}"],"path":["api","consumer","auth","verify",":token"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Verify Magic Link"},"response":[]},{"name":"GET /api/consumer/otp-view/{token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/otp-view/:token","host":["{{base_url}}"],"path":["api","consumer","otp-view",":token"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"View Otp"},"response":[]},{"name":"GET /api/consumer/me","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/me","host":["{{base_url}}"],"path":["api","consumer","me"]},"description":"Consumer Me"},"response":[]},{"name":"GET /api/consumer/orders","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/orders","host":["{{base_url}}"],"path":["api","consumer","orders"]},"description":"Consumer Orders"},"response":[]},{"name":"GET /api/consumer/cash-records","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/cash-records","host":["{{base_url}}"],"path":["api","consumer","cash-records"]},"description":"Consumer Cash Records"},"response":[]},{"name":"GET /api/consumer/returns","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns","host":["{{base_url}}"],"path":["api","consumer","returns"]},"description":"Consumer Returns"},"response":[]},{"name":"GET /api/consumer/orders/{order_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/orders/:order_id","host":["{{base_url}}"],"path":["api","consumer","orders",":order_id"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Consumer Order Detail"},"response":[]},{"name":"GET /api/consumer/profile","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/profile","host":["{{base_url}}"],"path":["api","consumer","profile"]},"description":"Consumer Profile"},"response":[]},{"name":"PATCH /api/consumer/profile","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/profile","host":["{{base_url}}"],"path":["api","consumer","profile"]},"description":"Consumer Profile Update","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/consumer/profile/gdpr","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/profile/gdpr","host":["{{base_url}}"],"path":["api","consumer","profile","gdpr"]},"description":"Consumer Gdpr Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/consumer/orders/{order_id}/contact-merchant","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/orders/:order_id/contact-merchant","host":["{{base_url}}"],"path":["api","consumer","orders",":order_id","contact-merchant"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Consumer Contact Merchant","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/faqs","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/faqs","host":["{{base_url}}"],"path":["api","consumer","faqs"]},"description":"Consumer Faqs"},"response":[]},{"name":"GET /api/consumer/home","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/home","host":["{{base_url}}"],"path":["api","consumer","home"]},"description":"Consumer Home"},"response":[]},{"name":"POST /api/consumer/payment-request/share","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/payment-request/share","host":["{{base_url}}"],"path":["api","consumer","payment-request","share"]},"description":"Share Payment Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/payment-request/{share_token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/payment-request/:share_token","host":["{{base_url}}"],"path":["api","consumer","payment-request",":share_token"],"variable":[{"key":"share_token","value":"","description":"Path parameter"}]},"description":"View Shared Payment Request"},"response":[]},{"name":"POST /api/consumer/payment-request/{share_token}/redirect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/payment-request/:share_token/redirect","host":["{{base_url}}"],"path":["api","consumer","payment-request",":share_token","redirect"],"variable":[{"key":"share_token","value":"","description":"Path parameter"}]},"description":"Redirect Shared Payment Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/notifications","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/notifications","host":["{{base_url}}"],"path":["api","consumer","notifications"]},"description":"List Notifications"},"response":[]},{"name":"POST /api/consumer/notifications/{nid}/read","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/notifications/:nid/read","host":["{{base_url}}"],"path":["api","consumer","notifications",":nid","read"],"variable":[{"key":"nid","value":"","description":"Path parameter"}]},"description":"Mark Notification Read","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/consumer/notifications/mark-all-read","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/notifications/mark-all-read","host":["{{base_url}}"],"path":["api","consumer","notifications","mark-all-read"]},"description":"Mark All Notifications Read","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/points","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/points","host":["{{base_url}}"],"path":["api","consumer","points"]},"description":"Get Points"},"response":[]},{"name":"GET /api/consumer/deals","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/deals","host":["{{base_url}}"],"path":["api","consumer","deals"]},"description":"List Deals"},"response":[]},{"name":"GET /api/consumer/refund-options","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/refund-options","host":["{{base_url}}"],"path":["api","consumer","refund-options"]},"description":"Get Refund Options"},"response":[]},{"name":"POST /api/consumer/returns/set-refund-option","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns/set-refund-option","host":["{{base_url}}"],"path":["api","consumer","returns","set-refund-option"]},"description":"Set Refund Option","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/carriers/demo-profiles","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/carriers/demo-profiles","host":["{{base_url}}"],"path":["api","consumer","carriers","demo-profiles"]},"description":"Get Carrier Demo Profiles"},"response":[]},{"name":"GET /api/consumer/loyalty-cards","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/loyalty-cards","host":["{{base_url}}"],"path":["api","consumer","loyalty-cards"]},"description":"List Loyalty Cards"},"response":[]},{"name":"POST /api/consumer/loyalty-cards","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/loyalty-cards","host":["{{base_url}}"],"path":["api","consumer","loyalty-cards"]},"description":"Create Loyalty Card","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/consumer/loyalty-cards/{card_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/loyalty-cards/:card_id","host":["{{base_url}}"],"path":["api","consumer","loyalty-cards",":card_id"],"variable":[{"key":"card_id","value":"","description":"Path parameter"}]},"description":"Update Loyalty Card","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/consumer/loyalty-cards/{card_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/loyalty-cards/:card_id","host":["{{base_url}}"],"path":["api","consumer","loyalty-cards",":card_id"],"variable":[{"key":"card_id","value":"","description":"Path parameter"}]},"description":"Delete Loyalty Card"},"response":[]},{"name":"GET /api/consumer/loyalty-cards/applicable-for-session/{session_token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/loyalty-cards/applicable-for-session/:session_token","host":["{{base_url}}"],"path":["api","consumer","loyalty-cards","applicable-for-session",":session_token"],"variable":[{"key":"session_token","value":"","description":"Path parameter"}]},"description":"Applicable Cards For Session"},"response":[]},{"name":"POST /api/consumer/loyalty-cards/{card_id}/apply-to-session","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/loyalty-cards/:card_id/apply-to-session","host":["{{base_url}}"],"path":["api","consumer","loyalty-cards",":card_id","apply-to-session"],"variable":[{"key":"card_id","value":"","description":"Path parameter"}]},"description":"Apply Voucher To Session","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/wallet/balance","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/wallet/balance","host":["{{base_url}}"],"path":["api","consumer","wallet","balance"]},"description":"Wallet Balance"},"response":[]},{"name":"POST /api/consumer/wallet/transfer","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/wallet/transfer","host":["{{base_url}}"],"path":["api","consumer","wallet","transfer"]},"description":"Wallet Transfer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/wallet/transfers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/wallet/transfers","host":["{{base_url}}"],"path":["api","consumer","wallet","transfers"]},"description":"List Wallet Transfers"},"response":[]},{"name":"GET /api/consumer/orders/{order_id}/timeline","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/orders/:order_id/timeline","host":["{{base_url}}"],"path":["api","consumer","orders",":order_id","timeline"],"variable":[{"key":"order_id","value":"","description":"Path parameter"}]},"description":"Consumer Order Timeline"},"response":[]},{"name":"GET /api/consumer/lockers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/lockers","host":["{{base_url}}"],"path":["api","consumer","lockers"]},"description":"Consumer Lockers"},"response":[]},{"name":"POST /api/consumer/lockers/{case_id}/reveal","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/lockers/:case_id/reveal","host":["{{base_url}}"],"path":["api","consumer","lockers",":case_id","reveal"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Reveal Locker Code","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/consumer/lockers/{case_id}/mark-picked-up","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/lockers/:case_id/mark-picked-up","host":["{{base_url}}"],"path":["api","consumer","lockers",":case_id","mark-picked-up"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Mark Picked Up","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/lockers/{case_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/lockers/:case_id","host":["{{base_url}}"],"path":["api","consumer","lockers",":case_id"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Consumer Locker Detail"},"response":[]},{"name":"GET /api/consumer/returns/reasons","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns/reasons","host":["{{base_url}}"],"path":["api","consumer","returns","reasons"]},"description":"List Reasons"},"response":[]},{"name":"POST /api/consumer/returns/start","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns/start","host":["{{base_url}}"],"path":["api","consumer","returns","start"]},"description":"Start Return","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/consumer/returns/keep-with-discount","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns/keep-with-discount","host":["{{base_url}}"],"path":["api","consumer","returns","keep-with-discount"]},"description":"Keep With Discount","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/consumer/returns/refund-method","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns/refund-method","host":["{{base_url}}"],"path":["api","consumer","returns","refund-method"]},"description":"Set Refund Method","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/consumer/returns/{return_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns/:return_id","host":["{{base_url}}"],"path":["api","consumer","returns",":return_id"],"variable":[{"key":"return_id","value":"","description":"Path parameter"}]},"description":"Get Return Detail"},"response":[]},{"name":"GET /api/consumer/returns/{return_id}/qr-payload","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/consumer/returns/:return_id/qr-payload","host":["{{base_url}}"],"path":["api","consumer","returns",":return_id","qr-payload"],"variable":[{"key":"return_id","value":"","description":"Path parameter"}]},"description":"Get Return Qr Payload"},"response":[]}]},{"name":"Shipping Rules Engine","description":"Endpoints under `/api/shipping-rules`","item":[{"name":"GET /api/shipping-rules/constants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rules/constants","host":["{{base_url}}"],"path":["api","shipping-rules","constants"]},"description":"Get Constants"},"response":[]},{"name":"POST /api/shipping-rules","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rules","host":["{{base_url}}"],"path":["api","shipping-rules"]},"description":"Create Rule","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/shipping-rules","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rules","host":["{{base_url}}"],"path":["api","shipping-rules"]},"description":"List Rules"},"response":[]},{"name":"PATCH /api/shipping-rules/{rule_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rules/:rule_id","host":["{{base_url}}"],"path":["api","shipping-rules",":rule_id"],"variable":[{"key":"rule_id","value":"","description":"Path parameter"}]},"description":"Update Rule","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/shipping-rules/{rule_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rules/:rule_id","host":["{{base_url}}"],"path":["api","shipping-rules",":rule_id"],"variable":[{"key":"rule_id","value":"","description":"Path parameter"}]},"description":"Delete Rule"},"response":[]},{"name":"POST /api/shipping-rules/evaluate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rules/evaluate","host":["{{base_url}}"],"path":["api","shipping-rules","evaluate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/shipping-rules/seed-defaults","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rules/seed-defaults","host":["{{base_url}}"],"path":["api","shipping-rules","seed-defaults"]},"description":"Seed Defaults","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Shipping cost calculator","description":"Endpoints under `/api/shipping-tool`","item":[{"name":"GET /api/shipping-tool/sender-addresses","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/sender-addresses","host":["{{base_url}}"],"path":["api","shipping-tool","sender-addresses"]},"description":"List Sender Addresses"},"response":[]},{"name":"POST /api/shipping-tool/sender-addresses","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/sender-addresses","host":["{{base_url}}"],"path":["api","shipping-tool","sender-addresses"]},"description":"Create Sender Address","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/shipping-tool/sender-addresses/{addr_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/sender-addresses/:addr_id","host":["{{base_url}}"],"path":["api","shipping-tool","sender-addresses",":addr_id"],"variable":[{"key":"addr_id","value":"","description":"Path parameter"}]},"description":"Update Sender Address","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/shipping-tool/sender-addresses/{addr_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/sender-addresses/:addr_id","host":["{{base_url}}"],"path":["api","shipping-tool","sender-addresses",":addr_id"],"variable":[{"key":"addr_id","value":"","description":"Path parameter"}]},"description":"Delete Sender Address"},"response":[]},{"name":"GET /api/shipping-tool/all-orders","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/all-orders","host":["{{base_url}}"],"path":["api","shipping-tool","all-orders"]},"description":"List All Orders"},"response":[]},{"name":"GET /api/shipping-tool/shipments","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/shipments","host":["{{base_url}}"],"path":["api","shipping-tool","shipments"]},"description":"List Shipments"},"response":[]},{"name":"POST /api/shipping-tool/shipments","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/shipments","host":["{{base_url}}"],"path":["api","shipping-tool","shipments"]},"description":"Create Shipment","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/shipping-tool/shipments/{shipment_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/shipments/:shipment_id","host":["{{base_url}}"],"path":["api","shipping-tool","shipments",":shipment_id"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Get Shipment"},"response":[]},{"name":"POST /api/shipping-tool/shipments/{shipment_id}/evaluate-release","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/shipments/:shipment_id/evaluate-release","host":["{{base_url}}"],"path":["api","shipping-tool","shipments",":shipment_id","evaluate-release"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Evaluate Release","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/shipping-tool/release-events","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/release-events","host":["{{base_url}}"],"path":["api","shipping-tool","release-events"]},"description":"Add Release Event","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/shipping-tool/release-events","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/release-events","host":["{{base_url}}"],"path":["api","shipping-tool","release-events"]},"description":"List Release Events"},"response":[]},{"name":"POST /api/shipping-tool/carrier-events","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/carrier-events","host":["{{base_url}}"],"path":["api","shipping-tool","carrier-events"]},"description":"Add Carrier Event","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/shipping-tool/surcharges","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/surcharges","host":["{{base_url}}"],"path":["api","shipping-tool","surcharges"]},"description":"Add Surcharge","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/shipping-tool/surcharges","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/surcharges","host":["{{base_url}}"],"path":["api","shipping-tool","surcharges"]},"description":"List Surcharges"},"response":[]},{"name":"POST /api/shipping-tool/customs","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/customs","host":["{{base_url}}"],"path":["api","shipping-tool","customs"]},"description":"Create Customs Record","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/shipping-tool/constants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/constants","host":["{{base_url}}"],"path":["api","shipping-tool","constants"]},"description":"Get Constants"},"response":[]},{"name":"POST /api/shipping-tool/backfill-shipments","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/backfill-shipments","host":["{{base_url}}"],"path":["api","shipping-tool","backfill-shipments"]},"description":"Backfill Shipments","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/shipping-tool/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-tool/summary","host":["{{base_url}}"],"path":["api","shipping-tool","summary"]},"description":"Shipping Tool Summary"},"response":[]}]},{"name":"Carrier Control Room","description":"Endpoints under `/api/carrier-control`","item":[{"name":"GET /api/carrier-control/booking-matrix","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/booking-matrix","host":["{{base_url}}"],"path":["api","carrier-control","booking-matrix"]},"description":"Booking Matrix"},"response":[]},{"name":"GET /api/carrier-control/sla-buckets","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/sla-buckets","host":["{{base_url}}"],"path":["api","carrier-control","sla-buckets"]},"description":"Sla Buckets"},"response":[]},{"name":"GET /api/carrier-control/phase-thresholds","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/phase-thresholds","host":["{{base_url}}"],"path":["api","carrier-control","phase-thresholds"]},"description":"Get Phase Thresholds"},"response":[]},{"name":"POST /api/carrier-control/phase-thresholds","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/phase-thresholds","host":["{{base_url}}"],"path":["api","carrier-control","phase-thresholds"]},"description":"Set Phase Thresholds","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/carrier-control/confidence-score","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/confidence-score","host":["{{base_url}}"],"path":["api","carrier-control","confidence-score"]},"description":"Confidence Score"},"response":[]},{"name":"GET /api/carrier-control/lost-cod-revenue","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/lost-cod-revenue","host":["{{base_url}}"],"path":["api","carrier-control","lost-cod-revenue"]},"description":"Lost Cod Revenue"},"response":[]},{"name":"GET /api/carrier-control/api-health-split","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/api-health-split","host":["{{base_url}}"],"path":["api","carrier-control","api-health-split"]},"description":"Api Health Split"},"response":[]},{"name":"GET /api/carrier-control/locker-roi","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/locker-roi","host":["{{base_url}}"],"path":["api","carrier-control","locker-roi"]},"description":"Locker Roi"},"response":[]},{"name":"GET /api/carrier-control/settings","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/settings","host":["{{base_url}}"],"path":["api","carrier-control","settings"]},"description":"Get Control Settings"},"response":[]},{"name":"POST /api/carrier-control/settings","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/settings","host":["{{base_url}}"],"path":["api","carrier-control","settings"]},"description":"Set Control Settings","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/carrier-control/why-no-cod","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/why-no-cod","host":["{{base_url}}"],"path":["api","carrier-control","why-no-cod"]},"description":"Get Why No Cod"},"response":[]},{"name":"POST /api/carrier-control/why-no-cod","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/why-no-cod","host":["{{base_url}}"],"path":["api","carrier-control","why-no-cod"]},"description":"Upsert Why No Cod","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/carrier-control/why-no-cod/{row_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/why-no-cod/:row_id","host":["{{base_url}}"],"path":["api","carrier-control","why-no-cod",":row_id"],"variable":[{"key":"row_id","value":"","description":"Path parameter"}]},"description":"Delete Why No Cod"},"response":[]},{"name":"GET /api/carrier-control/benefit-per-order","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/benefit-per-order","host":["{{base_url}}"],"path":["api","carrier-control","benefit-per-order"]},"description":"Benefit Per Order"},"response":[]},{"name":"GET /api/carrier-control/reports-sla","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/reports-sla","host":["{{base_url}}"],"path":["api","carrier-control","reports-sla"]},"description":"Reports Sla"},"response":[]},{"name":"POST /api/carrier-control/reports-sla","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/reports-sla","host":["{{base_url}}"],"path":["api","carrier-control","reports-sla"]},"description":"Upsert Reports Sla","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/carrier-control/overview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-control/overview","host":["{{base_url}}"],"path":["api","carrier-control","overview"]},"description":"Control Overview"},"response":[]}]},{"name":"Carrier contracts","description":"Endpoints under `/api/carrier-contracts`","item":[{"name":"GET /api/carrier-contracts/schemas","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/schemas","host":["{{base_url}}"],"path":["api","carrier-contracts","schemas"]},"description":"Get Credential Schemas"},"response":[]},{"name":"GET /api/carrier-contracts","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts","host":["{{base_url}}"],"path":["api","carrier-contracts"]},"description":"List Contracts"},"response":[]},{"name":"POST /api/carrier-contracts","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts","host":["{{base_url}}"],"path":["api","carrier-contracts"]},"description":"Create Or Update Contract","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/carrier-contracts/compare","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/compare","host":["{{base_url}}"],"path":["api","carrier-contracts","compare"]},"description":"Compare Rates"},"response":[]},{"name":"GET /api/carrier-contracts/{contract_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/:contract_id","host":["{{base_url}}"],"path":["api","carrier-contracts",":contract_id"],"variable":[{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Get Contract"},"response":[]},{"name":"PATCH /api/carrier-contracts/{contract_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/:contract_id","host":["{{base_url}}"],"path":["api","carrier-contracts",":contract_id"],"variable":[{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Patch Contract","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/carrier-contracts/{contract_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/:contract_id","host":["{{base_url}}"],"path":["api","carrier-contracts",":contract_id"],"variable":[{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Delete Contract"},"response":[]},{"name":"POST /api/carrier-contracts/{contract_id}/test-label","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/:contract_id/test-label","host":["{{base_url}}"],"path":["api","carrier-contracts",":contract_id","test-label"],"variable":[{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Test Label","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/carrier-contracts/{contract_id}/cost-table-csv","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/:contract_id/cost-table-csv","host":["{{base_url}}"],"path":["api","carrier-contracts",":contract_id","cost-table-csv"],"variable":[{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Import Cost Table Csv","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/carrier-contracts/seed-demo","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-contracts/seed-demo","host":["{{base_url}}"],"path":["api","carrier-contracts","seed-demo"]},"description":"Seed Demo Contracts","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Customs duties (China→EU)","description":"Endpoints under `/api/customs`","item":[{"name":"GET /api/customs/hs-codes","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/hs-codes","host":["{{base_url}}"],"path":["api","customs","hs-codes"]},"description":"List Hs Codes"},"response":[]},{"name":"GET /api/customs/cases","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/cases","host":["{{base_url}}"],"path":["api","customs","cases"]},"description":"List Customs Cases"},"response":[]},{"name":"POST /api/customs/cases/{shipment_id}/upsert","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/cases/:shipment_id/upsert","host":["{{base_url}}"],"path":["api","customs","cases",":shipment_id","upsert"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Upsert Customs Case","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/customs/cases/{shipment_id}/approve-value","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/cases/:shipment_id/approve-value","host":["{{base_url}}"],"path":["api","customs","cases",":shipment_id","approve-value"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Approve Value","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/customs/cases/{shipment_id}/duty-payment","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/cases/:shipment_id/duty-payment","host":["{{base_url}}"],"path":["api","customs","cases",":shipment_id","duty-payment"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Create Duty Payment","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/customs/cases/{shipment_id}/mark-duties-paid","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/cases/:shipment_id/mark-duties-paid","host":["{{base_url}}"],"path":["api","customs","cases",":shipment_id","mark-duties-paid"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Mark Duties Paid","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/customs/cases/{shipment_id}/clear","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/cases/:shipment_id/clear","host":["{{base_url}}"],"path":["api","customs","cases",":shipment_id","clear"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Clear Customs","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/customs/cases/{shipment_id}/commercial-invoice.pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/cases/:shipment_id/commercial-invoice.pdf","host":["{{base_url}}"],"path":["api","customs","cases",":shipment_id","commercial-invoice.pdf"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Commercial Invoice Pdf"},"response":[]},{"name":"GET /api/customs/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/summary","host":["{{base_url}}"],"path":["api","customs","summary"]},"description":"Customs Summary"},"response":[]},{"name":"GET /api/customs/consumer/customs-cases","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/consumer/customs-cases","host":["{{base_url}}"],"path":["api","customs","consumer","customs-cases"]},"description":"Consumer Customs List"},"response":[]},{"name":"GET /api/customs/consumer/customs-cases/{shipment_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/consumer/customs-cases/:shipment_id","host":["{{base_url}}"],"path":["api","customs","consumer","customs-cases",":shipment_id"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Consumer Customs Detail"},"response":[]},{"name":"POST /api/customs/consumer/customs-cases/{shipment_id}/pay","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/customs/consumer/customs-cases/:shipment_id/pay","host":["{{base_url}}"],"path":["api","customs","consumer","customs-cases",":shipment_id","pay"],"variable":[{"key":"shipment_id","value":"","description":"Path parameter"}]},"description":"Consumer Pay Customs","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Sales · Companies","description":"Endpoints under `/api/sales/companies`","item":[{"name":"POST /api/sales/companies","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies","host":["{{base_url}}"],"path":["api","sales","companies"]},"description":"Create Company","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/sales/companies","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies","host":["{{base_url}}"],"path":["api","sales","companies"]},"description":"List Companies"},"response":[]},{"name":"GET /api/sales/companies/{company_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies/:company_id","host":["{{base_url}}"],"path":["api","sales","companies",":company_id"],"variable":[{"key":"company_id","value":"","description":"Path parameter"}]},"description":"Get Company"},"response":[]},{"name":"PATCH /api/sales/companies/{company_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies/:company_id","host":["{{base_url}}"],"path":["api","sales","companies",":company_id"],"variable":[{"key":"company_id","value":"","description":"Path parameter"}]},"description":"Update Company","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/sales/companies/{company_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies/:company_id","host":["{{base_url}}"],"path":["api","sales","companies",":company_id"],"variable":[{"key":"company_id","value":"","description":"Path parameter"}]},"description":"Delete Company"},"response":[]},{"name":"POST /api/sales/companies/{company_id}/graduate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies/:company_id/graduate","host":["{{base_url}}"],"path":["api","sales","companies",":company_id","graduate"],"variable":[{"key":"company_id","value":"","description":"Path parameter"}]},"description":"Graduate Company","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/companies/bulk-import","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies/bulk-import","host":["{{base_url}}"],"path":["api","sales","companies","bulk-import"]},"description":"Bulk Import Companies","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/companies/import-excel","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/companies/import-excel","host":["{{base_url}}"],"path":["api","sales","companies","import-excel"]},"description":"Sales Import Excel","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Sales · HubSpot sync","description":"Endpoints under `/api/sales/hubspot`","item":[{"name":"POST /api/sales/hubspot/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/connect","host":["{{base_url}}"],"path":["api","sales","hubspot","connect"]},"description":"Hubspot Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/hubspot/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/disconnect","host":["{{base_url}}"],"path":["api","sales","hubspot","disconnect"]},"description":"Hubspot Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/sales/hubspot/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/status","host":["{{base_url}}"],"path":["api","sales","hubspot","status"]},"description":"Hubspot Status"},"response":[]},{"name":"POST /api/sales/hubspot/sync/pull","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/sync/pull","host":["{{base_url}}"],"path":["api","sales","hubspot","sync","pull"]},"description":"Hubspot Sync Pull","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/hubspot/sync/push/{company_id}","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/sync/push/:company_id","host":["{{base_url}}"],"path":["api","sales","hubspot","sync","push",":company_id"],"variable":[{"key":"company_id","value":"","description":"Path parameter"}]},"description":"Hubspot Sync Push","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/hubspot/sync/push-qualified","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/sync/push-qualified","host":["{{base_url}}"],"path":["api","sales","hubspot","sync","push-qualified"]},"description":"Hubspot Push Qualified","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/hubspot/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/webhook","host":["{{base_url}}"],"path":["api","sales","hubspot","webhook"]},"description":"Hubspot Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/hubspot/pipelines/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/pipelines/sync","host":["{{base_url}}"],"path":["api","sales","hubspot","pipelines","sync"]},"description":"Sync Deal Pipelines","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/hubspot/deals/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/deals/sync","host":["{{base_url}}"],"path":["api","sales","hubspot","deals","sync"]},"description":"Sync Deals","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/sales/hubspot/pipeline-view","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/pipeline-view","host":["{{base_url}}"],"path":["api","sales","hubspot","pipeline-view"]},"description":"Pipeline View"},"response":[]},{"name":"PUT /api/sales/hubspot/stage-map","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/stage-map","host":["{{base_url}}"],"path":["api","sales","hubspot","stage-map"]},"description":"Put Stage Map","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/sales/hubspot/webhook-events","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/hubspot/webhook-events","host":["{{base_url}}"],"path":["api","sales","hubspot","webhook-events"]},"description":"List Webhook Events"},"response":[]}]},{"name":"Sales · Kanban / CRM","description":"Endpoints under `/api/sales`","item":[{"name":"POST /api/sales/contacts","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/contacts","host":["{{base_url}}"],"path":["api","sales","contacts"]},"description":"Create Contact","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/sales/contacts/{contact_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/contacts/:contact_id","host":["{{base_url}}"],"path":["api","sales","contacts",":contact_id"],"variable":[{"key":"contact_id","value":"","description":"Path parameter"}]},"description":"Delete Contact"},"response":[]},{"name":"POST /api/sales/deals","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/deals","host":["{{base_url}}"],"path":["api","sales","deals"]},"description":"Create Deal","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/sales/deals/{deal_id}/stage","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/deals/:deal_id/stage","host":["{{base_url}}"],"path":["api","sales","deals",":deal_id","stage"],"variable":[{"key":"deal_id","value":"","description":"Path parameter"}]},"description":"Move Deal Stage","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/sales/activities","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/activities","host":["{{base_url}}"],"path":["api","sales","activities"]},"description":"Create Activity","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/sales/pipelines/{pipeline}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/pipelines/:pipeline","host":["{{base_url}}"],"path":["api","sales","pipelines",":pipeline"],"variable":[{"key":"pipeline","value":"","description":"Path parameter"}]},"description":"Pipeline View"},"response":[]},{"name":"GET /api/sales/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/summary","host":["{{base_url}}"],"path":["api","sales","summary"]},"description":"Sales Summary"},"response":[]},{"name":"GET /api/sales/master-export.xlsx","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/master-export.xlsx","host":["{{base_url}}"],"path":["api","sales","master-export.xlsx"]},"description":"Master Export"},"response":[]},{"name":"GET /api/sales/constants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/constants","host":["{{base_url}}"],"path":["api","sales","constants"]},"description":"Sales Constants"},"response":[]},{"name":"GET /api/sales/template.xlsx","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/template.xlsx","host":["{{base_url}}"],"path":["api","sales","template.xlsx"]},"description":"Sales Template"},"response":[]},{"name":"GET /api/sales/target-segments","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/target-segments","host":["{{base_url}}"],"path":["api","sales","target-segments"]},"description":"List Target Segments"},"response":[]},{"name":"POST /api/sales/target-segments/push-to-hubspot","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/sales/target-segments/push-to-hubspot","host":["{{base_url}}"],"path":["api","sales","target-segments","push-to-hubspot"]},"description":"Push Targets To Hubspot","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Onboarding workflow","description":"Endpoints under `/api/onboarding`","item":[{"name":"GET /api/onboarding/cases/{case_id}/health","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/health","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","health"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Get Case Health"},"response":[]},{"name":"GET /api/onboarding/health-summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/health-summary","host":["{{base_url}}"],"path":["api","onboarding","health-summary"]},"description":"Get Health Summary"},"response":[]},{"name":"GET /api/onboarding/steps/{step_key}/template","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/steps/:step_key/template","host":["{{base_url}}"],"path":["api","onboarding","steps",":step_key","template"],"variable":[{"key":"step_key","value":"","description":"Path parameter"}]},"description":"Get Step Template Endpoint"},"response":[]},{"name":"GET /api/onboarding/cases/{case_id}/step-detail","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/step-detail","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","step-detail"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Get Step Detail"},"response":[]},{"name":"POST /api/onboarding/cases/{case_id}/regenerate-tasks","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/regenerate-tasks","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","regenerate-tasks"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Regenerate Tasks","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/onboarding/steps","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/steps","host":["{{base_url}}"],"path":["api","onboarding","steps"]},"description":"Get Steps"},"response":[]},{"name":"GET /api/onboarding/phases","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/phases","host":["{{base_url}}"],"path":["api","onboarding","phases"]},"description":"Get Phases"},"response":[]},{"name":"GET /api/onboarding/dashboard","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/dashboard","host":["{{base_url}}"],"path":["api","onboarding","dashboard"]},"description":"Onboarding Dashboard"},"response":[]},{"name":"POST /api/onboarding/cases","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases","host":["{{base_url}}"],"path":["api","onboarding","cases"]},"description":"Create Case","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/onboarding/cases","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases","host":["{{base_url}}"],"path":["api","onboarding","cases"]},"description":"List Cases"},"response":[]},{"name":"GET /api/onboarding/cases/{case_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Get Case"},"response":[]},{"name":"PATCH /api/onboarding/cases/{case_id}/intake-data","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/intake-data","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","intake-data"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Patch Intake Data","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/onboarding/cases/{case_id}/verify-website","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/verify-website","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","verify-website"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Verify Website","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/onboarding/cases/{case_id}/advance","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/advance","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","advance"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Advance Case","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/onboarding/tasks","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/tasks","host":["{{base_url}}"],"path":["api","onboarding","tasks"]},"description":"Create Task","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/onboarding/tasks","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/tasks","host":["{{base_url}}"],"path":["api","onboarding","tasks"]},"description":"List Tasks"},"response":[]},{"name":"PATCH /api/onboarding/tasks/{task_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/tasks/:task_id","host":["{{base_url}}"],"path":["api","onboarding","tasks",":task_id"],"variable":[{"key":"task_id","value":"","description":"Path parameter"}]},"description":"Update Task","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/onboarding/comments","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/comments","host":["{{base_url}}"],"path":["api","onboarding","comments"]},"description":"Create Comment","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/onboarding/sync-from-sales","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/sync-from-sales","host":["{{base_url}}"],"path":["api","onboarding","sync-from-sales"]},"description":"Sync From Sales","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/onboarding/cases/{case_id}/substatus","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/substatus","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","substatus"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Update Substatus","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/onboarding/substatus-options","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/substatus-options","host":["{{base_url}}"],"path":["api","onboarding","substatus-options"]},"description":"List Substatus Options"},"response":[]},{"name":"GET /api/onboarding/cases/{case_id}/documents","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/documents","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","documents"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"List Documents"},"response":[]},{"name":"POST /api/onboarding/cases/{case_id}/documents","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/documents","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","documents"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Upload Document","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/onboarding/cases/{case_id}/documents/{document_id}/download","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/documents/:document_id/download","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","documents",":document_id","download"],"variable":[{"key":"case_id","value":"","description":"Path parameter"},{"key":"document_id","value":"","description":"Path parameter"}]},"description":"Download Document"},"response":[]},{"name":"DELETE /api/onboarding/cases/{case_id}/documents/{document_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/documents/:document_id","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","documents",":document_id"],"variable":[{"key":"case_id","value":"","description":"Path parameter"},{"key":"document_id","value":"","description":"Path parameter"}]},"description":"Delete Document"},"response":[]},{"name":"GET /api/onboarding/cases/{case_id}/audit-log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/audit-log","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","audit-log"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Case Audit Log"},"response":[]},{"name":"POST /api/onboarding/cases/{case_id}/drop-off","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/drop-off","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","drop-off"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Drop Off Case","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/onboarding/drop-reasons","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/drop-reasons","host":["{{base_url}}"],"path":["api","onboarding","drop-reasons"]},"description":"Drop Reasons"},"response":[]},{"name":"GET /api/onboarding/my-case","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/my-case","host":["{{base_url}}"],"path":["api","onboarding","my-case"]},"description":"My Case"},"response":[]},{"name":"GET /api/onboarding/cases/{case_id}/compliance","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/compliance","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","compliance"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Get Compliance Profile"},"response":[]},{"name":"PATCH /api/onboarding/cases/{case_id}/compliance","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/compliance","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","compliance"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Patch Compliance Profile","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/onboarding/cases/{case_id}/gates","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/cases/:case_id/gates","host":["{{base_url}}"],"path":["api","onboarding","cases",":case_id","gates"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Get Gates"},"response":[]},{"name":"GET /api/onboarding/gates/definitions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/onboarding/gates/definitions","host":["{{base_url}}"],"path":["api","onboarding","gates","definitions"]},"description":"Gate Definitions"},"response":[]}]},{"name":"Partner Control Room","description":"Endpoints under `/api/partner-control`","item":[{"name":"GET /api/partner-control/overview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/overview","host":["{{base_url}}"],"path":["api","partner-control","overview"]},"description":"Overview"},"response":[]},{"name":"GET /api/partner-control/partners","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/partners","host":["{{base_url}}"],"path":["api","partner-control","partners"]},"description":"List Partners"},"response":[]},{"name":"GET /api/partner-control/partners/{partner_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/partners/:partner_id","host":["{{base_url}}"],"path":["api","partner-control","partners",":partner_id"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Partner Detail"},"response":[]},{"name":"GET /api/partner-control/agreements","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/agreements","host":["{{base_url}}"],"path":["api","partner-control","agreements"]},"description":"List Agreements"},"response":[]},{"name":"POST /api/partner-control/agreements","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/agreements","host":["{{base_url}}"],"path":["api","partner-control","agreements"]},"description":"Create Agreement","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partner-control/attribution-rules","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/attribution-rules","host":["{{base_url}}"],"path":["api","partner-control","attribution-rules"]},"description":"List Attribution Rules"},"response":[]},{"name":"POST /api/partner-control/attribution-rules","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/attribution-rules","host":["{{base_url}}"],"path":["api","partner-control","attribution-rules"]},"description":"Create Attribution Rule","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/partner-control/attribution-rules/{rule_id}/resolve-conflict","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/attribution-rules/:rule_id/resolve-conflict","host":["{{base_url}}"],"path":["api","partner-control","attribution-rules",":rule_id","resolve-conflict"],"variable":[{"key":"rule_id","value":"","description":"Path parameter"}]},"description":"Resolve Conflict","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/partner-control/calculate-commission","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/calculate-commission","host":["{{base_url}}"],"path":["api","partner-control","calculate-commission"]},"description":"Calculate Commission","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partner-control/commission-ledger","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/commission-ledger","host":["{{base_url}}"],"path":["api","partner-control","commission-ledger"]},"description":"List Commission Ledger"},"response":[]},{"name":"POST /api/partner-control/commission-ledger/{ledger_id}/mark-paid","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/commission-ledger/:ledger_id/mark-paid","host":["{{base_url}}"],"path":["api","partner-control","commission-ledger",":ledger_id","mark-paid"],"variable":[{"key":"ledger_id","value":"","description":"Path parameter"}]},"description":"Mark Commission Paid","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partner-control/performance/{partner_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-control/performance/:partner_id","host":["{{base_url}}"],"path":["api","partner-control","performance",":partner_id"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Performance"},"response":[]}]},{"name":"Partners (360°)","description":"Endpoints under `/api/partners`","item":[{"name":"GET /api/partners/dashboard","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/dashboard","host":["{{base_url}}"],"path":["api","partners","dashboard"]},"description":"Partner Dashboard"},"response":[]},{"name":"GET /api/partners/{partner_id}/readiness","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/readiness","host":["{{base_url}}"],"path":["api","partners",":partner_id","readiness"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Partner Readiness"},"response":[]},{"name":"GET /api/partners/readiness/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/readiness/summary","host":["{{base_url}}"],"path":["api","partners","readiness","summary"]},"description":"All Partners Readiness"},"response":[]},{"name":"GET /api/partners/contracts/templates","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/contracts/templates","host":["{{base_url}}"],"path":["api","partners","contracts","templates"]},"description":"List Templates"},"response":[]},{"name":"GET /api/partners/{partner_id}/contracts","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/contracts","host":["{{base_url}}"],"path":["api","partners",":partner_id","contracts"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"List Partner Contracts"},"response":[]},{"name":"POST /api/partners/{partner_id}/contracts/generate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/contracts/generate","host":["{{base_url}}"],"path":["api","partners",":partner_id","contracts","generate"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Generate Contract","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/{partner_id}/contracts/{contract_id}/pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/contracts/:contract_id/pdf","host":["{{base_url}}"],"path":["api","partners",":partner_id","contracts",":contract_id","pdf"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"},{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Download Contract Pdf"},"response":[]},{"name":"POST /api/partners/{partner_id}/contracts/{contract_id}/send","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/contracts/:contract_id/send","host":["{{base_url}}"],"path":["api","partners",":partner_id","contracts",":contract_id","send"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"},{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Send To Partner","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/partners/{partner_id}/contracts/{contract_id}/ipay-sign","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/contracts/:contract_id/ipay-sign","host":["{{base_url}}"],"path":["api","partners",":partner_id","contracts",":contract_id","ipay-sign"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"},{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Ipay Sign","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/partners/{partner_id}/contracts/{contract_id}/cancel","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/contracts/:contract_id/cancel","host":["{{base_url}}"],"path":["api","partners",":partner_id","contracts",":contract_id","cancel"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"},{"key":"contract_id","value":"","description":"Path parameter"}]},"description":"Cancel Contract","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/{partner_id}/scoring","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/scoring","host":["{{base_url}}"],"path":["api","partners",":partner_id","scoring"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Partner Scoring"},"response":[]},{"name":"POST /api/partners/{partner_id}/scoring/accept","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/scoring/accept","host":["{{base_url}}"],"path":["api","partners",":partner_id","scoring","accept"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Accept Partner Score","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/scoring/preview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/scoring/preview","host":["{{base_url}}"],"path":["api","partners","scoring","preview"]},"description":"Preview All Scoring"},"response":[]},{"name":"POST /api/partners/scoring/run-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/scoring/run-now","host":["{{base_url}}"],"path":["api","partners","scoring","run-now"]},"description":"Run Scoring Now","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/hubspot/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/hubspot/status","host":["{{base_url}}"],"path":["api","partners","hubspot","status"]},"description":"Hubspot Partner Status"},"response":[]},{"name":"POST /api/partners/hubspot/pull-companies","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/hubspot/pull-companies","host":["{{base_url}}"],"path":["api","partners","hubspot","pull-companies"]},"description":"Pull And Match Companies","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/{partner_id}/hubspot","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/hubspot","host":["{{base_url}}"],"path":["api","partners",":partner_id","hubspot"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Partner Hubspot Status"},"response":[]},{"name":"POST /api/partners/{partner_id}/hubspot/link","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/hubspot/link","host":["{{base_url}}"],"path":["api","partners",":partner_id","hubspot","link"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Link Partner To Hubspot","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/partners/{partner_id}/hubspot/link","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/hubspot/link","host":["{{base_url}}"],"path":["api","partners",":partner_id","hubspot","link"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Unlink Partner From Hubspot"},"response":[]},{"name":"POST /api/partners/{partner_id}/hubspot/push","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/hubspot/push","host":["{{base_url}}"],"path":["api","partners",":partner_id","hubspot","push"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Push Partner To Hubspot","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/partners/{partner_id}/hubspot/pull","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/hubspot/pull","host":["{{base_url}}"],"path":["api","partners",":partner_id","hubspot","pull"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Pull Partner From Hubspot","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/partners/hubspot/sync-all","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/hubspot/sync-all","host":["{{base_url}}"],"path":["api","partners","hubspot","sync-all"]},"description":"Sync All Partners","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners","host":["{{base_url}}"],"path":["api","partners"]},"description":"List Partners"},"response":[]},{"name":"POST /api/partners","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners","host":["{{base_url}}"],"path":["api","partners"]},"description":"Create Partner","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/taxonomy","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/taxonomy","host":["{{base_url}}"],"path":["api","partners","taxonomy"]},"description":"Get Partner Taxonomy"},"response":[]},{"name":"GET /api/partners/{partner_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id","host":["{{base_url}}"],"path":["api","partners",":partner_id"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Partner"},"response":[]},{"name":"PATCH /api/partners/{partner_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id","host":["{{base_url}}"],"path":["api","partners",":partner_id"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Patch Partner","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/partners/{partner_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id","host":["{{base_url}}"],"path":["api","partners",":partner_id"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Delete Partner"},"response":[]},{"name":"POST /api/partners/{partner_id}/use-cases","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/use-cases","host":["{{base_url}}"],"path":["api","partners",":partner_id","use-cases"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Upsert Use Case","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/{partner_id}/commercial","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/commercial","host":["{{base_url}}"],"path":["api","partners",":partner_id","commercial"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Commercial"},"response":[]},{"name":"PATCH /api/partners/{partner_id}/commercial","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/commercial","host":["{{base_url}}"],"path":["api","partners",":partner_id","commercial"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Patch Commercial","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/{partner_id}/compliance","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/compliance","host":["{{base_url}}"],"path":["api","partners",":partner_id","compliance"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Compliance"},"response":[]},{"name":"POST /api/partners/{partner_id}/compliance","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/compliance","host":["{{base_url}}"],"path":["api","partners",":partner_id","compliance"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Upsert Compliance","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partners/{partner_id}/merchants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/merchants","host":["{{base_url}}"],"path":["api","partners",":partner_id","merchants"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Linked Merchants"},"response":[]},{"name":"GET /api/partners/{partner_id}/financial","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/financial","host":["{{base_url}}"],"path":["api","partners",":partner_id","financial"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Financial"},"response":[]},{"name":"GET /api/partners/{partner_id}/activity","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partners/:partner_id/activity","host":["{{base_url}}"],"path":["api","partners",":partner_id","activity"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Activity"},"response":[]}]},{"name":"Quote Engine","description":"Endpoints under `/api/quotes`","item":[{"name":"GET /api/quotes/constants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/constants","host":["{{base_url}}"],"path":["api","quotes","constants"]},"description":"Constants"},"response":[]},{"name":"PUT /api/quotes/settings","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/settings","host":["{{base_url}}"],"path":["api","quotes","settings"]},"description":"Update Quote Settings","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/quotes/calculate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/calculate","host":["{{base_url}}"],"path":["api","quotes","calculate"]},"description":"Calculate Quote","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/quotes","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes","host":["{{base_url}}"],"path":["api","quotes"]},"description":"Create Quote","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/quotes","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes","host":["{{base_url}}"],"path":["api","quotes"]},"description":"List Quotes"},"response":[]},{"name":"GET /api/quotes/{quote_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id","host":["{{base_url}}"],"path":["api","quotes",":quote_id"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Get Quote"},"response":[]},{"name":"DELETE /api/quotes/{quote_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id","host":["{{base_url}}"],"path":["api","quotes",":quote_id"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Delete Quote"},"response":[]},{"name":"PATCH /api/quotes/{quote_id}/status","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id/status","host":["{{base_url}}"],"path":["api","quotes",":quote_id","status"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Update Quote Status","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/quotes/dashboard/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/dashboard/summary","host":["{{base_url}}"],"path":["api","quotes","dashboard","summary"]},"description":"Quotes Summary"},"response":[]},{"name":"GET /api/quotes/dashboard/export.xlsx","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/dashboard/export.xlsx","host":["{{base_url}}"],"path":["api","quotes","dashboard","export.xlsx"]},"description":"Export Register"},"response":[]},{"name":"GET /api/quotes/{quote_id}/external.xlsx","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id/external.xlsx","host":["{{base_url}}"],"path":["api","quotes",":quote_id","external.xlsx"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Export External Quote"},"response":[]},{"name":"GET /api/quotes/{quote_id}/internal.xlsx","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id/internal.xlsx","host":["{{base_url}}"],"path":["api","quotes",":quote_id","internal.xlsx"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Export Internal Quote"},"response":[]},{"name":"POST /api/quotes/{quote_id}/send-email","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id/send-email","host":["{{base_url}}"],"path":["api","quotes",":quote_id","send-email"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Send Quote Email","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/quotes/{quote_id}/send-history","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id/send-history","host":["{{base_url}}"],"path":["api","quotes",":quote_id","send-history"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Quote Send History"},"response":[]},{"name":"POST /api/quotes/preview-pdf","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/preview-pdf","host":["{{base_url}}"],"path":["api","quotes","preview-pdf"]},"description":"Preview Quote Pdf","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/quotes/{quote_id}/external.pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/quotes/:quote_id/external.pdf","host":["{{base_url}}"],"path":["api","quotes",":quote_id","external.pdf"],"variable":[{"key":"quote_id","value":"","description":"Path parameter"}]},"description":"Export External Pdf"},"response":[]}]},{"name":"Marketplace & e-com integrations","description":"Endpoints under `/api/integrations/`","item":[{"name":"GET /api/integrations/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/status","host":["{{base_url}}"],"path":["api","integrations","status"]},"description":"Prestashop Setup Info"},"response":[]},{"name":"GET /api/integrations/shopify","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopify","host":["{{base_url}}"],"path":["api","integrations","shopify"]},"description":"Get Shopify Integration"},"response":[]},{"name":"GET /api/integrations/shopify/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopify/setup-info","host":["{{base_url}}"],"path":["api","integrations","shopify","setup-info"]},"description":"Shopify Setup Info"},"response":[]},{"name":"POST /api/integrations/shopify/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopify/connect","host":["{{base_url}}"],"path":["api","integrations","shopify","connect"]},"description":"Connect Shopify","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopify/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopify/disconnect","host":["{{base_url}}"],"path":["api","integrations","shopify","disconnect"]},"description":"Disconnect Shopify","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopify/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopify/sync","host":["{{base_url}}"],"path":["api","integrations","shopify","sync"]},"description":"Sync Shopify","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopify/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopify/simulate","host":["{{base_url}}"],"path":["api","integrations","shopify","simulate"]},"description":"Simulate Shopify Order","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopify/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopify/webhook","host":["{{base_url}}"],"path":["api","integrations","shopify","webhook"]},"description":"Shopify Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/prestashop","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/prestashop","host":["{{base_url}}"],"path":["api","integrations","prestashop"]},"description":"Get Prestashop Integration"},"response":[]},{"name":"GET /api/integrations/prestashop/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/prestashop/setup-info","host":["{{base_url}}"],"path":["api","integrations","prestashop","setup-info"]},"description":"Prestashop Setup Info"},"response":[]},{"name":"POST /api/integrations/prestashop/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/prestashop/connect","host":["{{base_url}}"],"path":["api","integrations","prestashop","connect"]},"description":"Connect Prestashop","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/prestashop/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/prestashop/disconnect","host":["{{base_url}}"],"path":["api","integrations","prestashop","disconnect"]},"description":"Disconnect Prestashop","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/prestashop/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/prestashop/sync","host":["{{base_url}}"],"path":["api","integrations","prestashop","sync"]},"description":"Sync Prestashop","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/prestashop/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/prestashop/simulate","host":["{{base_url}}"],"path":["api","integrations","prestashop","simulate"]},"description":"Simulate Prestashop Order","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/prestashop/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/prestashop/webhook","host":["{{base_url}}"],"path":["api","integrations","prestashop","webhook"]},"description":"Prestashop Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/woocommerce","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/woocommerce","host":["{{base_url}}"],"path":["api","integrations","woocommerce"]},"description":"Get Woocommerce Integration"},"response":[]},{"name":"GET /api/integrations/woocommerce/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/woocommerce/setup-info","host":["{{base_url}}"],"path":["api","integrations","woocommerce","setup-info"]},"description":"Woocommerce Setup Info"},"response":[]},{"name":"POST /api/integrations/woocommerce/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/woocommerce/connect","host":["{{base_url}}"],"path":["api","integrations","woocommerce","connect"]},"description":"Connect Woocommerce","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/woocommerce/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/woocommerce/disconnect","host":["{{base_url}}"],"path":["api","integrations","woocommerce","disconnect"]},"description":"Disconnect Woocommerce","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/woocommerce/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/woocommerce/sync","host":["{{base_url}}"],"path":["api","integrations","woocommerce","sync"]},"description":"Sync Woocommerce","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/woocommerce/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/woocommerce/simulate","host":["{{base_url}}"],"path":["api","integrations","woocommerce","simulate"]},"description":"Simulate Woocommerce","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/woocommerce/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/woocommerce/webhook","host":["{{base_url}}"],"path":["api","integrations","woocommerce","webhook"]},"description":"Woocommerce Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/odoo","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/odoo","host":["{{base_url}}"],"path":["api","integrations","odoo"]},"description":"Get Odoo Integration"},"response":[]},{"name":"GET /api/integrations/odoo/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/odoo/setup-info","host":["{{base_url}}"],"path":["api","integrations","odoo","setup-info"]},"description":"Odoo Setup Info"},"response":[]},{"name":"POST /api/integrations/odoo/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/odoo/connect","host":["{{base_url}}"],"path":["api","integrations","odoo","connect"]},"description":"Connect Odoo","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/odoo/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/odoo/disconnect","host":["{{base_url}}"],"path":["api","integrations","odoo","disconnect"]},"description":"Disconnect Odoo","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/odoo/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/odoo/sync","host":["{{base_url}}"],"path":["api","integrations","odoo","sync"]},"description":"Sync Odoo","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/odoo/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/odoo/simulate","host":["{{base_url}}"],"path":["api","integrations","odoo","simulate"]},"description":"Simulate Odoo","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/odoo/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/odoo/webhook","host":["{{base_url}}"],"path":["api","integrations","odoo","webhook"]},"description":"Odoo Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/shopware","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopware","host":["{{base_url}}"],"path":["api","integrations","shopware"]},"description":"Get Shopware Integration"},"response":[]},{"name":"GET /api/integrations/shopware/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopware/setup-info","host":["{{base_url}}"],"path":["api","integrations","shopware","setup-info"]},"description":"Shopware Setup Info"},"response":[]},{"name":"POST /api/integrations/shopware/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopware/connect","host":["{{base_url}}"],"path":["api","integrations","shopware","connect"]},"description":"Connect Shopware","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopware/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopware/disconnect","host":["{{base_url}}"],"path":["api","integrations","shopware","disconnect"]},"description":"Disconnect Shopware","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopware/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopware/sync","host":["{{base_url}}"],"path":["api","integrations","shopware","sync"]},"description":"Sync Shopware","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopware/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopware/simulate","host":["{{base_url}}"],"path":["api","integrations","shopware","simulate"]},"description":"Simulate Shopware","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopware/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopware/webhook","host":["{{base_url}}"],"path":["api","integrations","shopware","webhook"]},"description":"Shopware Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/magento","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/magento","host":["{{base_url}}"],"path":["api","integrations","magento"]},"description":"Get Magento Integration"},"response":[]},{"name":"GET /api/integrations/magento/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/magento/setup-info","host":["{{base_url}}"],"path":["api","integrations","magento","setup-info"]},"description":"Magento Setup Info"},"response":[]},{"name":"POST /api/integrations/magento/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/magento/connect","host":["{{base_url}}"],"path":["api","integrations","magento","connect"]},"description":"Connect Magento","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/magento/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/magento/disconnect","host":["{{base_url}}"],"path":["api","integrations","magento","disconnect"]},"description":"Disconnect Magento","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/magento/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/magento/sync","host":["{{base_url}}"],"path":["api","integrations","magento","sync"]},"description":"Sync Magento","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/magento/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/magento/simulate","host":["{{base_url}}"],"path":["api","integrations","magento","simulate"]},"description":"Simulate Magento","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/magento/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/magento/webhook","host":["{{base_url}}"],"path":["api","integrations","magento","webhook"]},"description":"Magento Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/bigcommerce","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bigcommerce","host":["{{base_url}}"],"path":["api","integrations","bigcommerce"]},"description":"Get Bigcommerce Integration"},"response":[]},{"name":"GET /api/integrations/bigcommerce/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bigcommerce/setup-info","host":["{{base_url}}"],"path":["api","integrations","bigcommerce","setup-info"]},"description":"Bc Setup Info"},"response":[]},{"name":"POST /api/integrations/bigcommerce/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bigcommerce/connect","host":["{{base_url}}"],"path":["api","integrations","bigcommerce","connect"]},"description":"Connect Bc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/bigcommerce/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bigcommerce/disconnect","host":["{{base_url}}"],"path":["api","integrations","bigcommerce","disconnect"]},"description":"Disconnect Bc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/bigcommerce/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bigcommerce/sync","host":["{{base_url}}"],"path":["api","integrations","bigcommerce","sync"]},"description":"Sync Bc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/bigcommerce/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bigcommerce/simulate","host":["{{base_url}}"],"path":["api","integrations","bigcommerce","simulate"]},"description":"Simulate Bc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/bigcommerce/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bigcommerce/webhook","host":["{{base_url}}"],"path":["api","integrations","bigcommerce","webhook"]},"description":"Bc Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/lightspeed","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lightspeed","host":["{{base_url}}"],"path":["api","integrations","lightspeed"]},"description":"Get Lightspeed Integration"},"response":[]},{"name":"GET /api/integrations/lightspeed/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lightspeed/setup-info","host":["{{base_url}}"],"path":["api","integrations","lightspeed","setup-info"]},"description":"Ls Setup Info"},"response":[]},{"name":"POST /api/integrations/lightspeed/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lightspeed/connect","host":["{{base_url}}"],"path":["api","integrations","lightspeed","connect"]},"description":"Connect Ls","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/lightspeed/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lightspeed/disconnect","host":["{{base_url}}"],"path":["api","integrations","lightspeed","disconnect"]},"description":"Disconnect Ls","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/lightspeed/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lightspeed/sync","host":["{{base_url}}"],"path":["api","integrations","lightspeed","sync"]},"description":"Sync Ls","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/lightspeed/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lightspeed/simulate","host":["{{base_url}}"],"path":["api","integrations","lightspeed","simulate"]},"description":"Simulate Ls","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/lightspeed/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lightspeed/webhook","host":["{{base_url}}"],"path":["api","integrations","lightspeed","webhook"]},"description":"Ls Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/bol","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bol","host":["{{base_url}}"],"path":["api","integrations","bol"]},"description":"Get Bol Integration"},"response":[]},{"name":"GET /api/integrations/bol/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bol/setup-info","host":["{{base_url}}"],"path":["api","integrations","bol","setup-info"]},"description":"Bol Setup Info"},"response":[]},{"name":"POST /api/integrations/bol/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bol/connect","host":["{{base_url}}"],"path":["api","integrations","bol","connect"]},"description":"Connect Bol","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/bol/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bol/disconnect","host":["{{base_url}}"],"path":["api","integrations","bol","disconnect"]},"description":"Disconnect Bol","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/bol/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bol/sync","host":["{{base_url}}"],"path":["api","integrations","bol","sync"]},"description":"Sync Bol","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/bol/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/bol/simulate","host":["{{base_url}}"],"path":["api","integrations","bol","simulate"]},"description":"Simulate Bol","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/picqer","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/picqer","host":["{{base_url}}"],"path":["api","integrations","picqer"]},"description":"Get Picqer Integration"},"response":[]},{"name":"GET /api/integrations/picqer/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/picqer/setup-info","host":["{{base_url}}"],"path":["api","integrations","picqer","setup-info"]},"description":"Picqer Setup Info"},"response":[]},{"name":"POST /api/integrations/picqer/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/picqer/connect","host":["{{base_url}}"],"path":["api","integrations","picqer","connect"]},"description":"Connect Picqer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/picqer/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/picqer/disconnect","host":["{{base_url}}"],"path":["api","integrations","picqer","disconnect"]},"description":"Disconnect Picqer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/picqer/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/picqer/sync","host":["{{base_url}}"],"path":["api","integrations","picqer","sync"]},"description":"Sync Picqer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/picqer/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/picqer/simulate","host":["{{base_url}}"],"path":["api","integrations","picqer","simulate"]},"description":"Simulate Picqer","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/picqer/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/picqer/webhook","host":["{{base_url}}"],"path":["api","integrations","picqer","webhook"]},"description":"Picqer Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/sendcloud","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud","host":["{{base_url}}"],"path":["api","integrations","sendcloud"]},"description":"Get Sendcloud"},"response":[]},{"name":"GET /api/integrations/sendcloud/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/setup-info","host":["{{base_url}}"],"path":["api","integrations","sendcloud","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/sendcloud/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/connect","host":["{{base_url}}"],"path":["api","integrations","sendcloud","connect"]},"description":"Connect Sendcloud","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/sendcloud/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/disconnect","host":["{{base_url}}"],"path":["api","integrations","sendcloud","disconnect"]},"description":"Disconnect Sendcloud","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/sendcloud/create-label","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/create-label","host":["{{base_url}}"],"path":["api","integrations","sendcloud","create-label"]},"description":"Sendcloud Create Label","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/sendcloud/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/webhook","host":["{{base_url}}"],"path":["api","integrations","sendcloud","webhook"]},"description":"Sendcloud Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/sendcloud/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/simulate","host":["{{base_url}}"],"path":["api","integrations","sendcloud","simulate"]},"description":"Sendcloud Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/sendcloud/origins","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/origins","host":["{{base_url}}"],"path":["api","integrations","sendcloud","origins"]},"description":"List Origins"},"response":[]},{"name":"POST /api/integrations/sendcloud/origins","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/origins","host":["{{base_url}}"],"path":["api","integrations","sendcloud","origins"]},"description":"Create Origin","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/integrations/sendcloud/origins/{origin_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/origins/:origin_id","host":["{{base_url}}"],"path":["api","integrations","sendcloud","origins",":origin_id"],"variable":[{"key":"origin_id","value":"","description":"Path parameter"}]},"description":"Update Origin","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/integrations/sendcloud/origins/{origin_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/origins/:origin_id","host":["{{base_url}}"],"path":["api","integrations","sendcloud","origins",":origin_id"],"variable":[{"key":"origin_id","value":"","description":"Path parameter"}]},"description":"Delete Origin"},"response":[]},{"name":"GET /api/integrations/sendcloud/settings","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/settings","host":["{{base_url}}"],"path":["api","integrations","sendcloud","settings"]},"description":"Get Settings"},"response":[]},{"name":"PUT /api/integrations/sendcloud/settings","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/settings","host":["{{base_url}}"],"path":["api","integrations","sendcloud","settings"]},"description":"Update Settings","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/sendcloud/origins/pick","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/origins/pick","host":["{{base_url}}"],"path":["api","integrations","sendcloud","origins","pick"]},"description":"Pick Origin"},"response":[]},{"name":"POST /api/integrations/sendcloud/origins/sync-from-sendcloud","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/sendcloud/origins/sync-from-sendcloud","host":["{{base_url}}"],"path":["api","integrations","sendcloud","origins","sync-from-sendcloud"]},"description":"Sync From Sendcloud","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/opencart","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/opencart","host":["{{base_url}}"],"path":["api","integrations","opencart"]},"description":"Get Oc"},"response":[]},{"name":"GET /api/integrations/opencart/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/opencart/setup-info","host":["{{base_url}}"],"path":["api","integrations","opencart","setup-info"]},"description":"Oc Setup"},"response":[]},{"name":"POST /api/integrations/opencart/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/opencart/connect","host":["{{base_url}}"],"path":["api","integrations","opencart","connect"]},"description":"Connect Oc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/opencart/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/opencart/disconnect","host":["{{base_url}}"],"path":["api","integrations","opencart","disconnect"]},"description":"Disconnect Oc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/opencart/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/opencart/sync","host":["{{base_url}}"],"path":["api","integrations","opencart","sync"]},"description":"Sync Oc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/opencart/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/opencart/simulate","host":["{{base_url}}"],"path":["api","integrations","opencart","simulate"]},"description":"Simulate Oc","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/opencart/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/opencart/webhook","host":["{{base_url}}"],"path":["api","integrations","opencart","webhook"]},"description":"Oc Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/nopcommerce","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/nopcommerce","host":["{{base_url}}"],"path":["api","integrations","nopcommerce"]},"description":"Get Nop"},"response":[]},{"name":"GET /api/integrations/nopcommerce/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/nopcommerce/setup-info","host":["{{base_url}}"],"path":["api","integrations","nopcommerce","setup-info"]},"description":"Nop Setup"},"response":[]},{"name":"POST /api/integrations/nopcommerce/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/nopcommerce/connect","host":["{{base_url}}"],"path":["api","integrations","nopcommerce","connect"]},"description":"Connect Nop","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/nopcommerce/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/nopcommerce/disconnect","host":["{{base_url}}"],"path":["api","integrations","nopcommerce","disconnect"]},"description":"Disconnect Nop","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/nopcommerce/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/nopcommerce/sync","host":["{{base_url}}"],"path":["api","integrations","nopcommerce","sync"]},"description":"Sync Nop","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/nopcommerce/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/nopcommerce/simulate","host":["{{base_url}}"],"path":["api","integrations","nopcommerce","simulate"]},"description":"Simulate Nop","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/nopcommerce/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/nopcommerce/webhook","host":["{{base_url}}"],"path":["api","integrations","nopcommerce","webhook"]},"description":"Nop Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/vinted","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted","host":["{{base_url}}"],"path":["api","integrations","vinted"]},"description":"Get Vinted Integration"},"response":[]},{"name":"GET /api/integrations/vinted/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted/setup-info","host":["{{base_url}}"],"path":["api","integrations","vinted","setup-info"]},"description":"Vinted Setup Info"},"response":[]},{"name":"POST /api/integrations/vinted/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted/connect","host":["{{base_url}}"],"path":["api","integrations","vinted","connect"]},"description":"Connect Vinted","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/vinted/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted/disconnect","host":["{{base_url}}"],"path":["api","integrations","vinted","disconnect"]},"description":"Disconnect Vinted","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/vinted/register-webhooks","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted/register-webhooks","host":["{{base_url}}"],"path":["api","integrations","vinted","register-webhooks"]},"description":"Register Vinted Webhooks","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/vinted/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted/sync","host":["{{base_url}}"],"path":["api","integrations","vinted","sync"]},"description":"Sync Vinted","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/vinted/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted/simulate","host":["{{base_url}}"],"path":["api","integrations","vinted","simulate"]},"description":"Simulate Vinted Order","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/vinted/webhook","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/vinted/webhook","host":["{{base_url}}"],"path":["api","integrations","vinted","webhook"]},"description":"Vinted Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/kaufland","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/kaufland","host":["{{base_url}}"],"path":["api","integrations","kaufland"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/kaufland/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/kaufland/setup-info","host":["{{base_url}}"],"path":["api","integrations","kaufland","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/kaufland/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/kaufland/connect","host":["{{base_url}}"],"path":["api","integrations","kaufland","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/kaufland/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/kaufland/disconnect","host":["{{base_url}}"],"path":["api","integrations","kaufland","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/kaufland/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/kaufland/sync","host":["{{base_url}}"],"path":["api","integrations","kaufland","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/kaufland/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/kaufland/simulate","host":["{{base_url}}"],"path":["api","integrations","kaufland","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/cdiscount","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/cdiscount","host":["{{base_url}}"],"path":["api","integrations","cdiscount"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/cdiscount/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/cdiscount/setup-info","host":["{{base_url}}"],"path":["api","integrations","cdiscount","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/cdiscount/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/cdiscount/connect","host":["{{base_url}}"],"path":["api","integrations","cdiscount","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/cdiscount/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/cdiscount/disconnect","host":["{{base_url}}"],"path":["api","integrations","cdiscount","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/cdiscount/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/cdiscount/sync","host":["{{base_url}}"],"path":["api","integrations","cdiscount","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/cdiscount/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/cdiscount/simulate","host":["{{base_url}}"],"path":["api","integrations","cdiscount","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/empik","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/empik","host":["{{base_url}}"],"path":["api","integrations","empik"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/empik/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/empik/setup-info","host":["{{base_url}}"],"path":["api","integrations","empik","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/empik/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/empik/connect","host":["{{base_url}}"],"path":["api","integrations","empik","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/empik/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/empik/disconnect","host":["{{base_url}}"],"path":["api","integrations","empik","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/empik/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/empik/sync","host":["{{base_url}}"],"path":["api","integrations","empik","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/empik/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/empik/simulate","host":["{{base_url}}"],"path":["api","integrations","empik","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/temu","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/temu","host":["{{base_url}}"],"path":["api","integrations","temu"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/temu/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/temu/setup-info","host":["{{base_url}}"],"path":["api","integrations","temu","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/temu/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/temu/connect","host":["{{base_url}}"],"path":["api","integrations","temu","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/temu/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/temu/disconnect","host":["{{base_url}}"],"path":["api","integrations","temu","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/temu/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/temu/sync","host":["{{base_url}}"],"path":["api","integrations","temu","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/temu/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/temu/simulate","host":["{{base_url}}"],"path":["api","integrations","temu","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/shein","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shein","host":["{{base_url}}"],"path":["api","integrations","shein"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/shein/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shein/setup-info","host":["{{base_url}}"],"path":["api","integrations","shein","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/shein/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shein/connect","host":["{{base_url}}"],"path":["api","integrations","shein","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shein/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shein/disconnect","host":["{{base_url}}"],"path":["api","integrations","shein","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shein/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shein/sync","host":["{{base_url}}"],"path":["api","integrations","shein","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shein/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shein/simulate","host":["{{base_url}}"],"path":["api","integrations","shein","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/aliexpress","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/aliexpress","host":["{{base_url}}"],"path":["api","integrations","aliexpress"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/aliexpress/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/aliexpress/setup-info","host":["{{base_url}}"],"path":["api","integrations","aliexpress","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/aliexpress/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/aliexpress/connect","host":["{{base_url}}"],"path":["api","integrations","aliexpress","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/aliexpress/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/aliexpress/disconnect","host":["{{base_url}}"],"path":["api","integrations","aliexpress","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/aliexpress/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/aliexpress/sync","host":["{{base_url}}"],"path":["api","integrations","aliexpress","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/aliexpress/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/aliexpress/simulate","host":["{{base_url}}"],"path":["api","integrations","aliexpress","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/shopee","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopee","host":["{{base_url}}"],"path":["api","integrations","shopee"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/shopee/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopee/setup-info","host":["{{base_url}}"],"path":["api","integrations","shopee","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/shopee/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopee/connect","host":["{{base_url}}"],"path":["api","integrations","shopee","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopee/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopee/disconnect","host":["{{base_url}}"],"path":["api","integrations","shopee","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopee/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopee/sync","host":["{{base_url}}"],"path":["api","integrations","shopee","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/shopee/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/shopee/simulate","host":["{{base_url}}"],"path":["api","integrations","shopee","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/lazada","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lazada","host":["{{base_url}}"],"path":["api","integrations","lazada"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/lazada/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lazada/setup-info","host":["{{base_url}}"],"path":["api","integrations","lazada","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/lazada/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lazada/connect","host":["{{base_url}}"],"path":["api","integrations","lazada","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/lazada/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lazada/disconnect","host":["{{base_url}}"],"path":["api","integrations","lazada","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/lazada/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lazada/sync","host":["{{base_url}}"],"path":["api","integrations","lazada","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/lazada/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/lazada/simulate","host":["{{base_url}}"],"path":["api","integrations","lazada","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/tiktok_shop","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/tiktok_shop","host":["{{base_url}}"],"path":["api","integrations","tiktok_shop"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/tiktok_shop/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/tiktok_shop/setup-info","host":["{{base_url}}"],"path":["api","integrations","tiktok_shop","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/tiktok_shop/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/tiktok_shop/connect","host":["{{base_url}}"],"path":["api","integrations","tiktok_shop","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/tiktok_shop/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/tiktok_shop/disconnect","host":["{{base_url}}"],"path":["api","integrations","tiktok_shop","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/tiktok_shop/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/tiktok_shop/sync","host":["{{base_url}}"],"path":["api","integrations","tiktok_shop","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/tiktok_shop/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/tiktok_shop/simulate","host":["{{base_url}}"],"path":["api","integrations","tiktok_shop","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/amazon_nl","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_nl","host":["{{base_url}}"],"path":["api","integrations","amazon_nl"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/amazon_nl/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_nl/setup-info","host":["{{base_url}}"],"path":["api","integrations","amazon_nl","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/amazon_nl/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_nl/connect","host":["{{base_url}}"],"path":["api","integrations","amazon_nl","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_nl/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_nl/disconnect","host":["{{base_url}}"],"path":["api","integrations","amazon_nl","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_nl/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_nl/sync","host":["{{base_url}}"],"path":["api","integrations","amazon_nl","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_nl/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_nl/simulate","host":["{{base_url}}"],"path":["api","integrations","amazon_nl","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/amazon_de","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_de","host":["{{base_url}}"],"path":["api","integrations","amazon_de"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/amazon_de/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_de/setup-info","host":["{{base_url}}"],"path":["api","integrations","amazon_de","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/amazon_de/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_de/connect","host":["{{base_url}}"],"path":["api","integrations","amazon_de","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_de/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_de/disconnect","host":["{{base_url}}"],"path":["api","integrations","amazon_de","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_de/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_de/sync","host":["{{base_url}}"],"path":["api","integrations","amazon_de","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_de/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_de/simulate","host":["{{base_url}}"],"path":["api","integrations","amazon_de","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/amazon_fr","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_fr","host":["{{base_url}}"],"path":["api","integrations","amazon_fr"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/amazon_fr/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_fr/setup-info","host":["{{base_url}}"],"path":["api","integrations","amazon_fr","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/amazon_fr/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_fr/connect","host":["{{base_url}}"],"path":["api","integrations","amazon_fr","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_fr/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_fr/disconnect","host":["{{base_url}}"],"path":["api","integrations","amazon_fr","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_fr/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_fr/sync","host":["{{base_url}}"],"path":["api","integrations","amazon_fr","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_fr/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_fr/simulate","host":["{{base_url}}"],"path":["api","integrations","amazon_fr","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/amazon_it","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_it","host":["{{base_url}}"],"path":["api","integrations","amazon_it"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/amazon_it/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_it/setup-info","host":["{{base_url}}"],"path":["api","integrations","amazon_it","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/amazon_it/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_it/connect","host":["{{base_url}}"],"path":["api","integrations","amazon_it","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_it/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_it/disconnect","host":["{{base_url}}"],"path":["api","integrations","amazon_it","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_it/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_it/sync","host":["{{base_url}}"],"path":["api","integrations","amazon_it","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_it/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_it/simulate","host":["{{base_url}}"],"path":["api","integrations","amazon_it","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/integrations/amazon_es","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_es","host":["{{base_url}}"],"path":["api","integrations","amazon_es"]},"description":"Get Integration"},"response":[]},{"name":"GET /api/integrations/amazon_es/setup-info","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_es/setup-info","host":["{{base_url}}"],"path":["api","integrations","amazon_es","setup-info"]},"description":"Setup Info"},"response":[]},{"name":"POST /api/integrations/amazon_es/connect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_es/connect","host":["{{base_url}}"],"path":["api","integrations","amazon_es","connect"]},"description":"Connect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_es/disconnect","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_es/disconnect","host":["{{base_url}}"],"path":["api","integrations","amazon_es","disconnect"]},"description":"Disconnect","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_es/sync","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_es/sync","host":["{{base_url}}"],"path":["api","integrations","amazon_es","sync"]},"description":"Sync","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/integrations/amazon_es/simulate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/integrations/amazon_es/simulate","host":["{{base_url}}"],"path":["api","integrations","amazon_es","simulate"]},"description":"Simulate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Inbound webhooks","description":"Endpoints under `/api/webhooks/`","item":[{"name":"POST /api/webhooks/sendcloud","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/webhooks/sendcloud","host":["{{base_url}}"],"path":["api","webhooks","sendcloud"]},"description":"Sendcloud Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/webhooks/hubspot","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/webhooks/hubspot","host":["{{base_url}}"],"path":["api","webhooks","hubspot"]},"description":"Hubspot Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/webhooks/2c2p","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/webhooks/2c2p","host":["{{base_url}}"],"path":["api","webhooks","2c2p"]},"description":"Webhook Receiver","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/webhooks/multisafepay","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/webhooks/multisafepay","host":["{{base_url}}"],"path":["api","webhooks","multisafepay"]},"description":"Multisafepay Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Admin · Merchants 360°","description":"Endpoints under `/api/admin/merchants`","item":[{"name":"GET /api/admin/merchants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants","host":["{{base_url}}"],"path":["api","admin","merchants"]},"description":"Admin List Merchants"},"response":[]},{"name":"GET /api/admin/merchants-360","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants-360","host":["{{base_url}}"],"path":["api","admin","merchants-360"]},"description":"List Merchants Admin"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Merchant 360"},"response":[]},{"name":"PATCH /api/admin/merchants/{merchant_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Update Merchant Profile","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/merchants/{merchant_id}/agreements","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/agreements","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","agreements"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Upload Agreement","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/admin/merchants/{merchant_id}/agreements/{agreement_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/agreements/:agreement_id","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","agreements",":agreement_id"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"},{"key":"agreement_id","value":"","description":"Path parameter"}]},"description":"Update Agreement","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/admin/merchants/{merchant_id}/agreements/{agreement_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/agreements/:agreement_id","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","agreements",":agreement_id"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"},{"key":"agreement_id","value":"","description":"Path parameter"}]},"description":"Delete Agreement"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/agreements/{agreement_id}/download","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/agreements/:agreement_id/download","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","agreements",":agreement_id","download"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"},{"key":"agreement_id","value":"","description":"Path parameter"}]},"description":"Download Agreement"},"response":[]},{"name":"POST /api/admin/merchants/{merchant_id}/contacts","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/contacts","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","contacts"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Add Contact","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/admin/merchants/{merchant_id}/contacts/{contact_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/contacts/:contact_id","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","contacts",":contact_id"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"},{"key":"contact_id","value":"","description":"Path parameter"}]},"description":"Delete Contact"},"response":[]},{"name":"GET /api/admin/merchants-meta/constants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants-meta/constants","host":["{{base_url}}"],"path":["api","admin","merchants-meta","constants"]},"description":"Merchants Meta Constants"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/quotes","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/quotes","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","quotes"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Merchant 360 Quotes"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/pricing","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/pricing","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","pricing"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Merchant 360 Pricing"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/invoices","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/invoices","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","invoices"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Merchant 360 Invoices"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/choices","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/choices","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","choices"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Get Merchant Choices"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/financial","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/financial","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","financial"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Get Merchant Financial"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/documents","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/documents","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","documents"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Get Merchant Documents"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/ai-context","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/ai-context","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","ai-context"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Get Merchant Ai Context"},"response":[]},{"name":"POST /api/admin/merchants/{merchant_id}/360/ai-chat","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/ai-chat","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","ai-chat"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Merchant Ai Chat","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/360/ai-chat-history","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/360/ai-chat-history","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","360","ai-chat-history"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Get Merchant Chat History"},"response":[]},{"name":"GET /api/admin/merchants/{merchant_id}/psp-rail","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/psp-rail","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","psp-rail"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Get Psp Rail"},"response":[]},{"name":"PATCH /api/admin/merchants/{merchant_id}/psp-rail","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/merchants/:merchant_id/psp-rail","host":["{{base_url}}"],"path":["api","admin","merchants",":merchant_id","psp-rail"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Patch Psp Rail","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Admin · Carrier tariffs & invoices","description":"Endpoints under `/api/admin/carrier-tariffs`","item":[{"name":"POST /api/admin/carrier-tariffs/import","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/import","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs","import"]},"description":"Import Carrier Tariffs","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/carrier-tariffs/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/summary","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs","summary"]},"description":"Carrier Tariffs Summary"},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"List Carrier Tariffs"},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/zones","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/zones","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","zones"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"List Carrier Zones"},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/weight-bands","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/weight-bands","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","weight-bands"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"List Carrier Weight Bands"},"response":[]},{"name":"PUT /api/admin/carrier-tariffs/{carrier_code}/fuel","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/fuel","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","fuel"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"Update Fuel Surcharge","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/carrier-tariffs/cost-preview","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/cost-preview","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs","cost-preview"]},"description":"Cost Preview","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/carrier-tariffs/{carrier_code}/invoice-upload","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/invoice-upload","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","invoice-upload"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"Upload Carrier Invoice","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/invoices","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/invoices","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","invoices"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"List Invoice Imports"},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/billing-coverage","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/billing-coverage","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","billing-coverage"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"Billing Coverage"},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/reconciliations","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/reconciliations","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","reconciliations"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"List Invoice Reconciliations"},"response":[]},{"name":"PATCH /api/admin/carrier-tariffs/{carrier_code}/invoices/{import_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/invoices/:import_id","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","invoices",":import_id"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"},{"key":"import_id","value":"","description":"Path parameter"}]},"description":"Update Invoice Meta","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/reconciliations/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/reconciliations/summary","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","reconciliations","summary"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"Reconciliation Summary"},"response":[]},{"name":"POST /api/admin/carrier-tariffs/{carrier_code}/reconciliations/{row_id}/approve","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/reconciliations/:row_id/approve","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","reconciliations",":row_id","approve"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"},{"key":"row_id","value":"","description":"Path parameter"}]},"description":"Approve Reconciliation Row","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/carrier-tariffs/{carrier_code}/reconciliations/{row_id}/exclude","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/reconciliations/:row_id/exclude","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","reconciliations",":row_id","exclude"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"},{"key":"row_id","value":"","description":"Path parameter"}]},"description":"Exclude Reconciliation Row","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/carrier-tariffs/{carrier_code}/reconciliations/{row_id}/unexclude","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/reconciliations/:row_id/unexclude","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","reconciliations",":row_id","unexclude"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"},{"key":"row_id","value":"","description":"Path parameter"}]},"description":"Unexclude Reconciliation Row","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/carrier-tariffs/{carrier_code}/reconciliations/{row_id}/request-credit","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/reconciliations/:row_id/request-credit","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","reconciliations",":row_id","request-credit"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"},{"key":"row_id","value":"","description":"Path parameter"}]},"description":"Request Credit For Row","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/carrier-tariffs/{carrier_code}/reconciliations/bulk-approve","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/reconciliations/bulk-approve","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","reconciliations","bulk-approve"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"Bulk Approve Reconciliations","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/statements/{import_id}/preview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/statements/:import_id/preview","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","statements",":import_id","preview"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"},{"key":"import_id","value":"","description":"Path parameter"}]},"description":"Preview Statement"},"response":[]},{"name":"POST /api/admin/carrier-tariffs/{carrier_code}/statements/{import_id}/send","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/statements/:import_id/send","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","statements",":import_id","send"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"},{"key":"import_id","value":"","description":"Path parameter"}]},"description":"Send Statement","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/carrier-tariffs/{carrier_code}/statements/log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-tariffs/:carrier_code/statements/log","host":["{{base_url}}"],"path":["api","admin","carrier-tariffs",":carrier_code","statements","log"],"variable":[{"key":"carrier_code","value":"","description":"Path parameter"}]},"description":"Statement Log"},"response":[]}]},{"name":"Admin · Carrier statements (Resend)","description":"Endpoints under `/api/admin/carrier-statements`","item":[{"name":"GET /api/admin/carrier-statements/aging-report","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-statements/aging-report","host":["{{base_url}}"],"path":["api","admin","carrier-statements","aging-report"]},"description":"Aging Report"},"response":[]},{"name":"POST /api/admin/carrier-statements/{statement_id}/mark-resolved","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carrier-statements/:statement_id/mark-resolved","host":["{{base_url}}"],"path":["api","admin","carrier-statements",":statement_id","mark-resolved"],"variable":[{"key":"statement_id","value":"","description":"Path parameter"}]},"description":"Mark Statement Resolved","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Admin · Compliance Register","description":"Endpoints under `/api/admin/compliance`","item":[{"name":"GET /api/admin/compliance-health/cases/{case_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance-health/cases/:case_id","host":["{{base_url}}"],"path":["api","admin","compliance-health","cases",":case_id"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Case Health"},"response":[]},{"name":"GET /api/admin/compliance-health/merchants/{merchant_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance-health/merchants/:merchant_id","host":["{{base_url}}"],"path":["api","admin","compliance-health","merchants",":merchant_id"],"variable":[{"key":"merchant_id","value":"","description":"Path parameter"}]},"description":"Merchant Health"},"response":[]},{"name":"GET /api/admin/compliance-health/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance-health/summary","host":["{{base_url}}"],"path":["api","admin","compliance-health","summary"]},"description":"Compliance Summary"},"response":[]},{"name":"GET /api/admin/compliance/overview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/overview","host":["{{base_url}}"],"path":["api","admin","compliance","overview"]},"description":"Overview"},"response":[]},{"name":"GET /api/admin/compliance/audit-logs","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/audit-logs","host":["{{base_url}}"],"path":["api","admin","compliance","audit-logs"]},"description":"Audit Logs"},"response":[]},{"name":"GET /api/admin/compliance/access-logs","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/access-logs","host":["{{base_url}}"],"path":["api","admin","compliance","access-logs"]},"description":"Access Logs"},"response":[]},{"name":"GET /api/admin/compliance/api-keys-summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/api-keys-summary","host":["{{base_url}}"],"path":["api","admin","compliance","api-keys-summary"]},"description":"Api Keys Summary"},"response":[]},{"name":"GET /api/admin/compliance/webhook-logs","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/webhook-logs","host":["{{base_url}}"],"path":["api","admin","compliance","webhook-logs"]},"description":"Webhook Logs"},"response":[]},{"name":"GET /api/admin/compliance/sub-processors","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/sub-processors","host":["{{base_url}}"],"path":["api","admin","compliance","sub-processors"]},"description":"Sub Processors"},"response":[]},{"name":"GET /api/admin/compliance/data-processing","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/data-processing","host":["{{base_url}}"],"path":["api","admin","compliance","data-processing"]},"description":"List Data Processing"},"response":[]},{"name":"POST /api/admin/compliance/data-processing","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/data-processing","host":["{{base_url}}"],"path":["api","admin","compliance","data-processing"]},"description":"Create Data Processing","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/admin/compliance/data-processing/{entry_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/data-processing/:entry_id","host":["{{base_url}}"],"path":["api","admin","compliance","data-processing",":entry_id"],"variable":[{"key":"entry_id","value":"","description":"Path parameter"}]},"description":"Delete Data Processing"},"response":[]},{"name":"GET /api/admin/compliance/risks","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/risks","host":["{{base_url}}"],"path":["api","admin","compliance","risks"]},"description":"List Risks"},"response":[]},{"name":"POST /api/admin/compliance/risks","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/risks","host":["{{base_url}}"],"path":["api","admin","compliance","risks"]},"description":"Create Risk","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/admin/compliance/risks/{risk_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/risks/:risk_id","host":["{{base_url}}"],"path":["api","admin","compliance","risks",":risk_id"],"variable":[{"key":"risk_id","value":"","description":"Path parameter"}]},"description":"Update Risk","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/admin/compliance/risks/{risk_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/risks/:risk_id","host":["{{base_url}}"],"path":["api","admin","compliance","risks",":risk_id"],"variable":[{"key":"risk_id","value":"","description":"Path parameter"}]},"description":"Delete Risk"},"response":[]},{"name":"GET /api/admin/compliance/incidents","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/incidents","host":["{{base_url}}"],"path":["api","admin","compliance","incidents"]},"description":"List Incidents"},"response":[]},{"name":"POST /api/admin/compliance/incidents","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/incidents","host":["{{base_url}}"],"path":["api","admin","compliance","incidents"]},"description":"Create Incident","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PATCH /api/admin/compliance/incidents/{incident_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/incidents/:incident_id","host":["{{base_url}}"],"path":["api","admin","compliance","incidents",":incident_id"],"variable":[{"key":"incident_id","value":"","description":"Path parameter"}]},"description":"Update Incident","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/compliance/settings","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/settings","host":["{{base_url}}"],"path":["api","admin","compliance","settings"]},"description":"Get Settings"},"response":[]},{"name":"PATCH /api/admin/compliance/settings","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/settings","host":["{{base_url}}"],"path":["api","admin","compliance","settings"]},"description":"Patch Settings","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/compliance/security-documents","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/security-documents","host":["{{base_url}}"],"path":["api","admin","compliance","security-documents"]},"description":"Security Documents"},"response":[]},{"name":"POST /api/admin/compliance/seed-starter-pack","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/compliance/seed-starter-pack","host":["{{base_url}}"],"path":["api","admin","compliance","seed-starter-pack"]},"description":"Seed Starter Pack","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Admin · Auto-sync scheduler","description":"Endpoints under `/api/admin/scheduler`","item":[{"name":"GET /api/admin/scheduler/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/scheduler/status","host":["{{base_url}}"],"path":["api","admin","scheduler","status"]},"description":"Scheduler Status"},"response":[]},{"name":"POST /api/admin/scheduler/run-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/scheduler/run-now","host":["{{base_url}}"],"path":["api","admin","scheduler","run-now"]},"description":"Scheduler Run Now","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/scheduler/sync-log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/scheduler/sync-log","host":["{{base_url}}"],"path":["api","admin","scheduler","sync-log"]},"description":"Scheduler Sync Log"},"response":[]},{"name":"GET /api/admin/scheduler/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/scheduler/summary","host":["{{base_url}}"],"path":["api","admin","scheduler","summary"]},"description":"Scheduler Summary"},"response":[]}]},{"name":"Admin · RBAC (roles & permissions)","description":"Endpoints under `/api/rbac`","item":[{"name":"GET /api/rbac/catalog","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/catalog","host":["{{base_url}}"],"path":["api","rbac","catalog"]},"description":"Get Catalog"},"response":[]},{"name":"GET /api/rbac/me/permissions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/me/permissions","host":["{{base_url}}"],"path":["api","rbac","me","permissions"]},"description":"My Permissions"},"response":[]},{"name":"GET /api/rbac/roles","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/roles","host":["{{base_url}}"],"path":["api","rbac","roles"]},"description":"List Roles"},"response":[]},{"name":"POST /api/rbac/roles","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/roles","host":["{{base_url}}"],"path":["api","rbac","roles"]},"description":"Create Role","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"PUT /api/rbac/roles/{role_id}","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/roles/:role_id","host":["{{base_url}}"],"path":["api","rbac","roles",":role_id"],"variable":[{"key":"role_id","value":"","description":"Path parameter"}]},"description":"Update Role","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/rbac/roles/{role_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/roles/:role_id","host":["{{base_url}}"],"path":["api","rbac","roles",":role_id"],"variable":[{"key":"role_id","value":"","description":"Path parameter"}]},"description":"Delete Role"},"response":[]},{"name":"POST /api/rbac/roles/{role_id}/clone","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/roles/:role_id/clone","host":["{{base_url}}"],"path":["api","rbac","roles",":role_id","clone"],"variable":[{"key":"role_id","value":"","description":"Path parameter"}]},"description":"Clone Role","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/rbac/users","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/users","host":["{{base_url}}"],"path":["api","rbac","users"]},"description":"List User Assignments"},"response":[]},{"name":"POST /api/rbac/users/{user_email}/roles","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/users/:user_email/roles","host":["{{base_url}}"],"path":["api","rbac","users",":user_email","roles"],"variable":[{"key":"user_email","value":"","description":"Path parameter"}]},"description":"Assign Role","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/rbac/users/{user_email}/roles/{role_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/users/:user_email/roles/:role_id","host":["{{base_url}}"],"path":["api","rbac","users",":user_email","roles",":role_id"],"variable":[{"key":"user_email","value":"","description":"Path parameter"},{"key":"role_id","value":"","description":"Path parameter"}]},"description":"Revoke Role"},"response":[]},{"name":"POST /api/rbac/roles/{role_id}/apply-trim","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/roles/:role_id/apply-trim","host":["{{base_url}}"],"path":["api","rbac","roles",":role_id","apply-trim"],"variable":[{"key":"role_id","value":"","description":"Path parameter"}]},"description":"Apply Trim","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/rbac/roles/{role_id}/suggest-trim","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/rbac/roles/:role_id/suggest-trim","host":["{{base_url}}"],"path":["api","rbac","roles",":role_id","suggest-trim"],"variable":[{"key":"role_id","value":"","description":"Path parameter"}]},"description":"Suggest Trim For Resource","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Admin · Audit log","description":"Endpoints under `/api/audit`","item":[{"name":"POST /api/audit/data-integrity/snapshot-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/data-integrity/snapshot-now","host":["{{base_url}}"],"path":["api","audit","data-integrity","snapshot-now"]},"description":"Snapshot Now","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/audit/data-integrity/snapshots","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/data-integrity/snapshots","host":["{{base_url}}"],"path":["api","audit","data-integrity","snapshots"]},"description":"List Snapshots"},"response":[]},{"name":"GET /api/audit/data-integrity/reconciliation","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/data-integrity/reconciliation","host":["{{base_url}}"],"path":["api","audit","data-integrity","reconciliation"]},"description":"Reconciliation For Day"},"response":[]},{"name":"GET /api/audit/data-integrity/master-collections","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/data-integrity/master-collections","host":["{{base_url}}"],"path":["api","audit","data-integrity","master-collections"]},"description":"List Master Collections"},"response":[]},{"name":"GET /api/audit/accountant-overview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/accountant-overview","host":["{{base_url}}"],"path":["api","audit","accountant-overview"]},"description":"Accountant Overview"},"response":[]},{"name":"POST /api/audit/run-check/{control_id}","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/run-check/:control_id","host":["{{base_url}}"],"path":["api","audit","run-check",":control_id"],"variable":[{"key":"control_id","value":"","description":"Path parameter"}]},"description":"Run Single Check","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/audit/run-all-checks","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/run-all-checks","host":["{{base_url}}"],"path":["api","audit","run-all-checks"]},"description":"Run All Checks","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/audit/check-history/{control_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/check-history/:control_id","host":["{{base_url}}"],"path":["api","audit","check-history",":control_id"],"variable":[{"key":"control_id","value":"","description":"Path parameter"}]},"description":"Check History"},"response":[]},{"name":"GET /api/audit/approval-status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/approval-status","host":["{{base_url}}"],"path":["api","audit","approval-status"]},"description":"Get Approval Status"},"response":[]},{"name":"POST /api/audit/approve-daily-controls","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/approve-daily-controls","host":["{{base_url}}"],"path":["api","audit","approve-daily-controls"]},"description":"Approve Daily","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/audit/approval-history","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/approval-history","host":["{{base_url}}"],"path":["api","audit","approval-history"]},"description":"Approval History"},"response":[]},{"name":"POST /api/audit/prune-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/prune-now","host":["{{base_url}}"],"path":["api","audit","prune-now"]},"description":"Prune Now","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/audit/send-digest-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/send-digest-now","host":["{{base_url}}"],"path":["api","audit","send-digest-now"]},"description":"Send Digest Now","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/audit/digest-history","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/digest-history","host":["{{base_url}}"],"path":["api","audit","digest-history"]},"description":"Digest History"},"response":[]},{"name":"GET /api/audit/wallet-reconciliation","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/wallet-reconciliation","host":["{{base_url}}"],"path":["api","audit","wallet-reconciliation"]},"description":"Wallet Reconciliation"},"response":[]},{"name":"GET /api/audit/critical-fields-diff/{collection_name}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/audit/critical-fields-diff/:collection_name","host":["{{base_url}}"],"path":["api","audit","critical-fields-diff",":collection_name"],"variable":[{"key":"collection_name","value":"","description":"Path parameter"}]},"description":"Critical Fields Diff"},"response":[]}]},{"name":"Admin · i18n translation health (18 langs)","description":"Endpoints under `/api/admin/translation-health`","item":[{"name":"GET /api/admin/translation-health","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/translation-health","host":["{{base_url}}"],"path":["api","admin","translation-health"]},"description":"Translation Health"},"response":[]},{"name":"GET /api/admin/translation-health/{lang}/missing","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/translation-health/:lang/missing","host":["{{base_url}}"],"path":["api","admin","translation-health",":lang","missing"],"variable":[{"key":"lang","value":"","description":"Path parameter"}]},"description":"Translation Missing"},"response":[]},{"name":"POST /api/admin/translation-health/{lang}/ai-fill","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/translation-health/:lang/ai-fill","host":["{{base_url}}"],"path":["api","admin","translation-health",":lang","ai-fill"],"variable":[{"key":"lang","value":"","description":"Path parameter"}]},"description":"Translation Ai Fill","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/translation-health/ai-fill-all","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/translation-health/ai-fill-all","host":["{{base_url}}"],"path":["api","admin","translation-health","ai-fill-all"]},"description":"Translation Ai Fill All","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/translation-health/{lang}/side-by-side","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/translation-health/:lang/side-by-side","host":["{{base_url}}"],"path":["api","admin","translation-health",":lang","side-by-side"],"variable":[{"key":"lang","value":"","description":"Path parameter"}]},"description":"Translation Side By Side"},"response":[]},{"name":"PUT /api/admin/translation-health/{lang}/edit","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/translation-health/:lang/edit","host":["{{base_url}}"],"path":["api","admin","translation-health",":lang","edit"],"variable":[{"key":"lang","value":"","description":"Path parameter"}]},"description":"Translation Edit","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Admin · Other","description":"Endpoints under `/api/admin`","item":[{"name":"PATCH /api/admin/carriers/{code}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/carriers/:code","host":["{{base_url}}"],"path":["api","admin","carriers",":code"],"variable":[{"key":"code","value":"","description":"Path parameter"}]},"description":"Admin Update Carrier","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/orders/recompute-costs","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/orders/recompute-costs","host":["{{base_url}}"],"path":["api","admin","orders","recompute-costs"]},"description":"Recompute Order Costs","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/cash-records","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/cash-records","host":["{{base_url}}"],"path":["api","admin","cash-records"]},"description":"List Cash Records"},"response":[]},{"name":"POST /api/admin/tools/quick-qr","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/tools/quick-qr","host":["{{base_url}}"],"path":["api","admin","tools","quick-qr"]},"description":"Admin Quick Qr","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/tools/quick-qr/audit-log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/tools/quick-qr/audit-log","host":["{{base_url}}"],"path":["api","admin","tools","quick-qr","audit-log"]},"description":"Quick Qr Audit Log"},"response":[]},{"name":"POST /api/admin/onboarding/cases/{case_id}/magic-link","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/onboarding/cases/:case_id/magic-link","host":["{{base_url}}"],"path":["api","admin","onboarding","cases",":case_id","magic-link"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Generate Magic Link","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/admin/onboarding/cases/{case_id}/magic-link","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/onboarding/cases/:case_id/magic-link","host":["{{base_url}}"],"path":["api","admin","onboarding","cases",":case_id","magic-link"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Revoke Magic Link"},"response":[]},{"name":"POST /api/admin/onboarding/cases/{case_id}/send-reminder","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/onboarding/cases/:case_id/send-reminder","host":["{{base_url}}"],"path":["api","admin","onboarding","cases",":case_id","send-reminder"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Send Reminder Email","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/onboarding/run-reminders-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/onboarding/run-reminders-now","host":["{{base_url}}"],"path":["api","admin","onboarding","run-reminders-now"]},"description":"Admin Run Reminders","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/gdpr-requests","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/gdpr-requests","host":["{{base_url}}"],"path":["api","admin","gdpr-requests"]},"description":"List Gdpr Requests"},"response":[]},{"name":"PATCH /api/admin/gdpr-requests/{source}/{request_id}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/gdpr-requests/:source/:request_id","host":["{{base_url}}"],"path":["api","admin","gdpr-requests",":source",":request_id"],"variable":[{"key":"source","value":"","description":"Path parameter"},{"key":"request_id","value":"","description":"Path parameter"}]},"description":"Update Gdpr Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/gdpr-requests/merchant","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/gdpr-requests/merchant","host":["{{base_url}}"],"path":["api","admin","gdpr-requests","merchant"]},"description":"Create Merchant Gdpr Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/email-outbox","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/email-outbox","host":["{{base_url}}"],"path":["api","admin","email-outbox"]},"description":"Email Outbox"},"response":[]},{"name":"GET /api/admin/global-routing-matrix","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/global-routing-matrix","host":["{{base_url}}"],"path":["api","admin","global-routing-matrix"]},"description":"Global Routing Matrix"},"response":[]},{"name":"POST /api/admin/coverage-gaps/{country_code}/activate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/coverage-gaps/:country_code/activate","host":["{{base_url}}"],"path":["api","admin","coverage-gaps",":country_code","activate"],"variable":[{"key":"country_code","value":"","description":"Path parameter"}]},"description":"Activate Coverage Gap","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/smoke-test/run-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/smoke-test/run-now","host":["{{base_url}}"],"path":["api","admin","smoke-test","run-now"]},"description":"Run Now","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/smoke-test/log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/smoke-test/log","host":["{{base_url}}"],"path":["api","admin","smoke-test","log"]},"description":"Get Log"},"response":[]},{"name":"GET /api/admin/avatar-settings","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/avatar-settings","host":["{{base_url}}"],"path":["api","admin","avatar-settings"]},"description":"Get Settings"},"response":[]},{"name":"PUT /api/admin/avatar-settings","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/avatar-settings","host":["{{base_url}}"],"path":["api","admin","avatar-settings"]},"description":"Set Settings","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/avatar-settings/presenter-library","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/avatar-settings/presenter-library","host":["{{base_url}}"],"path":["api","admin","avatar-settings","presenter-library"]},"description":"Presenter Library"},"response":[]},{"name":"GET /api/admin/help/articles","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/help/articles","host":["{{base_url}}"],"path":["api","admin","help","articles"]},"description":"Admin List Help"},"response":[]},{"name":"GET /api/admin/help/articles/{article_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/help/articles/:article_id","host":["{{base_url}}"],"path":["api","admin","help","articles",":article_id"],"variable":[{"key":"article_id","value":"","description":"Path parameter"}]},"description":"Admin Get Help"},"response":[]},{"name":"GET /api/admin/api-key-requests","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/api-key-requests","host":["{{base_url}}"],"path":["api","admin","api-key-requests"]},"description":"List Api Key Requests"},"response":[]},{"name":"POST /api/admin/api-key-requests/{request_id}/approve","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/api-key-requests/:request_id/approve","host":["{{base_url}}"],"path":["api","admin","api-key-requests",":request_id","approve"],"variable":[{"key":"request_id","value":"","description":"Path parameter"}]},"description":"Approve Api Key Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/api-key-requests/{request_id}/reject","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/api-key-requests/:request_id/reject","host":["{{base_url}}"],"path":["api","admin","api-key-requests",":request_id","reject"],"variable":[{"key":"request_id","value":"","description":"Path parameter"}]},"description":"Reject Api Key Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/api-keys","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/api-keys","host":["{{base_url}}"],"path":["api","admin","api-keys"]},"description":"List Api Keys"},"response":[]},{"name":"POST /api/admin/api-keys/{key_id}/revoke","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/api-keys/:key_id/revoke","host":["{{base_url}}"],"path":["api","admin","api-keys",":key_id","revoke"],"variable":[{"key":"key_id","value":"","description":"Path parameter"}]},"description":"Revoke Api Key","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/hubspot-tasks-log","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/hubspot-tasks-log","host":["{{base_url}}"],"path":["api","admin","hubspot-tasks-log"]},"description":"Hubspot Tasks Log"},"response":[]},{"name":"GET /api/admin/lockers/cases","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/lockers/cases","host":["{{base_url}}"],"path":["api","admin","lockers","cases"]},"description":"Operator Locker Cases"},"response":[]},{"name":"GET /api/admin/lockers/audit/{case_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/lockers/audit/:case_id","host":["{{base_url}}"],"path":["api","admin","lockers","audit",":case_id"],"variable":[{"key":"case_id","value":"","description":"Path parameter"}]},"description":"Locker Audit Trail"},"response":[]},{"name":"GET /api/admin/lockers/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/lockers/summary","host":["{{base_url}}"],"path":["api","admin","lockers","summary"]},"description":"Lockers Summary"},"response":[]},{"name":"GET /api/admin/powerbi/key","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/powerbi/key","host":["{{base_url}}"],"path":["api","admin","powerbi","key"]},"description":"Get Pbi Key Status"},"response":[]},{"name":"POST /api/admin/powerbi/rotate-key","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/powerbi/rotate-key","host":["{{base_url}}"],"path":["api","admin","powerbi","rotate-key"]},"description":"Rotate Pbi Key","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/seed-psp-strategy","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/seed-psp-strategy","host":["{{base_url}}"],"path":["api","admin","seed-psp-strategy"]},"description":"Seed Psp Strategy","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/seed-routing-rules","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/seed-routing-rules","host":["{{base_url}}"],"path":["api","admin","seed-routing-rules"]},"description":"Seed Routing Rules","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/strategy-gap-report/preview","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/strategy-gap-report/preview","host":["{{base_url}}"],"path":["api","admin","strategy-gap-report","preview"]},"description":"Preview Strategy Gap Report","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/admin/strategy-gap-report/send-now","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/strategy-gap-report/send-now","host":["{{base_url}}"],"path":["api","admin","strategy-gap-report","send-now"]},"description":"Send Strategy Gap Now","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/credentials-status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/credentials-status","host":["{{base_url}}"],"path":["api","admin","credentials-status"]},"description":"Credentials Status"},"response":[]},{"name":"GET /api/admin/credentials-status/sendcloud-live-test","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/credentials-status/sendcloud-live-test","host":["{{base_url}}"],"path":["api","admin","credentials-status","sendcloud-live-test"]},"description":"Credentials Status Sendcloud Test"},"response":[]},{"name":"GET /api/admin/multisafepay/transactions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/multisafepay/transactions","host":["{{base_url}}"],"path":["api","admin","multisafepay","transactions"]},"description":"List Multisafepay Transactions"},"response":[]},{"name":"GET /api/admin/multisafepay/webhook-events","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/multisafepay/webhook-events","host":["{{base_url}}"],"path":["api","admin","multisafepay","webhook-events"]},"description":"List Multisafepay Webhook Events"},"response":[]},{"name":"GET /api/admin/integrations-roadmap","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/integrations-roadmap","host":["{{base_url}}"],"path":["api","admin","integrations-roadmap"]},"description":"Integrations Roadmap"},"response":[]},{"name":"PATCH /api/admin/integrations-roadmap/{provider}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/integrations-roadmap/:provider","host":["{{base_url}}"],"path":["api","admin","integrations-roadmap",":provider"],"variable":[{"key":"provider","value":"","description":"Path parameter"}]},"description":"Patch Integration Deal","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/admin/integrations-roadmap/{provider}/history","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/integrations-roadmap/:provider/history","host":["{{base_url}}"],"path":["api","admin","integrations-roadmap",":provider","history"],"variable":[{"key":"provider","value":"","description":"Path parameter"}]},"description":"Integration Deal History"},"response":[]},{"name":"GET /api/admin/consumer-app-readiness","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/consumer-app-readiness","host":["{{base_url}}"],"path":["api","admin","consumer-app-readiness"]},"description":"Consumer App Readiness"},"response":[]},{"name":"GET /api/admin/lockers-pilot","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/lockers-pilot","host":["{{base_url}}"],"path":["api","admin","lockers-pilot"]},"description":"Lockers Pilot"},"response":[]},{"name":"GET /api/admin/tech-stack","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/tech-stack","host":["{{base_url}}"],"path":["api","admin","tech-stack"]},"description":"Get Tech Stack"},"response":[]},{"name":"GET /api/admin/tech-stack/categories","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/admin/tech-stack/categories","host":["{{base_url}}"],"path":["api","admin","tech-stack","categories"]},"description":"List Categories"},"response":[]}]},{"name":"Finance · Accounting Control (Exact Online)","description":"Endpoints under `/api/finance`","item":[{"name":"GET /api/finance/batches","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches","host":["{{base_url}}"],"path":["api","finance","batches"]},"description":"List Batches"},"response":[]},{"name":"POST /api/finance/batches/generate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/generate","host":["{{base_url}}"],"path":["api","finance","batches","generate"]},"description":"Generate Batch Endpoint","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/finance/batches/{batch_id}/regenerate","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id/regenerate","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id","regenerate"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"Regenerate Batch","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/finance/batches/{batch_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"Get Batch"},"response":[]},{"name":"GET /api/finance/batches/{batch_id}/lines","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id/lines","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id","lines"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"List Batch Lines"},"response":[]},{"name":"GET /api/finance/batches/{batch_id}/journal-preview","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id/journal-preview","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id","journal-preview"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"Journal Preview"},"response":[]},{"name":"GET /api/finance/batches/{batch_id}/exceptions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id/exceptions","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id","exceptions"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"List Batch Exceptions"},"response":[]},{"name":"POST /api/finance/batches/{batch_id}/approve","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id/approve","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id","approve"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"Approve Batch","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/finance/batches/{batch_id}/reject","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id/reject","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id","reject"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"Reject Batch","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/finance/batches/{batch_id}/post-to-exact","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/batches/:batch_id/post-to-exact","host":["{{base_url}}"],"path":["api","finance","batches",":batch_id","post-to-exact"],"variable":[{"key":"batch_id","value":"","description":"Path parameter"}]},"description":"Post To Exact","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/finance/accrual-reconciliation","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/accrual-reconciliation","host":["{{base_url}}"],"path":["api","finance","accrual-reconciliation"]},"description":"Accrual Reconciliation"},"response":[]},{"name":"GET /api/finance/account-mapping","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/account-mapping","host":["{{base_url}}"],"path":["api","finance","account-mapping"]},"description":"Account Mapping"},"response":[]},{"name":"GET /api/finance/jobs/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/finance/jobs/status","host":["{{base_url}}"],"path":["api","finance","jobs","status"]},"description":"Jobs Status"},"response":[]}]},{"name":"Finance · Power BI export","description":"Endpoints under `/api/powerbi`","item":[{"name":"GET /api/powerbi/orders","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/orders","host":["{{base_url}}"],"path":["api","powerbi","orders"]},"description":"Pbi Orders"},"response":[]},{"name":"GET /api/powerbi/payment-sessions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/payment-sessions","host":["{{base_url}}"],"path":["api","powerbi","payment-sessions"]},"description":"Pbi Sessions"},"response":[]},{"name":"GET /api/powerbi/returns","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/returns","host":["{{base_url}}"],"path":["api","powerbi","returns"]},"description":"Pbi Returns"},"response":[]},{"name":"GET /api/powerbi/cash-records","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/cash-records","host":["{{base_url}}"],"path":["api","powerbi","cash-records"]},"description":"Pbi Cash Records"},"response":[]},{"name":"GET /api/powerbi/cash-daily-by-carrier","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/cash-daily-by-carrier","host":["{{base_url}}"],"path":["api","powerbi","cash-daily-by-carrier"]},"description":"Pbi Cash Daily By Carrier"},"response":[]},{"name":"GET /api/powerbi/merchants","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/merchants","host":["{{base_url}}"],"path":["api","powerbi","merchants"]},"description":"Pbi Merchants"},"response":[]},{"name":"GET /api/powerbi/carriers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/carriers","host":["{{base_url}}"],"path":["api","powerbi","carriers"]},"description":"Pbi Carriers"},"response":[]},{"name":"GET /api/powerbi/carrier-invoices","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/carrier-invoices","host":["{{base_url}}"],"path":["api","powerbi","carrier-invoices"]},"description":"Pbi Invoices"},"response":[]},{"name":"GET /api/powerbi/quotes","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/quotes","host":["{{base_url}}"],"path":["api","powerbi","quotes"]},"description":"Pbi Quotes"},"response":[]},{"name":"GET /api/powerbi/csv-template-non-ipay","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/csv-template-non-ipay","host":["{{base_url}}"],"path":["api","powerbi","csv-template-non-ipay"]},"description":"Csv Template Non Ipay"},"response":[]},{"name":"GET /api/powerbi/catalog","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/powerbi/catalog","host":["{{base_url}}"],"path":["api","powerbi","catalog"]},"description":"Pbi Catalog"},"response":[]}]},{"name":"Dashboard widgets","description":"Endpoints under `/api/dashboard`","item":[{"name":"GET /api/dashboard/metrics","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/metrics","host":["{{base_url}}"],"path":["api","dashboard","metrics"]},"description":"Metrics"},"response":[]},{"name":"GET /api/dashboard/merchants-list","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/merchants-list","host":["{{base_url}}"],"path":["api","dashboard","merchants-list"]},"description":"Dashboard Merchants List"},"response":[]},{"name":"GET /api/dashboard/master","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/master","host":["{{base_url}}"],"path":["api","dashboard","master"]},"description":"Master Dashboard"},"response":[]},{"name":"GET /api/dashboard/merchant/catalog","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/merchant/catalog","host":["{{base_url}}"],"path":["api","dashboard","merchant","catalog"]},"description":"Tile Catalog"},"response":[]},{"name":"GET /api/dashboard/merchant/preferences","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/merchant/preferences","host":["{{base_url}}"],"path":["api","dashboard","merchant","preferences"]},"description":"Get Prefs"},"response":[]},{"name":"PUT /api/dashboard/merchant/preferences","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/merchant/preferences","host":["{{base_url}}"],"path":["api","dashboard","merchant","preferences"]},"description":"Save Prefs","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/dashboard/merchant","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/merchant","host":["{{base_url}}"],"path":["api","dashboard","merchant"]},"description":"Merchant Dashboard"},"response":[]},{"name":"GET /api/dashboard/hot-sources","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dashboard/hot-sources","host":["{{base_url}}"],"path":["api","dashboard","hot-sources"]},"description":"Hot Sources"},"response":[]}]},{"name":"Reports","description":"Endpoints under `/api/reports`","item":[{"name":"GET /api/reports/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/reports/summary","host":["{{base_url}}"],"path":["api","reports","summary"]},"description":"Reports Summary"},"response":[]}]},{"name":"SSE event stream","description":"Endpoints under `/api/events`","item":[{"name":"GET /api/events/stream","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/events/stream","host":["{{base_url}}"],"path":["api","events","stream"]},"description":"Event Stream"},"response":[]}]},{"name":"AI Assistant (Claude)","description":"Endpoints under `/api/ai-assistant`","item":[{"name":"POST /api/ai-assistant/chat","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/ai-assistant/chat","host":["{{base_url}}"],"path":["api","ai-assistant","chat"]},"description":"Chat","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/ai-assistant/session/{session_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/ai-assistant/session/:session_id","host":["{{base_url}}"],"path":["api","ai-assistant","session",":session_id"],"variable":[{"key":"session_id","value":"","description":"Path parameter"}]},"description":"Get Session"},"response":[]},{"name":"POST /api/ai-assistant/merchant-chat","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/ai-assistant/merchant-chat","host":["{{base_url}}"],"path":["api","ai-assistant","merchant-chat"]},"description":"Merchant Chat","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/ai-assistant/actions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/ai-assistant/actions","host":["{{base_url}}"],"path":["api","ai-assistant","actions"]},"description":"List Available Actions"},"response":[]},{"name":"POST /api/ai-assistant/execute-action","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/ai-assistant/execute-action","host":["{{base_url}}"],"path":["api","ai-assistant","execute-action"]},"description":"Execute Ai Action","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/ai-assistant/partner-chat","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/ai-assistant/partner-chat","host":["{{base_url}}"],"path":["api","ai-assistant","partner-chat"]},"description":"Partner Chat","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/ai-assistant/execute-partner-action","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/ai-assistant/execute-partner-action","host":["{{base_url}}"],"path":["api","ai-assistant","execute-partner-action"]},"description":"Execute Partner Action","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]}]},{"name":"Help center","description":"Endpoints under `/api/help`","item":[{"name":"GET /api/help/articles","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/help/articles","host":["{{base_url}}"],"path":["api","help","articles"]},"description":"List Help"},"response":[]},{"name":"GET /api/help/articles/{article_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/help/articles/:article_id","host":["{{base_url}}"],"path":["api","help","articles",":article_id"],"variable":[{"key":"article_id","value":"","description":"Path parameter"}]},"description":"Get Help"},"response":[]}]},{"name":"Self-service API reference","description":"Endpoints under `/api/docs-api`","item":[{"name":"GET /api/docs-api/index","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/docs-api/index","host":["{{base_url}}"],"path":["api","docs-api","index"]},"description":"Docs Api Index"},"response":[]},{"name":"GET /api/docs-api/all-endpoints","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/docs-api/all-endpoints","host":["{{base_url}}"],"path":["api","docs-api","all-endpoints"]},"description":"Docs Api All Endpoints"},"response":[]},{"name":"GET /api/docs-api/postman-collection.json","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/docs-api/postman-collection.json","host":["{{base_url}}"],"path":["api","docs-api","postman-collection.json"]},"description":"Docs Api Postman Collection"},"response":[]},{"name":"GET /api/docs-api/webhooks","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/docs-api/webhooks","host":["{{base_url}}"],"path":["api","docs-api","webhooks"]},"description":"Docs Webhooks"},"response":[]}]},{"name":"Other","description":"Unclassified endpoints","item":[{"name":"GET /api/","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/","host":["{{base_url}}"],"path":["api"]},"description":"Root"},"response":[]},{"name":"GET /api/carriers","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carriers","host":["{{base_url}}"],"path":["api","carriers"]},"description":"List Carriers"},"response":[]},{"name":"GET /api/shipping-rates","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rates","host":["{{base_url}}"],"path":["api","shipping-rates"]},"description":"List Rates"},"response":[]},{"name":"POST /api/shipping-rates","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rates","host":["{{base_url}}"],"path":["api","shipping-rates"]},"description":"Create Rate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"DELETE /api/shipping-rates/{rate_id}","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rates/:rate_id","host":["{{base_url}}"],"path":["api","shipping-rates",":rate_id"],"variable":[{"key":"rate_id","value":"","description":"Path parameter"}]},"description":"Delete Rate"},"response":[]},{"name":"POST /api/shipping-rates/calc","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/shipping-rates/calc","host":["{{base_url}}"],"path":["api","shipping-rates","calc"]},"description":"Calc Rate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/dg-permissions","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dg-permissions","host":["{{base_url}}"],"path":["api","dg-permissions"]},"description":"List Dg Permissions"},"response":[]},{"name":"POST /api/dg-permissions","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/dg-permissions","host":["{{base_url}}"],"path":["api","dg-permissions"]},"description":"Upsert Dg Permission","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/webhook/stripe","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/webhook/stripe","host":["{{base_url}}"],"path":["api","webhook","stripe"]},"description":"Stripe Webhook","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/tools/quick-qr","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/tools/quick-qr","host":["{{base_url}}"],"path":["api","tools","quick-qr"]},"description":"Quick Qr Legacy","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/carrier-rates","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-rates","host":["{{base_url}}"],"path":["api","carrier-rates"]},"description":"List Carrier Rates"},"response":[]},{"name":"POST /api/carrier-rates","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-rates","host":["{{base_url}}"],"path":["api","carrier-rates"]},"description":"Upsert Carrier Rate","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/public/onboarding/{token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/public/onboarding/:token","host":["{{base_url}}"],"path":["api","public","onboarding",":token"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Public Get Case"},"response":[]},{"name":"POST /api/public/onboarding/{token}/upload","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/public/onboarding/:token/upload","host":["{{base_url}}"],"path":["api","public","onboarding",":token","upload"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Public Upload Document","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/public/onboarding/{token}/task/{task_id}/complete","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/public/onboarding/:token/task/:task_id/complete","host":["{{base_url}}"],"path":["api","public","onboarding",":token","task",":task_id","complete"],"variable":[{"key":"token","value":"","description":"Path parameter"},{"key":"task_id","value":"","description":"Path parameter"}]},"description":"Public Complete Task","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/avatar/status","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/avatar/status","host":["{{base_url}}"],"path":["api","avatar","status"]},"description":"Avatar Status"},"response":[]},{"name":"POST /api/avatar/talks","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/avatar/talks","host":["{{base_url}}"],"path":["api","avatar","talks"]},"description":"Create Avatar Talk","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/avatar/talks/{talk_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/avatar/talks/:talk_id","host":["{{base_url}}"],"path":["api","avatar","talks",":talk_id"],"variable":[{"key":"talk_id","value":"","description":"Path parameter"}]},"description":"Get Avatar Talk"},"response":[]},{"name":"GET /api/avatar/voices","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/avatar/voices","host":["{{base_url}}"],"path":["api","avatar","voices"]},"description":"List Voices"},"response":[]},{"name":"GET /api/avatar/admin/recent","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/avatar/admin/recent","host":["{{base_url}}"],"path":["api","avatar","admin","recent"]},"description":"Admin Recent Talks"},"response":[]},{"name":"POST /api/api-key-requests","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/api-key-requests","host":["{{base_url}}"],"path":["api","api-key-requests"]},"description":"Submit Api Key Request","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/notifications","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/notifications","host":["{{base_url}}"],"path":["api","notifications"]},"description":"List Notifications"},"response":[]},{"name":"POST /api/notifications/{notif_id}/mark-read","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/notifications/:notif_id/mark-read","host":["{{base_url}}"],"path":["api","notifications",":notif_id","mark-read"],"variable":[{"key":"notif_id","value":"","description":"Path parameter"}]},"description":"Mark Read","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/notifications/mark-all-read","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/notifications/mark-all-read","host":["{{base_url}}"],"path":["api","notifications","mark-all-read"]},"description":"Mark All Read","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/demo/seed-locker-cases","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/demo/seed-locker-cases","host":["{{base_url}}"],"path":["api","demo","seed-locker-cases"]},"description":"Seed Demo Locker Cases","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"POST /api/demo/seed-consumer","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/demo/seed-consumer","host":["{{base_url}}"],"path":["api","demo","seed-consumer"]},"description":"Seed Consumer Demo Data","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/carrier-performance/summary","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-performance/summary","host":["{{base_url}}"],"path":["api","carrier-performance","summary"]},"description":"Carrier Performance Summary"},"response":[]},{"name":"GET /api/carrier-performance/filter-options","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/carrier-performance/filter-options","host":["{{base_url}}"],"path":["api","carrier-performance","filter-options"]},"description":"Get Filter Options"},"response":[]},{"name":"GET /api/decision-analytics/insights","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/decision-analytics/insights","host":["{{base_url}}"],"path":["api","decision-analytics","insights"]},"description":"Get Insights"},"response":[]},{"name":"GET /api/decision-analytics/profitability-matrix","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/decision-analytics/profitability-matrix","host":["{{base_url}}"],"path":["api","decision-analytics","profitability-matrix"]},"description":"Profitability Matrix"},"response":[]},{"name":"GET /api/p-sign/{token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/p-sign/:token","host":["{{base_url}}"],"path":["api","p-sign",":token"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Public View Contract"},"response":[]},{"name":"GET /api/p-sign/{token}/pdf","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/p-sign/:token/pdf","host":["{{base_url}}"],"path":["api","p-sign",":token","pdf"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Public Download Pdf"},"response":[]},{"name":"POST /api/p-sign/{token}/sign","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/p-sign/:token/sign","host":["{{base_url}}"],"path":["api","p-sign",":token","sign"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Public Sign","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partner-onboarding/case/{partner_id}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-onboarding/case/:partner_id","host":["{{base_url}}"],"path":["api","partner-onboarding","case",":partner_id"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Get Or Create Case"},"response":[]},{"name":"PATCH /api/partner-onboarding/case/{partner_id}/step/{step_key}","request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-onboarding/case/:partner_id/step/:step_key","host":["{{base_url}}"],"path":["api","partner-onboarding","case",":partner_id","step",":step_key"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"},{"key":"step_key","value":"","description":"Path parameter"}]},"description":"Update Step","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/partner-onboarding/cases","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-onboarding/cases","host":["{{base_url}}"],"path":["api","partner-onboarding","cases"]},"description":"List Active Cases"},"response":[]},{"name":"POST /api/partner-onboarding/case/{partner_id}/magic-link","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":false},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/partner-onboarding/case/:partner_id/magic-link","host":["{{base_url}}"],"path":["api","partner-onboarding","case",":partner_id","magic-link"],"variable":[{"key":"partner_id","value":"","description":"Path parameter"}]},"description":"Issue Magic Link","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/p-onboard/{token}","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/p-onboard/:token","host":["{{base_url}}"],"path":["api","p-onboard",":token"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Public View Case"},"response":[]},{"name":"POST /api/p-onboard/{token}/note","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/p-onboard/:token/note","host":["{{base_url}}"],"path":["api","p-onboard",":token","note"],"variable":[{"key":"token","value":"","description":"Path parameter"}]},"description":"Public Add Note","body":{"mode":"raw","raw":"{\n  \n}","options":{"raw":{"language":"json"}}}},"response":[]},{"name":"GET /api/explore/content","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{jwt_token}}","type":"text","disabled":true},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/api/explore/content","host":["{{base_url}}"],"path":["api","explore","content"]},"description":"Explore Content"},"response":[]}]}],"variable":[{"key":"base_url","value":"https://last-mile-hub-5.preview.emergentagent.com","type":"string","description":"Your IPAY API base URL. For production, replace with https://api.ipay.global once DNS is configured."},{"key":"jwt_token","value":"","type":"string","description":"Paste the `token` from POST /api/auth/login."}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{jwt_token}}","type":"string"}]}}