Resend Webhook
When testing your webhook it may be useful to have Scale SERP 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
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 :
Scale SERP 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.