Skip to main content
POST
Test webhook endpoint

Authorizations

Authorization
string
header
required

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

Body

application/json
shipmentIds
string[]
required

Array of shipment IDs to test webhook notifications for

Example:

Response

Webhook test results

success
boolean

Overall test success status

message
string

Summary message

webhooksNotified
number

Total number of webhooks notified

results
object[]