This API operation retrieves detailed information for the specified locker bank along with the list of locker units.
Specified locker bank details has been retrived successfully.
The request could not be authorized.
The requested resource was not found.
The request could not be completed due to an internal error.
{- "lockerBankId": "AOne",
- "bankName": "Locker One",
- "locationId": "loc_auto_sa5c8e6",
- "lockerBankDescription": "string",
- "lastHeartbeatTime": "string",
- "rearLoadingEnabled": true,
- "deliveryEnabled": true,
- "lockerUnits": [
- {
- "lockerUnitId": "1",
- "size": "small",
- "accessible": false,
- "unitInService": true,
- "unitReserved": true,
- "unitOccupied": false,
- "dedicatedUnit": false,
- "depositTime": "2025-11-17T14:28:37Z",
- "depositExpiryTime": "2027-12-19T09:59:00Z",
- "reservationTime": "2025-11-26T10:34:30Z",
- "reservationExpiryTime": "2025-11-12T16:13:06Z",
- "contactId": "684a6b7bbc85e1bce7392b9e",
- "contactType": "recipient",
- "contactName": "UserName",
- "parcelsReserved": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string"
}
], - "parcelsDeposited": [
- {
- "trackingNumber": "26112025_6",
- "secondaryTrackingNumber": "string"
}
]
}
]
}