GET
/
api
/
v1
/
genAI
curl --request GET \
  --url https://chat.api.toolzz.com.br/api/v1/genAI/
{
  "id": "<string>",
  "name": "<string>",
  "hasAssistant": true
}

Response Description

Below you will see the description of the unity response

id
uuid
required

Unique identifier of the integration.

name
string
required

Name of the integration.

hasAssistant
boolean
required

Indicates whether the integration has an assistant.