API: Fix "Get host by Fleet Desktop token" description for iOS/iPadOS (#48517)

- @noahtalerman: For iOS/iPadOS we decided to go w/ UUID instead of
certificate
This commit is contained in:
Noah Talerman
2026-07-02 17:58:23 -05:00
committed by GitHub
parent 37689fbd67
commit 3ee8c7aa8e
+1 -1
View File
@@ -4207,7 +4207,7 @@ Returns a subset of information about the host specified by `token`. To get all
This is the API route used by the **My device** page in Fleet Desktop to display information about the host to the end user.
This endpoint doesn't require API token authentication. Authentication on macOS, Windows, and Linux is enforced by generating a [random UUID that rotates hourly](https://fleetdm.com/guides/fleet-desktop#secure-fleet-desktop). On iOS and iPadOS, authentication requires the Fleet identity SCEP certificate. This certificate is deployed to iOS/iPadOS hosts when they enroll to Fleet.
This endpoint doesn't require API token authentication. Authentication on macOS, Windows, and Linux is enforced by generating a [random UUID that rotates hourly](https://fleetdm.com/guides/fleet-desktop#secure-fleet-desktop). For iOS and iPadOS, this is the host's hardware UUID.
`GET /api/v1/fleet/device/:token`