WebhookSubscription

Public webhook subscription connecting one webhook endpoint to one event type.

  • eventType
    Type: string ยท WebhookManagementEventTypeenum
    required

    Public event type for webhook subscription creation. Call GET /v2/webhook-event-types for the current source of truth.

    values
    • TRACKING_UPDATE
    • STOP_UPDATE
    • LOAD_CARRIER_UPDATE
    • SEND_TMS_COMMENT
    • SCHEDULED_CARRIER_OUTREACH
    • UPLOAD_FILES
    • PUSH_BID_TO_TMS
    • PUSH_LOAD_DRAFT
    • CARRIER_ISSUE_UPDATED
  • id
    Type: string
    required

    Webhook subscription ID

  • isActive
    Type: boolean
    required

    Whether this subscription is active

  • webhookEndpointId
    Type: string
    required

    Webhook endpoint ID that receives this event type