# Retrieves addon module information Returns addon module status and managed device counts ## Endpoint `GET /intelligence/api/addon` ## Request URL `https://{server-hostname}:8383/intelligence/api/addon` ## Scope `DEX.READ` ## Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Request Headers - **Accept** (`string`, Mandatory): `application/addonModule.v1+json` ## Sample Request ```curl curl --request GET \ --url https://appdomain/intelligence/api/addon \ --header 'Accept: application/addonModule.v1+json' \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP code 200 #### Response Body: `application/json` `JSON Object` - **totalDevicesCount** (`integer`): Total count of managed devices in the organization - **moduleStatus** (`integer`): Status of the DEX addon module (0=disabled, 1=enabled, 2=selectively enabled) - **eiManagedDevicesCount** (`integer`): Count of devices managed by DEX ## Possible Response Codes - **200** (`HTTP code`) ## Sample Response: HTTP 200 ```json { "totalDevicesCount": 2, "moduleStatus": 1, "eiManagedDevicesCount": 2 } ``` ![ ](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **Duration:** 1 minute | **Threshold:** 30 | **Lock period:** 5 minutes Duration - Time window for the threshold. Threshold - Number of API calls allowed within the specified duration. Lock Period - Wait time before consecutive API requests.