List trusted devices

Returns the list of trusted devices for a given user.

The list of one’s own trusted devices can also be retrieved with a call to either /api/v1/user/my/mfa/trusted_device or /api/v1/user/mfa/trusted_device

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

user_iddoubleRequired
User ID

Response

Success
idinteger or null
operating_systemstring or null
browserstring or null
activation_datestring or null

Errors