Skip to main content
GET
/
v1
/
tags
/
{entity_type}
/
{entity_id}
Get Tags
curl --request GET \
  --url https://api.volteras.com/v1/tags/{entity_type}/{entity_id} \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

entity_id
string
required
entity_type
string
required
Allowed value: "DEVICE"

Response

200 - application/json

Successful Response

tags
Tag · object[]
required

List of tags