Skip to main content
GET
/
seller
/
webhooks
/
{webhookId}
/
test
Test webhook delivery
curl --request GET \
  --url https://api.managem.co.uk/seller/webhooks/{webhookId}/test \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "har": "<string>"
}

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 retrieve

Response

Webhook endpoint

statusCode
number
required

HTTP status code of the test webhook delivery

har
string

When a failure occurs, this property contains a Base 64 encoded HAR file of the webhook delivery attempt