Personal Device

List Device Clients

ListDeviceClients returns the app clients registered on a device, one page at a time. A device can accrue many app clients over time, so the clients are served from this dedicated paginated endpoint rather than inlined on the device.

get/api/v1/iam/personal_devices/{device_id}/clients

Path parameters

device_idstring required

The device identity (a base64url-encoded SHA-256 thumbprint of the device root key) whose clients to list.

Response

Successful response

nextPageTokenstring

A token to retrieve the next page of results, or empty if there are no more.

Changes

Changed in 1 of the 34 revisions of this API.1