Listar Tags GET
URL: https://api.painelalter.com/api/getTags
Retorna todas as tags da empresa do usuário do token.
Exemplo de Resposta
json
[
{
"id": 216,
"tagName": "Tag",
"id_company": 122,
"id_createdBy": 468,
"createdAt": "2025-05-22 14:53:31",
"userHasAccessToAllTaggedStores": true
},
{
"id": 217,
"tagName": "Tag2",
"id_company": 122,
"id_createdBy": 468,
"createdAt": "2025-05-22 14:56:14",
"userHasAccessToAllTaggedStores": true
}
]
