GET
/
v2
/
mdm
/
devices
List managed devices
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/mdm/devices \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Query Parameters

status
string

Filter by status (enrolled|enrolling|unenrolling|unenrolled)

platform
string

Filter by platform (macos|ios|ipados)

limit
integer

Page size (max 200)

offset
integer

Offset

Response

200 - application/json

OK

The response is of type object.