GET
/
v2
/
mdm
/
status
Get MDM service configuration status
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/mdm/status \
  --header 'Authorization: <api-key>'
{
  "apns_configured": true,
  "apns_expiry": "<string>",
  "apns_topic": "<string>",
  "dep_configured": true,
  "dep_created": "<string>",
  "dep_type": "<string>",
  "profile_signing_configured": true,
  "push_csr_stored": true,
  "vpp_configured": true,
  "vpp_expiry": "<string>",
  "vpp_org": "<string>",
  "vpp_type": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

apns_configured
boolean
apns_expiry
string
apns_topic
string
dep_configured
boolean
dep_created
string
dep_type
string
profile_signing_configured
boolean
push_csr_stored
boolean
vpp_configured
boolean
vpp_expiry
string
vpp_org
string
vpp_type
string