WebhookDeliveryResponseDto

  • attemptCount
    Type: number
    required
  • 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

  • eventId
    Type: string
    required
  • eventType
    Type: string
    required
  • id
    Type: number
    required
  • maxAttempts
    Type: number
    required
  • status
    Type: stringenum
    required
    values
    • PENDING
    • SUCCESS
    • FAILED
    • RETRYING
  • webhookEndpointId
    Type: number
    required
  • completedAt
    Type: stringFormat: date-time

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

  • errorMessage
    Type: string
  • lastAttemptAt
    Type: stringFormat: date-time

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

  • nextRetryAt
    Type: stringFormat: date-time

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

  • responseStatusCode
    Type: number
  • responseTimeMs
    Type: number