Get Installation Details
Endpoint used to get the installation details of Toolzz Chat.
Request Example
Section titled “Request Example”curl --request GET \ --url 'https://chat.toolzz.ai/app/api' \ --header 'Authorization: Bearer <token>'Response Example
Section titled “Response Example”{ "version": "<string>", "installation_id": "<string>", "features": []}Request Description
Section titled “Request Description”Access Token
Section titled “Access Token”| Parameter | Type | Description | Required |
|---|---|---|---|
Authorization | String | Access token (must contain “Bearer” before the token) | Yes |
Response Description
Section titled “Response Description”| Key | Type | Description |
|---|---|---|
version | string | Current version of the installation. |
installation_id | string | Unique identifier of the installation. |
features | array | List of enabled features. |
Security
Section titled “Security”To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.