WebhookEvent

The JSON body HoodGrow POSTs to a registered webhook URL. See the Webhooks tag.

  • currentMultiplier
    Type: number | null
    required

    Multiplier before this event. Null for paused, and for applied if the prior value was never observed.

  • effectiveAt
    Type: string | null Format: date-time
    required

    For staged, the future instant it takes effect; for applied, when it took effect; null for paused.

  • event
    Type: string enum
    required
    values
    • corporate_action.staged
    • corporate_action.paused
    • corporate_action.applied
    • webhook.test
  • id
    Type: string
    required

    Unique per delivery — safe to dedupe on.

  • stagedMultiplier
    Type: number | null
    required

    Multiplier this event moves to — staged value for staged, now-live value for applied, null for paused.

  • symbol
    Type: string
    required
  • ts
    Type: string Format: date-time
    required

    When HoodGrow emitted the event.