Collections
...
Collections API
Result Sets

Resend Webhook

3min

Resend Webhook

When testing your webhook it may be useful to have ASIN Data 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.



Example

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 :

HTTP
Curl
Node.js
Python
PHP


ASIN Data 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.

JSON




Updated 11 Aug 2024
Did this page help you?