Get Organization Tags

Get Tags

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

Get a list of tags for specified organization

Query Parameters

NameTypeDescription

orgId

1

Organization's identifier. Should be a valid integer.

Headers

NameTypeDescription

Authorization*

Bearer {access_token}

[
   {
      "id": 14,
      "name": "My Tag Name",
      "ownerUserId": 1133
   }
]

Request examples:

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

Last updated