Get a device by ID
Retrieve detailed information for the device identified by its ID.
x-api-key<token>
API key for authentication
In: header
Path Parameters
deviceIdstring
A valid MongoDB ObjectId
Response Body
application/json
curl -X GET "https://api.memo.wirewire.de/v1/devices/682fd0d7d4a6325d9d45b86f"{
"id": "682fd0d7d4a6325d9d45b86f",
"name": "Kitchen Display",
"serialNumber": "nrf-352656106701140",
"status": "online",
"createdAt": "2026-05-21T09:30:00.000Z",
"updatedAt": "2026-05-21T10:15:00.000Z"
}