Skip to main content

How to Manage Webhooks in RealScan

How to view, add, and remove RealScan webhooks so your system can receive real-time analysis completion notifications.

Written by Wen Huang

Webhooks let you receive real-time notifications from RealScan in your own systems. When RealScan finishes analyzing a file, it sends an HTTP POST to a URL you register, no polling required.

You can find and manage webhooks on the Webhooks tab of the API Keys and Webhooks page in RealScan.


Who can manage webhooks

All RealScan roles can view your organization's webhooks. Only Admin users can add or remove webhooks.

If you don't see the Webhooks tab or the Add webhook button, contact your organization admin to confirm your role.


Find the Webhooks tab

  1. Sign in to RealScan.

  2. In the left sidebar, select API Keys and Webhooks.

  3. Click the Webhooks tab. All webhooks currently registered for your organization appear here.


Add a webhook

  1. On the Webhooks tab, click Add webhook.

  2. Enter the destination URL — the HTTPS endpoint in your system that will receive event notifications.

  3. Click Save. The webhook appears in the list and begins receiving events immediately.

💡 The URL must be a valid HTTPS endpoint. HTTP URLs are not accepted.


Remove a webhook

  1. On the Webhooks tab, find the webhook you want to remove.

  2. Click the trash icon next to it.

  3. Confirm the deletion. RealScan removes the webhook immediately and stops sending events to that URL.

💡 Deletion is permanent. To re-enable notifications to the same URL, add it again as a new webhook.


Need help?

Did this answer your question?