Skip to main content
GET
/
api
/
v1
/
tags
/
{id}
Exibir tag
curl --request GET \
  --url https://app.synkrony.ai/api/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": 123,
    "color": "<string>",
    "bgColor": "<string>",
    "label": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN

Path Parameters

id
string
required

ID da tag

Response

successful

data
object
required