Get Device Tags

Get Device Tags

GET https://{server_address}/api/v1/organization/device/tags

Query Parameters

NameTypeDescription

deviceId*

1

Device identifier. Should be a valid integer.

Headers

NameTypeDescription

Authorization*

Bearer {access_token}

[
    {
        "id": 1,
        "tagOwnerOrgId": 1,
        "name": "New device"
    }   
]

Request examples:

# curl command example:
$ curl -H "Authorization: Bearer {accessToken}" https://fra1.blynk.cloud/api/v1/organization/device/tags?deviceId=1
$ curl -H "Authorization: Bearer eIdWHQqRfFmvP5LDDh-IGxPUzi7I27HthzCPAVmS" https://fra1.blynk.cloud/api/v1/organization/device/tags?deviceId=1

Last updated