v14
latestOpenAPI 3.1.02026-08-03122113375.9 KBseller-webhooks
Test webhook delivery
Send a synthetic test event to a specific webhook endpoint.
Use this endpoint to validate receiver reachability, authentication/signature handling, and payload processing before relying on live events.
Response behavior:
- On success, returns statusCode 200.
- On delivery failure, returns the failure statusCode and a Base64-encoded HAR payload in 'har' for deep diagnostics.
Recommended usage:
- Create or update webhook configuration.
- Run this test endpoint.
- If it fails, decode the HAR payload and inspect request/response details.
- Re-test after receiver-side fixes until statusCode is 200.
This endpoint is intended for validation and troubleshooting, not production event simulation at scale.
get/seller/webhooks/{webhookId}/test
Path parameters
webhookIdstring required
Identifier of the webhook endpoint to retrieve
Identifier of the webhook endpoint to retrieve
Response
Webhook endpoint