Skip to main content
GET
/
lkbx
/
{id}
Get lockbox device by ID
curl --request GET \
  --url https://dashboard.researchanddesire.com/api/v1/lkbx/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "id": 1,
    "bubbleId": "lkbx-001",
    "macAddress": "11:22:33:44:55:66",
    "ownerId": 42,
    "locked": true,
    "hueShift": 0,
    "lastVisited": "2026-02-18T12:00:00Z",
    "lastLogAt": "2026-02-18T11:30:00Z"
  }
}

Authorizations

Authorization
string
header
required

API tokens can be created in the Dashboard settings. Requires an Ultra subscription.

Path Parameters

id
integer
required

The lockbox device ID

Required range: x >= 1
Example:

1

Response

Lockbox device details

ok
boolean
required
data
object
required