List Webhooks
Returns all webhook subscriptions.
Example Output
[
{
"createdAt": "2022-11-05T12:51:08.000Z",
"displayName": "My Slack Integration 5",
"events": [
"string"
],
"isActive": true,
"secret": "secret-123",
"targetUrl": "https://webhook-server.com",
"uid": "31d0b518-425b-48d6-805f-e43488a9fa02"
}
]
Workflow Library Example
List Webhooks with Cyera and Send Results Via Email
Preview this Workflow on desktop