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
Documentation IndexFetch the complete documentation index at: https://docs.curto.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.curto.io/llms.txt
Use this file to discover all available pages before exploring further.
Show Tag Object