Skip to main content
GET
/
ossm
/
{id}
Get OSSM device by ID
curl --request GET \
  --url https://dashboard.researchanddesire.com/api/v1/ossm/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "id": 1,
    "bubbleId": "ossm-001",
    "macAddress": "AA:11:BB:22:CC:33",
    "chip": "ESP32-S3",
    "ownerId": 42,
    "pairingCode": "ABCD1234",
    "pairingExpires": "2026-02-19T12:00:00Z",
    "lastVisited": "2026-02-18T12:00:00Z",
    "OSSMFirmwareId": 5
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The OSSM device ID

Required range: x >= 1
Example:

1

Response

OSSM device details

ok
boolean
required
data
object
required