SMART LOCKER API
  1. Web
SMART LOCKER API
  • Web
    • Shifts
      • Shift List
      • Add Shift
      • Update Shift
      • Delete Shift
    • 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
    • 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
    • User
      • User List
      • Get User
      • add user
      • user edit
      • user delete
    • Group
      • group add
      • group list
      • group view
      • group delete
    • Location
      • Location
      • location add
      • location edit
      • add area
    • Role
      • add role
      • edit role
      • list role
    • Admin Login
      POST
    • Kiosk Login
      POST
    • Country
      GET
    • log list
      GET
  • Smart Locker
    • Bay Status
      POST
    • Open Bay
      POST
    • Start charging
      POST
    • Stop Charging
      POST
    • Charging Status
      POST
  1. Web

Kiosk Login

Developing
POST
/api/kiosk/login

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://smart-locker-api.byrokket.com/api/kiosk/login' \
--header 'Content-Type: application/json' \
--data-raw '{
  "username": "valet",
  "pin": "4567"
}'
Response Response Example
admin_response
{
    "status": "true",
    "message": "Welcome! You're now logged in.",
    "user": {
        "id": "1",
        "user_name": "admin",
        "email_id": "rahul@byrokket.com",
        "employee_id": null,
        "group_id": null,
        "created_by": null,
        "created_at": "2025-11-01 17:22:49",
        "updated_at": "2025-11-01 17:35:21",
        "privilege": "admin"
    }
}
Modified at 2025-11-01 15:24:12
Previous
Admin Login
Next
Country
Built with