Api referenceWebhooks
List all logs of a webhook
List all logs
List all logs
AuthorizationBearer <token>
In: header
Path Parameters
webhookId*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
Response Body
application/json
curl -X GET "https://example.com/v2/webhooks/string/logs"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}