Skip to Content
API & IntegrationOverview

API and Integration

Inspire exposes two distinct integration surfaces:

  • the Legacy Optymyse Connector API for existing Optymyse v5/v6 connector binaries
  • the Data Ingest API for all new connector and external data integration work

Available APIs

APIPurposeAuthentication
Data Ingest APIPreferred API for data, heartbeats, logs, and connector bootstrapBearer ingest credential
Webhook IngestionLightweight webhook-style push into a streamBearer ingest credential
Legacy Optymyse Connector APIExact compatibility surface for non-upgradable Optymyse v5/v6 connectorsLegacy connector auth

Base URL

All API endpoints are available at:

https://inspire.yourcompany.com/api/

API style

The Data Ingest API is designed around a few operational rules:

  • bearer-token auth per connector
  • JSON request and response bodies
  • request tracing via request IDs
  • stable endpoint shapes
  • explicit separation between connector bootstrap and data submission

The Legacy Optymyse Connector API is intentionally excluded from those design changes and remains frozen for compatibility.

Last updated on