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.

Payload

Information about locker collections.

date-time

The timestamp of the collection event

string

The unique identifier of the locker in the GLS/NXT Platform

string | null

The unique identifier of the locker in the Carrier's system

string | null

Access code for the courier to collect parcels from locker. Access code rotates daily.

parcels
array of objects
parcels
Responses
200

Return a 200 status to indicate that the data was received successfully.

401

Return a 401 status to indicate that the POST was unauthorized.

500

Return a 500 status to indicate that the POST was unsuccessfully processed.

LoadingLoading…