{
  "info": {
    "name": "GRIP_ins Enterprise",
    "description": "Insurer pilot — grip + geo endpoints (redacted appendix). Set INTEL_API_KEY in collection variables.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    { "key": "baseUrl", "value": "https://intel.synlogica.pl" },
    { "key": "INTEL_API_KEY", "value": "" }
  ],
  "item": [
    {
      "name": "GRIP map aggregate",
      "request": {
        "method": "GET",
        "header": [{ "key": "X-Intel-Api-Key", "value": "{{INTEL_API_KEY}}" }],
        "url": "{{baseUrl}}/api/v1/grip/map"
      }
    },
    {
      "name": "GRIP country risks",
      "request": {
        "method": "GET",
        "header": [{ "key": "X-Intel-Api-Key", "value": "{{INTEL_API_KEY}}" }],
        "url": "{{baseUrl}}/api/v1/grip/country-risks"
      }
    },
    {
      "name": "GRIP chokepoints",
      "request": {
        "method": "GET",
        "header": [{ "key": "X-Intel-Api-Key", "value": "{{INTEL_API_KEY}}" }],
        "url": "{{baseUrl}}/api/v1/grip/chokepoints"
      }
    },
    {
      "name": "Geo risk map",
      "request": {
        "method": "GET",
        "header": [{ "key": "X-Intel-Api-Key", "value": "{{INTEL_API_KEY}}" }],
        "url": "{{baseUrl}}/api/v1/geo/risk-map"
      }
    }
  ]
}
