Obter tag
curl --request GET \
--url https://api.jurichat.com/tag/{id} \
--header 'x-jurichat-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"color": "<string>",
"officeId": "<string>",
"inboxId": "<string>",
"modules": []
}Tags
Obter tag
Retorna os dados de uma tag pelo ID.
GET
/
tag
/
{id}
Obter tag
curl --request GET \
--url https://api.jurichat.com/tag/{id} \
--header 'x-jurichat-api-key: <api-key>'{
"id": "<string>",
"name": "<string>",
"color": "<string>",
"officeId": "<string>",
"inboxId": "<string>",
"modules": []
}Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
Path Parameters
ID da tag.
Response
Default Response
ID da tag.
Nome da tag.
Cor da tag (ex.: código hexadecimal).
ID do escritório ao qual a tag pertence.
ID da inbox à qual a tag está vinculada.
Módulos onde a tag está disponível.
Available options:
crm, conversas, pessoas, fast-messages ⌘I