You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added List Logins ([GET /profile/logins](https://developers.linode.com/api/v4/profile-logins/#get)) endpoint. You may now return a 90 day history of successful account logins for the user making the request.
11
+
12
+
- Added the View Login ([GET /profile/logins/{loginId}](https://developers.linode.com/api/v4/profile-logins-login-id)) endpoint, providing the ability to gain additional information on individual logins from user.
13
+
14
+
- New _Logins_ object which contains historical information pertaining to a user login.
15
+
16
+
### Fixed
17
+
18
+
- A bug existed which caused shared IP addresses to persist following Linode deletion. This bug has been fixed.
0 commit comments