Skip to content

Commit 60bd4aa

Browse files
committed
[Zero Trust Devices] Deprecate several endpoints
1 parent d6b7103 commit 60bd4aa

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/content/release-notes/api-deprecations.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ productLink: "/fundamentals/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
8+
- publish_date: "2025-04-14"
9+
title: "Zero Trust Devices"
10+
description: |-
11+
End of life date: November 25, 2026
12+
13+
We are changing the definition of Devices. Devices are going to represent the real-world machines while
14+
the relation between Users and Devices will be represented by a new concept - Registrations.
15+
16+
As a result multiple fields are moving from Device to Registration and we're deprecating the endpoints listed below.
17+
18+
The deprecated endpoints are not supported on accounts with [multi-user mode](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/#enable-multi-user-mode) enabled.
19+
20+
Deprecated API:
21+
22+
* `GET /accounts/{account_id}/devices`
23+
* `GET /accounts/{account_id}/devices/{device_id}`
24+
* `GET /accounts/{account_id}/devices/{device_id}/override_codes`
25+
* `POST /accounts/{account_id}/devices/revoke`
26+
* `POST /accounts/{account_id}/devices/unrevoke`
27+
28+
Replacement:
29+
30+
* `GET /accounts/{account_id}/devices/physical-devices`
31+
* `GET /accounts/{account_id}/devices/physical-devices/{device_id}`
32+
* `GET /accounts/{account_id}/devices/registrations`
33+
* `GET /accounts/{account_id}/devices/registrations/{registration_id}`
34+
* `POST /accounts/{account_id}/devices/registrations/revoke`
35+
* `POST /accounts/{account_id}/devices/registrations/unrevoke`
36+
837
- publish_date: "2025-03-20"
938
title: "Cloudflare Radar: Attack top industry and vertical endpoints"
1039
description: |-

0 commit comments

Comments
 (0)