Skip to main content
GET
/
seller
/
webhooks
/
{webhookId}
/
failures
List delivery failures
curl --request GET \
  --url https://api.managem.co.uk/seller/webhooks/{webhookId}/failures \
  --header 'Authorization: Bearer <token>'
{
  "failures": [
    {
      "id": "<string>",
      "responseStatusCode": 123,
      "responseTime": 123,
      "reason": "<string>",
      "harKey": "<string>",
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

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 to inspect

Query Parameters

limit
integer

Maximum number of failures to return. Defaults to 20.

Required range: 1 <= x <= 100

Response

Webhook delivery failures

Response containing a list of webhook delivery failures for a specific webhook endpoint.

failures
Seller Webhook Failure · object[]
required

Collection of recorded webhook delivery failures