Skip to main content
POST
Test webhook

Authorizations

x-api-key
string
header
required

Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.

Body

application/json

Test webhook request.

monitor_id
string
required

The ID of the stream monitor whose webhook to test.

Response

Webhook test result.

success
boolean

Whether the webhook responded with a 2xx status code.

status_code
integer | null

HTTP status code returned by the webhook endpoint.

response_time_ms
number | null

Response time in milliseconds.

error
string | null

Error message if the webhook test failed.