PATCH
/v1/webhook-endpoints/{endpoint_id}Update a webhook endpointParameters
endpoint_idstringpathrequiredRequest body
requiredapplication/merge-patch+json
objectUpdateWebhookEndpointRequest
enabledbooleaneventsarray of stringShow child attributes
urlstring · uri{
"enabled": true,
"events": [
"pickup.completed"
],
"url": "https://example.com"
}Responses
objectWebhookEndpoint
created_atstring · date-timerequiredenabledbooleanrequiredeventsarray of stringrequiredShow child attributes
idstringrequiredobjectvaluerequiredsigning_secret_hintstringurlstring · urirequired{
"created_at": "2026-06-09T00:00:00Z",
"enabled": true,
"events": [
"pickup.completed"
],
"id": "whe_00000000000000000001",
"object": "webhook_endpoint",
"signing_secret_hint": "synthetic-key-ending-0000",
"url": "https://hooks.parcel-events.example/events"
}objectProblem
detailstringerrorsarray of objectShow child attributes
Show array items
messagestringrequiredpathstringrequiredrequest_idstringrequiredstatusintegerrequiredtitlestringrequiredtypestring · urirequired{
"request_id": "req_00000000000000000004",
"status": 404,
"title": "Synthetic resource was not found",
"type": "https://parcel-events.example/problems/not-found"
}