v1
latestOpenAPI 3.1.02026-07-2426068.5 KBView History
Returns the history/activity of an account.
get/security/history
Query parameters
pageinteger required
The page number of history items to list
itemsinteger required
The amount of history items to return in a single request
Response
200
Example response
{
"history": [
{
"id": "5f859e15a6a2d003e3948fd7",
"time": "2020-10-13T12:31:17.842Z",
"description": "servers.destroy"
}
],
"total": 179
}