Get Locker Bank by Locker Bank ID

This API operation retrieves detailed information for the specified locker bank along with the list of locker units.

SecuritybearerAuth
Request
path Parameters
lockerBankId
required
string

Filters the locker banks by the specific locker bank ID.

Responses
200

Specified locker bank details has been retrived successfully.

401

The request could not be authorized.

404

The requested resource was not found.

500

The request could not be completed due to an internal error.

get/api/v1/lockerBanks/{lockerBankId}
Request samples
Response samples
application/json
{
  • "lockerBankId": "AOne",
  • "bankName": "Locker One",
  • "locationId": "loc_auto_sa5c8e6",
  • "lockerBankDescription": "string",
  • "lastHeartbeatTime": "string",
  • "rearLoadingEnabled": true,
  • "deliveryEnabled": true,
  • "lockerUnits": [
    ]
}