GET
/
v1
/
device
/
windows-mdm
/
enrollment-link
Get Windows MDM enrollment link
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v1/device/windows-mdm/enrollment-link \
  --header 'Authorization: <api-key>'
{
  "check_in_link": "<string>",
  "deep_link": "<string>",
  "expires_at": "<string>",
  "ownership": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

ownership
string
required

Device ownership: byod or cod

Response

OK

CheckInLink is the raw Discovery.svc URL used by the MDM protocol stack.

DeepLink is the ms-device-enrollment: URI the admin sends to end-users. Opening it on a Windows machine launches the built-in enrollment UI and points it at this tenant's MDM server — no manual server entry required.

expires_at
string
ownership
string