AladiaDocs
Api referenceWebhooks

Search logs of a webhook

Search webhooks

GET
/v2/webhooks/{webhookId}/logs/search

Search webhooks

AuthorizationBearer <token>

In: header

Path Parameters

webhookId*string

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
from?string
to?string
status?string

Value in

  • "succeeded"
  • "failed"

Response Body

application/json

curl -X GET "https://example.com/v2/webhooks/string/logs/search"
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}