Api referenceWebhooks
Search logs of a webhook
Search webhooks
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 }}