REST API v1
Programmatic access to published events and claims. Requires a Business plan. Create keys on Account.
Authentication
Send Authorization: Bearer ipi_… or x-api-key: ipi_….
Endpoints
GET /api/v1/events—?limit=&category=&since=GET /api/v1/claims—?event_id=&status=&limit=
Example
curl -s \ -H "Authorization: Bearer ipi_…" \ "https://indopacificimpact.com/api/v1/events?limit=10&category=semiconductor"