cURL
curl --request GET \ --url https://api.volteras.com/v1/tags/{entity_type}/{entity_id} \ --header 'Authorization: Bearer <token>'
{ "tags": [ { "key": "<string>", "value": "<string>" } ] }
Get all tags for the specified object.
Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
The access token received from the authorization server in the OAuth 2.0 flow.
DEVICE
Successful Response
List of tags
Show child attributes