Skip to main content
WEBHOOK
track
{
  "event": "transaction_created",
  "test": true
}

Authorizations

Authorization
string
header
default:ShippoToken shippo_test_d41a6f04796998570c521a50828eae8e3cccf0eb
required

API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123

Body

application/json

Tracking status updated

Content of the webhook posted to the external URL

event
enum<string>

Type of event that triggered the webhook.

Available options:
transaction_created,
transaction_updated,
track_updated,
batch_created,
batch_purchased,
all
test
boolean

Determines whether the webhook is a test webhook or not.

data
object

Response

200

The data was successfully received