Skip to main content

Get device by DevEui.

GET 

/v1/devices/:uuid

Returns a single device by DevEui. This operation can be accessed by the device or an admin.

Request

Path Parameters

    uuid anyrequired

    The DevEui of the device to retrieve.

    Example: c0de61cc-98a8-4692-8070-dafd3ded4adb
    devEui stringrequired

    Unique identifier for the device.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    createdAt date-timerequired

    Date and time the device was created.

    devEui stringrequired

    Unique identifier for the person

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of device.

    updatedAt date-timerequired

    Date and time the device was updated.

    status int64required
    timestamp date-timerequired
Loading...