Resend Webhook
When testing your webhook it may be useful to have BlueCart API re-send the webhook POST. This is useful for debugging webhook connectivity without needing to re-run the Collection.
You can also re-send webhooks via the Dashboard on the Collection Result Set page.
GET /collections/COLLECTION_ID/results/RESULT_SET_ID/resendwebhook
In the example below we resend the webhook POST for Result Set with ID 1 for Collection with id=123456 :
BlueCart API 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.