Run this command with your a user API token that has access to the Sensor group
Linux:
curl -k -XGET -H "X-Auth-Token: <USER_API_TOKEN>" "https://<server>.my.carbonblack.io/api/v1/group/<groupid>/installer/linux" --output mylinuxsensor.tar.gz
Windows:
curl -k -XGET -H "X-Auth-Token: <USER_API_TOKEN>" "https://<server>.my.carbonblack.io/api/v1/group/<groupid>/installer/windows" --output mywindowssensor.tar.gz
macOS:
curl -k -XGET -H "X-Auth-Token: <USER_API_TOKEN>" "https://<server>.my.carbonblack.io/api/v1/group/<groupid>/installer/osx" --output mymacosensor.tar.gz