GRIP_ins — standalone insurer product · intelligence data from the Synlogica intelligence service · paid API: /api/v1

Risk Intelligence / Integration

Technical onboarding

Enterprise API integration guide

Authentication, core endpoints, and sample payloads for insurer IT and actuarial data teams.

1. Authentication

All paid routes require header X-Intel-Api-Key. Keys are scoped per domain (grip, geo, etc.) during onboarding.

curl -sS -H "X-Intel-Api-Key: $INTEL_KEY" \
  "https://intel.synlogica.pl/api/v1/grip/map"

2. Unified map aggregate (recommended)

GET /api/v1/grip/map returns countries, chokepoints, counts, and product: grip-ins-enterprise on the same UTC daily snapshot as TERMINUS logistics clients.

curl -sS -H "X-Intel-Api-Key: $INTEL_KEY" \
  "https://intel.synlogica.pl/api/v1/grip/map?day=2026-07-09"

Static sample (no key): /api/samples/enterprise-map

3. Granular endpoints

  • GET /api/v1/grip/country-risks — GRIP composite rows
  • GET /api/v1/grip/chokepoints — maritime / airway severity
  • GET /api/v1/geo/risk-map — transit score + PROCEED/CAUTION/AVOID

4. Public preview vs enterprise

Marketing preview at /map/data is redacted and delayed ≥24h. Enterprise payloads include baseline, conflict_score, and chokepoint notes.

5. OpenAPI appendix

Redacted OpenAPI 3.1 spec for diligence and contract review:

Download grip-ins.yaml Postman collection Diligence pack Methodology