Webhooks

Receive real-time notifications for regime changes and market events

Loading...
Webhook Payload Format
All webhooks are sent as POST requests with JSON payloads
{
  "event": "regime.change",
  "timestamp": "2025-01-10T12:00:00Z",
  "data": {
    "previousRegime": "expansion",
    "newRegime": "contraction",
    "confidence": 0.85,
    "indicators": {
      "gdp_growth": -0.5,
      "unemployment": 4.2,
      "inflation": 3.1
    },
    "changedAt": "2025-01-10T12:00:00Z"
  }
}

Headers:

  • X-Webhook-Signature - HMAC-SHA256 signature of the payload
  • X-Webhook-Timestamp - ISO 8601 timestamp
  • X-Webhook-Event - Event type