WebhookEndpointWithSecret

    • createdAt
      Type: stringFormat: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • enabledEvents
      Type: array string[]
      required

      Subscribed events. Exact types (e.g. asset.ingest.completed) or wildcards (, asset.ingest., *.failed).

    • id
      Type: string
      required
    • signingSecret
      Type: string
      required

      The HMAC signing secret (prefixed whsec_). Returned ONLY in the create response — store it securely; it cannot be retrieved later.

    • status
      Type: stringenum
      required
      values
      • ACTIVE
      • DISABLED
    • updatedAt
      Type: stringFormat: date-time
      required

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • url
      Type: stringFormat: uri
      required

      Destination we POST signed events to.

    • description
      Type: string | null