Device Fingerprint
Using the dashboardWebhooks

Test Webhook

Webhooks: Test Webhook

Select Test Send from the Actions menu in the Webhooks list.

The test pop-up window will send a standard sample payload to the target URL for verification:

  • Whether the target URL is accessible.
  • HTTPS and TLS are working properly.
  • Whether the server reads the Bearer Token correctly.
  • Whether the server returns a valid HTTP response.
  • Whether the Payload can be parsed.

Test results may include:

ResultDescription
200 OK · succeededThe server successfully receives and responds
500 Error · failed_httpThe target service returned an HTTP error
Connection timeout · failed_timeoutNo response received within the specified time
Restricted address · rejected_urlThe destination address does not meet external network access or security restrictions

It can be sent again after the test is completed. After modifying the server code, it is recommended to test again to confirm the results.

Illustration: Webhook test successful

Illustration: Webhook test timeout

On this page