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.
curl --request GET \
--url https://api.volteras.com/v1/tags/{entity_type}/{entity_id} \
--header 'Authorization: Bearer <token>'{
"tags": [
{
"key": "<string>",
"value": "<string>"
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.