# Get user trusted devices **GET /api/users/{userId}/trusted-devices** Retrieve a paginated list of active trusted devices for the user. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **userId** (string) The unique identifier of the user. ### Query parameters - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200 A paginated list of the 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) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The user was not found. [Powered by Bump.sh](https://bump.sh)