v1
latestOpenAPI 3.1.02026-07-2277219695.0 KBWebhooks
Create a new webhook
Creates a new webhook to send notifications to a URL when a specific event occurs.
post/webhooks
Request body
Example request
{
"event": "track_updated",
"url": "https://example.com/shippo-webhook",
"active": true
}Response
Webhook
Example response
{
"event": "track_updated",
"url": "https://example.com/shippo-webhook",
"active": true
}