cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/webhooks/{webhookId} \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "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 } }
Retrieve a single webhook by ID.
Required scope: ALL Rate limit: 100 requests per minute
Required scope: ALL
ALL
Rate limit: 100 requests per minute
Webhook ID
Webhook retrieved successfully
success
Show child attributes