v1
latestOpenAPI 3.1.02026-07-2277219695.0 KBWebhooks
Update an existing webhook
Updates an existing webhook using the webhook object ID.
put/webhooks/{webhookId}
Path parameters
webhookIdstring required
Object ID of the webhook to retrieve
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
}