# 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. Endpoint: POST CollectionNotification Version: 1.1.0 Security: ApiKeyAuth ## Request fields (application/json): - `eventTimestamp` (string) The timestamp of the collection event Example: "2025-08-20T00:00:00Z" - `lockerUid` (string) The unique identifier of the locker in the GLS/NXT Platform Example: "8979879823" - `carrierLockerId` (string,null) The unique identifier of the locker in the Carrier's system Example: "GHX1234" - `courierAccessCode` (string,null) Access code for the courier to collect parcels from locker. Access code rotates daily. Example: "342156" - `parcels` (array) - `parcels.carrierParcelId` (string) The identifier of the parcel in the carrier's system Example: "1234212321"