read:assetsread:assets permission. Make sure your token was created with this permission during token creation.curl --location --request GET 'https://api-v2.getmarvia.com/v1/assets//meta-tags' \
--header 'Authorization: <api-key>'{
"_tag": "Success",
"data": {
"metaTags": {
"123e4567-e89b-12d3-a456-426614174000": "123e4567-e89b-12d3-a456-426614174001",
"123e4567-e89b-12d3-a456-426614174001": [
"123e4567-e89b-12d3-a456-426614174002",
"123e4567-e89b-12d3-a456-426614174003"
],
"123e4567-e89b-12d3-a456-426614174002": "Sunrise in Amsterdam"
}
}
}