Devices
List enterprise devices
Get a list of all devices belonging to the authenticated enterprise with optional pagination, filtering, and sorting. Requires JWT authentication.
Get device details
Get detailed information about a specific device by its ID. Requires JWT authentication and enterprise ownership.
Update device friendly name
Update the user-editable friendly name for a device
Get all device tags
Returns all unique tags used across devices in the enterprise with usage counts
Update device tags
Update the tags for a specific device. Tags can be used for grouping and filtering devices. Requires the member, admin or owner role.
Bulk add tags to devices
Add tags to multiple devices at once. Tags are merged with existing tags (case-insensitive dedup). Requires the member, admin or owner role.
Bulk remove tags from devices
Remove tags from multiple devices at once. Requires the member, admin or owner role.
Get device applications
Get a paginated list of applications installed on a device with full AMAPI ApplicationReport details
Get device events timeline
Get a paginated list of events for a device including app installs, compliance changes, and sync events
Get latest device telemetry
Get the most recent telemetry data for a specific device. Requires the member, admin or owner role.
Get device telemetry history
Get historical telemetry data for a specific device with optional filtering. Requires the member, admin or owner role.