Get Account History
Retrieve version history for an account.
get /accounts/admin/history
Accept: application/json
Authorization: Bearer {{(verb-var token)}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 74
Server: ores-http-server-v1
Access-Control-Allow-Origin: *
{
"success": true,
"message": "",
"history": {
"username": "admin",
"versions": []
}
}