Batches
...
Batches API
Result Sets

Resend Webhook GET

2min

Resend Webhook

When testing your webhook it may be useful to have SerpWow re-send the webhook POST. This is useful for debugging webhook connectivity without needing to re-run the Batch.

You can also re-send webhooks via the Dashboard on the Batch Result Set page.

Example

GET /batches/BATCH_ID/results/RESULT_SET_ID/resendwebhook In the example below we resend the webhook POST for Result Set with ID 1 for Batch with id=123456 :

Text
Curl
Node.js
Python
PHP


SerpWow responds with the following JSON if the request to resend the webhook was successful. If the request was unsuccessful (for example, if the Result Set did not originally have a webhook POST set, or the webhook POST fails) then the API responds with an HTTP 400 status code with the request_info.message property containing details of the error.

JSON




Updated 13 Jul 2024
Doc contributor
Did this page help you?