GET
/
api
/
v1
/
unity
/
{id}
Get Unity by ID
curl --request GET \
  --url https://chat.api.toolzz.com.br/api/v1/unity/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "institutionId": "<string>",
  "name": "<string>",
  "isActivated": true,
  "credentialProjectId": "<string>"
}

Parameters

id
string
Institution Id

Response Description

Below you will see the description of the response
id
uuid
required
Unique identifier for the unity.
institutionId
uuid
required
ID of the associated institution.
name
string
required
Name of the unity.
isActivated
boolean
required
Activation status of the unity.
credentialProjectId
uuid
required
Credential project ID associated with the unity.

Segurança

Para acessar este endpoint, é necessário enviar um token de acesso válido através do cabeçalho de autorização (Authorization) da requisição. Além disso, a API é protegida por outras medidas de segurança para proteger os dados dos usuários.