Is it possible to configure different Check-in API endpoint for MDM and DDM?

The Check-in API is now used for declarative device management in addition to MDM authentication and token updates. We would like to set a different endpoint for DDM requests only than for MDM authentication

So is it possible to configure different Check-in API endpoint for MDM and DDM?

For example, we would like to split the endpoints as follows Endpoints for MDM authentication and token update yourmdmhost.example.com/checkin Endpoint for DDM yourmdmhost.example.com/ddm-chcekin

Check-in API Documentation https://developer.apple.com/documentation/devicemanagement/check-in

Answered by Device Management Engineer in 799118022

It is not possible to have the device use different endpoints for the various CheckIn requests.

The MDM profile advertises the CheckInURL and there is only one of those. So all the CheckIn messages go to that endpoint.

Accepted Answer

It is not possible to have the device use different endpoints for the various CheckIn requests.

The MDM profile advertises the CheckInURL and there is only one of those. So all the CheckIn messages go to that endpoint.

Is it possible to configure different Check-in API endpoint for MDM and DDM?
 
 
Q