Skip to content

Get Installation Details

Endpoint used to get the installation details of Toolzz Chat.

Terminal window
curl --request GET \
--url 'https://chat.toolzz.ai/app/api' \
--header 'Authorization: Bearer <token>'
{
"version": "<string>",
"installation_id": "<string>",
"features": []
}

ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes

KeyTypeDescription
versionstringCurrent version of the installation.
installation_idstringUnique identifier of the installation.
featuresarrayList of enabled features.

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.