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": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"translations": [
{
"locale": "string",
"name": "string",
"description": "string"
}
],
"metaTags": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"translations": [
{
"locale": "string",
"name": "string",
"description": "string"
}
],
"type": "text",
"options": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"translations": [
{
"locale": "string",
"label": "string"
}
]
}
]
}
]
}
]
}