Customer Details
This process returns the user record details for this customer number. Secret Hmac Required. Cache Time 1 Hour. Reset if customer information edited.
POST
/Account/Read/User
curl \
--request POST 'https://api.wrtm.io/v1.0/Account/Read/User' \
--header "X-ApiKey: $API_KEY" \
--header "Authorization: X-apidate $ACCESS_TOKEN" \
--header "Authorization: X-apihmac $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"Custno":10028}'
Request examples
{
"Custno": 10028
}
Response examples (200)
{
"Fax": "",
"Web": "www.StrandVision.com",
"Zip": "54720",
"City": "Altoona",
"Pages": 46,
"Phone": "7152357446",
"State": "WI",
"Custno": 10028,
"Parent": 10028,
"Company": "StrandVision Digital Signage",
"Created": "Tue, 01 Jun 2004 00:00:00 GMT",
"LastUse": "Sat, 08 Jul 2023 08:15:00 GMT",
"Mission": "Improving relationships with customers, employees and visitors through effective, easy and enjoyable communication.",
"Address1": "6595 South Shore Drive",
"Address2": "",
"LastName": "Strand",
"Latitude": 44.8088,
"TimeZone": "America/Chicago",
"DispGroup": "Altoona, WI (10)",
"FirstName": "Mike",
"LastLogin": "Fri, 07 Jul 2023 01:59:00 GMT",
"Longitude": -91.4042,
"LocationId": "",
"CountryCode": "US",
"Description": "StrandVision LLC is a new generation of digital signage companies which leverage the power and flexibility of the Internet. It provides an inexpensive, easy-to-implement way for business customers to display constantly changing messages to employees, visitors and customers using computer or television displays.",
"LastContent": "Mon, 12 Jun 2023 16:16:00 GMT",
"PagesPlayed": 187,
"LoginOwnerId": 5
}