Search

Home

Privacy Mask

Webhook

Webhook

Webhook

To receive inspection callback responses (Result JSON), clients are required to provide a webhook URL from their end.

The webhook URL is the endpoint where Inspektlabs will send the inspection result JSON once the processing is completed.

Webhook Configuration Process

  1. Client shares the webhook URL with the Inspektlabs team.
  2. Inspektlabs configures the provided webhook URL on our end.
  3. Once configured successfully, the client will start receiving callback responses (Result JSON) on the provided URL.

Important Notes

  • The webhook URL should be capable of handling HTTP POST requests.
  • The webhook URL can be either public or private.
  • If the webhook URL is private/restricted, please inform the Inspektlabs team so that we can share our server IPs for whitelisting.
  • We support all standard authentication methods. If any authentication is required on the webhook endpoint, please share the authentication details/configuration with the Inspektlabs team during setup.
  • Clients should return a successful HTTP response (for example: HTTP 200) after receiving the callback to ensure successful delivery.
  • If the webhook URL changes, the client must inform the Inspektlabs team to update the configuration.

Callback Delivery

After the inspection processing is completed, the result JSON will be automatically sent to the configured webhook URL.