# Get trusted devices **GET /api/my-account/trusted-devices** Retrieve a paginated list of active trusted devices for the signed-in user. A logto-verification-id in header and the trusted-devices scope are required. Each entry includes isCurrent, which is true only when the browser's trusted-device cookie passes full credential validation for that record. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200 A paginated list of the signed-in user's active trusted devices. #### Body: application/json (array[object]) - **id** (string) - **userAgent** (string | null) - **country** (string | null) - **city** (string | null) - **createdAt** (number) - **lastUsedAt** (number) - **expiresAt** (number) - **isCurrent** (boolean) ### 400 Bad Request ### 401 Permission denied, the verification record is invalid or the access token does not include the trusted-devices scope. ### 403 Forbidden ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)