Skip to main content

List Webhook Logs

GET 

/webhooks/logs

List webhook logs based on the given topic

Request

Query Parameters

    topic stringrequired

    The topic to filter by (e.g. sync/completed)

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    logs

    object[]

  • Array [

  • subscriptionId string
    topic string
    address string

    attempts

    object[]

  • Array [

  • requestHeaders

    object

    Content-Type string
    X-Alloy-Topic string
    X-Alloy-Signature string
    responseStatusCode integer

    Default value: 0

    attemptAt string
  • ]

  • logId string
  • ]

Loading...