cURL
curl --request POST \ --url https://app.synkrony.ai/api/v1/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tag": { "name": "Urgente", "color": "#FF5733" } } '
{ "data": { "id": 123, "color": "<string>", "bgColor": "<string>", "label": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.synkrony.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.synkrony.ai/llms.txt
Use this file to discover all available pages before exploring further.
API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN
Show child attributes
Tag created successfully