WebhookDeliveryResponse

  • attempts
    Type: integer
    required

    Integer numbers.

  • 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

  • id
    Type: stringFormat: uuid
    required
  • lastAttemptAt
    Type: string | nullFormat: date-time
    required

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

  • payload
    Type: object
    required

    JSON body POSTed to your webhook URL

    • propertyName
      Type: anything
  • response
    Type: object | null
    required

    Response received from your endpoint (status, headers, body sample)

    • propertyName
      Type: anything
  • status
    Type: stringenum
    required
    values
    • pending
    • success
    • failed
  • 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

  • verificationId
    Type: string | nullFormat: uuid
    required
  • webhookId
    Type: stringFormat: uuid
    required