cURL
curl --request GET \ --url https://{tenant}/api/hooks/{hookId} \ --header 'Authorization: Bearer <token>'
{ "api_model": {}, "event_timeout": 0, "header_map": { "secret": "superscretkey", "x-auth": "authvalue" }, "id": "363634393863643165326663643130303031383465636239", "method": "POST", "name": "Expired Keys webhook", "org_id": "5e9d9544a1dcd60001d0ed20", "target_path": "https://httpbin.org/expired-keys", "template_path": "", "webhook_id": "1f78e319202b430e92286cff3ca759e3" }
Get a webhook details with its ID.
Show child attributes
Was this page helpful?