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.
Security
ApiKeyAuth
Information about locker collections.
The timestamp of the collection event
Example:"2025-08-20T00:00:00Z"
The unique identifier of the locker in the Carrier's system
Example:"GHX1234"
Access code for the courier to collect parcels from locker. Access code rotates daily.
Example:"342156"
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/CollectionNotification
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/CollectionNotification
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/CollectionNotification
{ "eventTimestamp": "2025-08-20T00:00:00Z", "lockerUid": "8979879823", "carrierLockerId": "GHX1234", "courierAccessCode": "342156", "parcels": [ { … } ] }