List all webhooks (REST)
1 min
List all webhooks
List all webhooks created in a specific event
GET
https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/webhooks
curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/webhooks' \
--header 'Brella-API-Access-Token: String' \
--header 'Accept: application/vnd.brella.v4+json' \
--header 'Content-Type: application/json'