getOrgWebhooks

GET https://{{host}}/api/v1/orgs/:org_id/webhooks

RESPONSES

status: OK

[{"name":"analytic","type":"http-post","url":"https://username:password@hooks.abc.com/uri/...","secret":"secret","headers":{"x-custom-1":"your_custom_header_value1","x-custom-2":"your_custom_header_value2"},"verify_cert":false,"enabled":true,"topics":["device-events","alarms","audits","client-sessions","device-updowns"]},{"name":"analytic","type":"splunk","url":"https://my.splunk.host:8088/services/collector","splunk_token":"token","verify_cert":false,"enabled":true,"topics":["client-sessions","device-updowns"]}]