Skip to main content
Version: Latest

ListWebhookLogsOutput

data object[]required
  • Array [
  • iduuid
    webhookIduuid
    statusCodeintegernullable
    responseBodystringnullable
    statusWebhookLogStatus

    Possible values: [Success, Error]

    sendAtdate-timenullable
    isDeletedboolean
    createdDatedate-time
    messageIduuidnullable
    webhook objectnullable
    idstring
    endpointstring
    eventTypestring
  • ]
  • pagination objectrequired
    offsetintegerrequired
    limitintegerrequired
    totalintegerrequired
    totalPagesintegerrequired
    ListWebhookLogsOutput
    {
    "data": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "webhookId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "statusCode": 0,
    "responseBody": "string",
    "status": "Success",
    "sendAt": "2024-07-29T15:51:28.071Z",
    "isDeleted": true,
    "createdDate": "2024-07-29T15:51:28.071Z",
    "messageId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "webhook": {
    "id": "string",
    "endpoint": "string",
    "eventType": "string"
    }
    }
    ],
    "pagination": {
    "offset": 0,
    "limit": 0,
    "total": 0,
    "totalPages": 0
    }
    }