v14

OpenAPI 3.1.02026-08-03122113375.9 KB
seller-webhooks

Download failure HAR

Download the HAR artifact associated with a specific webhook delivery failure.

Use this endpoint for low-level troubleshooting when you need the full HTTP exchange for a failed delivery.

What to expect:

  • Response is returned as a downloadable attachment named with the failure id.
  • Content type is preserved from stored HAR metadata when available.
  • Returns 404 if webhook, failure, or HAR payload is unavailable.

Recommended usage:

  1. List failures for a webhook.
  2. Select a failure id that needs investigation.
  3. Download the HAR and inspect request headers, payload, response headers, and timing details.

This endpoint is intended for diagnostics workflows and post-incident analysis.

get/seller/webhooks/{webhookId}/failures/{failureId}/download

Path parameters

webhookIdstring required

Identifier of the webhook endpoint that experienced the failure

Identifier of the webhook endpoint that experienced the failure

failureIdstring required

Identifier of the failure containing the HAR payload

Identifier of the failure containing the HAR payload

Response

HAR file for the webhook failure

{"stackTrail":"paths:/seller/webhooks/{webhookId}/failures/{failureId}/download:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}