Returns the anchor certificates Esper's MDM service configuration points to for DEP (Device Enrollment Program) enrollment. This is an unauthenticated endpoint, referenced by the dep_anchor_certs_url value in MDM service config — it is not meant to be called directly for day-to-day integration work.
About MDM Service Config
MDM service config supplies the URLs and metadata Apple's DEP enrollment flow needs to trust and reach Esper's MDM service, including this anchor-certs URL. Esper currently uses a trusted, publicly-signed SSL certificate rather than a custom anchor certificate, so this endpoint always returns an empty body — there is no custom anchor cert to retrieve yet.
Common Use Cases
- Resolved automatically as part of the DEP enrollment/MDM service config handshake, rather than called directly by integrators. Unauthenticated endpoint referenced by dep_anchor_certs_url. We use a trusted SSL certificate and don't support custom anchor certs yet, so this always returns an empty body.
- Mock serverhttps://api.esper.io/_mock/openapi/v2/mdmserviceconfig/anchor-certs
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/mdmserviceconfig/anchor-certs
curl -i -X GET \
https://api.esper.io/_mock/openapi/v2/mdmserviceconfig/anchor-certs