cURL
curl --request POST \ --url https://api.fint.app/api/v1/tag \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "color": "<string>", "description": "<string>", "icon": "<string>", "group": true, "parentId": 123 } '
{ "id": 123 }
Crear una nueva etiqueta con la información proporcionada
Documentation IndexFetch the complete documentation index at: https://docs.fint.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fint.app/llms.txt
Use this file to discover all available pages before exploring further.
Etiqueta creada exitosamente