GET
/v1/webhook-endpointsList webhook endpointsParameters
cursorstringquerylimitintegerqueryResponses
objectWebhookEndpointPage
dataarray of objectrequiredShow child attributes
Show array items
created_atstring · date-timerequiredenabledbooleanrequiredeventsarray of stringrequiredShow child attributes
idstringrequiredobjectvaluerequiredsigning_secret_hintstringurlstring · urirequiredhas_morebooleanrequirednext_cursornull | stringrequired{
"data": [
{
"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"
}
],
"has_more": true,
"next_cursor": "string"
}