cURL
curl --request GET \ --url https://openapi.genesy.ai/v1/webhooks \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 123, "name": "<string>", "url": "<string>", "events": [ "<string>" ], "campaignIds": [ 123 ], "customFields": [ "<string>" ], "enabled": true, "createdAt": "2023-12-25", "updatedAt": "2023-12-25", "hasSecret": true } ], "meta": { "page": 123, "pageSize": 123, "total": 123 } }
Retrieve a paginated list of webhook subscriptions.
Required scope: ALL Rate limit: 100 requests per minute
Required scope: ALL
ALL
Rate limit: 100 requests per minute
Page number
Items per page
Successful response with paginated webhooks
Show child attributes
Webhook ID
Webhook name
Webhook URL
Subscribed event types
Filtered campaign IDs
Custom fields included in payloads
Whether webhook is enabled
Creation date
Last update date
Whether a secret is configured (actual secret is never returned for security)