Login History
This API is used for listing a user's login activity.
Login History
GET
https://api.vaultoro.com/v1/private/history/logins
Query Parameters
Name
Type
Description
until
number
Timestamp for the end date of the results
limit
number
Number of results per page
page
number
The number of requested page.
sortDirection
integer
The direction to sort by createdAt field. It can be either 1 or -1
since
number
Timestamp for the beginning date of the results
Headers
Name
Type
Description
VTOKEN
string
The API token
Last updated