<!--
{
  "availability" : [
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/ErrorCodePairingTokenMissing",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "mdm-services:ErrorCodePairingTokenMissing"
  },
  "title" : "ErrorCodePairingTokenMissing"
}
-->

# ErrorCodePairingTokenMissing

An error response that indicates a missing pairing token.

```
object ErrorCodePairingTokenMissing
```

## Discussion

The schema for a JSON or property list XML document that an MDM server’s 403 response body contains. The response headers need to include a “Content-Type” header that indicates whether the response returns JSON or XML.

The system returns this response when an Apple Watch enrolls in MDM, but the watch doesn’t include a `PAIRING_TOKEN` in the [`MachineInfo`](/documentation/DeviceManagement/MachineInfo) request. After the watch receives this response, it fetches a pairing token from the phone’s MDM server through a request to the phone. Then, the watch repeats the enrollment request and includes the pairing token.

## Topics

### Objects

[`object ErrorCodePairingTokenMissing.Details`](/documentation/DeviceManagement/ErrorCodePairingTokenMissing/Details-data.dictionary)

A dictionary that contains additional data about the token-missing error code.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)