SMART LOCKER API
  1. Location
SMART LOCKER API
  • Web
    • Shifts
      • Shift List
      • Add Shift
      • Update Shift
      • Delete Shift
      • Delete all Shifts
    • Shift Devices
      • Add Shift Device
      • List Shift Devices
      • Update Shift Device
      • Delete Shift Device
    • Device Management
      • Update Device
      • List Devices
      • Get Device
      • add device
      • edit device
      • delete device
      • devices status
      • devices type
    • Bay Management
      • List Bays
      • Assign Device to Bay
      • Assign User to Bay
      • Unassign Device
    • Locker Management
      • Locker List
      • Get Locker
      • LockerType
      • maintenance list
      • delete locker
      • maintenance status
      • filter_locker
    • User
      • User List
      • Get User
      • add user
      • user edit
      • user delete
      • user credentials
      • qr login
      • permissions list
    • Group
      • group add
      • group list
      • group view
      • group delete
      • group update
    • Location
      • Location
        POST
      • location add
        POST
      • location edit
        PUT
      • add area
        POST
      • view location
        GET
    • Role
      • add role
      • edit role
      • list role
    • Admin Login
      POST
    • Kiosk Login
      POST
    • Country
      GET
    • log list
      POST
  • Smart Locker
    • Bay Status
      POST
    • Open Bay
      POST
    • Start charging
      POST
    • Stop Charging
      POST
    • Charging Status
      POST
  1. Location

view location

Developing
GET
/api/location/13

Request

None

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://smart-locker-api.byrokket.com/api/location/13'
Response Response Example
{
    "status": "string",
    "data": {
        "id": "string",
        "location_name": "string",
        "schedule": "string",
        "area_id": [
            0
        ],
        "created_by": "string",
        "roles": [
            {
                "name": "string",
                "devices": [
                    0
                ],
                "employees": [
                    0
                ]
            }
        ],
        "lockers": [
            {
                "locker_name": "string",
                "master_locker": "string",
                "master_locker_id": "string"
            }
        ]
    }
}
Modified at 2025-12-04 11:53:21
Previous
add area
Next
Role
Built with