cURL
curl --request GET \ --url https://openapi.enginy.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