cURL
curl --request GET \ --url http://localhost/public/v1/webhooks/{webhook}
{ "ok": true, "webhook": { "id": "<string>", "url": "<string>", "events": "<string>", "is_enabled": "<string>", "secret": "<string>", "source": "<string>", "locked": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
Returns a single webhook that belongs to the authenticated team.
The webhook ID
Show child attributes