This process returns the login details for the user who created the api key. Secret Hmac Required. Cache Time 1 Hour. Reset if login users added.
POST
/Account/Read/Login
curl \
--request POST 'https://api.wereadthemanual.com/v1.0/Account/Read/Login' \
--header "X-ApiKey: $API_KEY" \
--header "X-ApiDate: $API_KEY" \
--header "X-ApiHmac: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"ShowAll":1}'
Request examples
{
"ShowAll": 1
}
Response examples (200)
[
{
"Mode": 1,
"Email": "",
"Phone": "",
"Custno": 10028,
"Parent": 10028,
"Created": "Sun, 18 May 2008 20:47:33 GMT",
"EmailId": 0,
"IdLogin": 1067,
"LastName": "",
"UserName": "edituser",
"DispGroup": "Altoona, WI (10)",
"FirstName": "",
"LastLogin": 0
},
{
"Mode": 100,
"Email": "strandadmin@WRTM.io",
"Phone": "715-235-7446",
"Custno": 10028,
"Parent": 10028,
"Created": "Tue, 01 Jun 2004 00:00:00 GMT",
"EmailId": 3,
"IdLogin": 5,
"LastName": "Strand",
"UserName": "admin",
"DispGroup": "All of WRTM Digital Signage (9)",
"FirstName": "Mike",
"LastLogin": "Mon, 17 Jul 2023 20:05:00 GMT"
},
{
"Mode": 100,
"Email": "testuser@WRTM.io",
"Phone": "",
"Custno": 10028,
"Parent": 10028,
"Created": "Wed, 09 Nov 2011 14:50:23 GMT",
"EmailId": 2379,
"IdLogin": 14101,
"LastName": "",
"UserName": "testuser",
"DispGroup": "U.S.A (14030)",
"FirstName": "Testuser",
"LastLogin": 0
}
]