<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Get-Bootstrap-Token",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:put:checkin#GetBootstrapTokenRequest"
  },
  "title" : "Get Bootstrap Token"
}
-->

# Get Bootstrap Token

Gets the bootstrap token from the server.

## Discussion

A server that supports this request needs to include a `com.apple.mdm.bootstraptoken` value in the `ServerCapabilities` key of the MDM profile payload to enroll the device.

This request returns the device’s bootstrap token data that the server stores.

If a bootstrap token isn’t available, the server returns a success response with either a zero-length value for the `BootstrapToken` key or omits the key.

Requires a device enrolled using Automated Device Enrollment.

### Check-in availability

|||
|--------------------------|--------------------|
|Device channel            |iOS, macOS, visionOS|
|User channel              |N/A                 |
|Requires supervision      |iOS, macOS, visionOS|
|Allowed in user enrollment|N/A                 |

## Topics

### Requests and responses

[`GetBootstrapTokenRequest`](/documentation/DeviceManagement/GetBootstrapTokenRequest)

The get bootstrap token request details.

[`GetBootstrapTokenResponse`](/documentation/DeviceManagement/GetBootstrapTokenResponse)

The get bootstrap token response details.



---

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)