PROFILE: Get Login History
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v1/profile/last_logins HTTP/1.1
Host: api.hybrid-chain.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"last_logins": [
{
"created": "2022-06-28 12:24:34",
"error": "Invalid Credentials. Please try again.",
"ipaddress": ""
},
{
"created": "2022-05-22 10:43:47",
"error": null,
"ipaddress": ""
},
{
"created": "2022-02-06 20:23:39",
"error": "Invalid Credentials. Please try again.",
"ipaddress": ""
},
{
"created": "2022-02-06 20:23:39",
"error": "Invalid Credentials. Please try again.",
"ipaddress": ""
},
{
"created": "2022-02-06 20:23:37",
"error": "Invalid Credentials. Please try again.",
"ipaddress": ""
}
],
"success": true
}