cURL
curl --request GET \ --url https://api.example.com/webhooks \ --header 'X-API-Key: <api-key>'
{ "webhooks": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>", "events": [ "<string>" ], "isActive": true, "failureCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "lastTriggeredAt": "2023-11-07T05:31:56Z" } ], "total": 123 }
List all webhooks.
Required scope: read
read
x >= 0
1 <= x <= 100
Successful Response
Schema for listing webhooks.
Show child attributes