Get All
This endpoint retrieves information about lockers in a specific state. A successful response includes details about available lockers, maximum weight, and maximum value of items that can be stored.
Get All.
Headers
Name
Type
Description
{
"status": "Success",
"description": "Lockers Fetched Successfully Fetched",
"Lockers": [
{
"lockerID": "2100015346",
"lockerAddress": "1234 testing location"
}
],
"maxWeight": "5",
"maxValueOfItem": "100000"
}Last updated