APIs
API Docs
Webhooks
the detected platform has a series of webhooks that fire when particular events happen within the platform true false 256false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type enabling webhooks to enable webhooks navigate to the integration information section of the monitoring dashboard select status webhooks to open the config section webhook url = the url that you'd like to recieve the webhook webhook secret = a string used to sign the webhook request webhook payload a webhook will contain the following information webhook payload docid 6qlwfwddkxpsscj192lh webhook verification webhook requests are signed to ensure authenticity each request includes a signature header to verify the webhook generate a signature on your side using the following steps use the sha256 algorithm combine the received json payload with the secret value provided in the dashboard compare your generated signature with the signature header from the webhook request if the signatures match, the webhook is verified successfully