BuilderWebhookTestResult

  • outcome
    Type: object
    required
    • status
      Type: string enum
      required
      values
      • sent
      • failed
    • durationMs
      Type: integer

      Integer numbers.

    • error
      Type: string

      Present only when status is failed.

    • httpStatus
      Type: integer | null

      Your endpoint's response status; null if the request never completed.

  • payload
    Type: object · WebhookEvent
    required

    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.