Skip to content

Three new API endpoints for Automated Device Enrollment (ADE) integrations are now available. These endpoints add the ability to list ADE devices, get a specific ADE device, and update the Blueprint assignment for an ADE device. These endpoints will not be enabled by default for existing API tokens; they must be explicitly enabled within the token's permissions.

Specifically, the following API endpoints will now be available:

  • List ADE devices - /api/v1/integrations/apple/ade/devices
  • Get ADE device - /api/v1/integrations/apple/ade/devices/{device_id}
  • Update ADE device - /api/v1/integrations/apple/ade/devices/{device_id}