cURL
curl --request GET \ --url https://api.heffl.com/api/v1/webhooks/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "url": "<string>", "events": [ "<string>" ], "status": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Returns a single webhook endpoint.
API key for authentication. Get yours at app.heffl.com/settings/developers
Webhook endpoint public ID
OK