Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the information of a device in an organization.
External DocumentationTo learn more, visit the Apple Business Manager documentation.

Parameters

ParameterDescription
Device IDThe ID of the device to get the information of.
FieldsThe fields to include in the response.

Example Output

{
	"data": {
		"type": "orgDevices",
		"id": "XABC123X0ABC123X0",
		"attributes": {
			"addedToOrgDateTime": "2025-04-30T22:05:14.192Z",
			"updatedDateTime": "2025-05-01T15:33:54.164Z",
			"deviceModel": "iMac 21.5\"",
			"productFamily": "Mac",
			"productType": "iMac16,2",
			"deviceCapacity": "750GB",
			"partNumber": "FD311LL/A",
			"orderNumber": "1234567890",
			"color": "",
			"status": "UNASSIGNED",
			"orderDateTime": "2011-08-15T07:00:00Z",
			"imei": [
				"123456789012345",
				"123456789012346"
			],
			"meid": [
				"123456789012347"
			],
			"eid": "89049037640158663184237812557346",
			"purchaseSourceUid": "-2085650007946880",
			"purchaseSourceType": "APPLE"
		},
		"relationships": {
			"assignedServer": {
				"links": {
					"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0/relationships/assignedServer",
					"related": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0/assignedServer"
				}
			}
		},
		"links": {
			"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0"
		}
	},
	"links": {
		"self": "https://api-business.apple.com/v1/orgDevices/XABC123X0ABC123X0"
	}
}

Workflow Library Example

Get Device Information with Apple Business Manager and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop