- Related Products
- Log360
- AD360
- ADManager Plus
- ADAudit Plus
- ADSelfService Plus
- Exchange Reporter Plus
Click here to expand
The API returns the product details of EventLog Analyzer.
| Header name | Value | Mandatory | Description |
| Authorization | Bearer {{AuthToken}} | Yes | AuthToken generated from the API Settings page.
e.g., Bearer abcd1234xyz |
The response will be a JSON object containing details about the EventLog Analyzer instance.
| Parameter name | Description |
| os_type | Returns the EventLog Analyzer instance type |
curl --location 'http://localhost:8400/RestAPI/v1/product/details' \
--header 'Authorization: Bearer abcd1234xyz'
{"os_type":"windows"}
Copyright © 2020, ZOHO Corp. All Rights Reserved.