GET
/
v1
/
device
/
windows-mdm
/
devices
/
{hwDevId}
/
enrollment-status
Get Windows device enrollment status
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v1/device/windows-mdm/devices/{hwDevId}/enrollment-status \
  --header 'Authorization: <api-key>'
{
  "enrolled_at": "<string>",
  "hw_dev_id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

hwDevId
string
required

Hardware device ID (from Windows)

Response

OK

enrolled_at
string
hw_dev_id
string
status
string