v1
latestOpenAPI 3.1.02026-07-2277219695.0 KBWebhooks
Retrieve a specific webhook
Returns the details of a specific webhook using the webhook object ID.
get/webhooks/{webhookId}
Path parameters
webhookIdstring required
Object ID of the webhook to retrieve
Response
Webhook
Example response
{
"event": "track_updated",
"url": "https://example.com/shippo-webhook",
"active": true
}