curl -H 'X-Curto-Api-Key: <your_key>' \ https://api.curto.io/v1/tags
{ "data": [ { "id": "<tag_id>", "label": "Nome da tag", "color": "red" } ] "status": "OK" }
Esse endpoint lista todas as Tags
Show Tag Object