Webhook for pickup notifications
Webhook to push collection notifications to any URL provided by the carrier. Notifications are sent once per day, informing the carrier about parcels that need to be picked up from the lockers.
Request examples
{
"eventTimestamp": "2025-08-20T00:00:00Z",
"lockerUid": "lockerUID123",
"carrierLockerId": "Locker1",
"courierAccessCode": "anyValidCode123",
"parcels": [
{
"carrierParcelId": "anyCarrierParcelId123"
}
]
}