Skip to main content
GET
/
seller
/
webhooks
/
{webhookId}
/
failures
/
{failureId}
/
download
Download failure HAR
curl --request GET \
  --url https://api.managem.co.uk/seller/webhooks/{webhookId}/failures/{failureId}/download \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookId
string
required

Identifier of the webhook endpoint that experienced the failure

failureId
string
required

Identifier of the failure containing the HAR payload

Response

HAR file for the webhook failure