Epsilon3 Realtime API

SocketIO and webhook realtime interface for integrating third-party systems with running Epsilon3 procedures. Four namespaces are published: commanding (/v1/commands/realtime), external data (/v1/external-data/items), notifications (/v1/notifications/realtime) and telemetry (/v1/telemetry/realtime). Webhook deliveries are signed with an Epsilon3-Signature header verified against a per-workspace webhook key. Realtime authentication requires a team-scoped API key.

API entry from apis.yml

apis.yml Raw ↑
name: Epsilon3 Realtime API
description: 'SocketIO and webhook realtime interface for integrating third-party systems with running
  Epsilon3 procedures. Four namespaces are published: commanding (/v1/commands/realtime), external data
  (/v1/external-data/items), notifications (/v1/notifications/realtime) and telemetry (/v1/telemetry/realtime).
  Webhook deliveries are signed with an Epsilon3-Signature header verified against a per-workspace webhook
  key. Realtime authentication requires a team-scoped API key.'
humanURL: https://docs.epsilon3.io/#realtime-introduction
baseURL: https://api.epsilon3.io
tags:
- Realtime
- Webhooks
- Telemetry
- Commanding
properties:
- type: Webhooks
  url: asyncapi/epsilon3-realtime-webhooks.yml
- type: Documentation
  url: https://docs.epsilon3.io/#realtime-introduction