For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hexnode

Connection Requirements

1 - Portal Name

The portal name is the unique identifier of your Hexnode account. API requests are made using the portal name found in your Hexnode login URL.

Hexnode API endpoints follow this format:

https://<portal>.hexnodemdm.com/api

For example, if you access Hexnode using the URL mycompany.hexnodemdm.com, then the portal name should be set to mycompany.

2 - API Token

Enable API access from Admin → API in the Hexnode Admin Portal. Generate your API token and use it to authenticate API requests.

3 - HTTPS Proxy

Proxy URL (optional).

4 - Thread Count

This adapter works in a multi-threaded manner. This field represents the number of parallel threads that is going to be constructed for sending API requests (default: 32, min: 1, max: 32).

5 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Last updated