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 \
-X POST https://Api.StrandVision.com/v1.0/Account/Read/User \
-H "Authorization: X-apikey $ACCESS_TOKEN" \
-H "Authorization: X-apidate $ACCESS_TOKEN" \
-H "Authorization: X-apihmac $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"Custno":10028}'
Request example
{
"Custno": 10028
}
Request examples
{
"Custno": 10028
}
Response examples (200)
{
"Parent": 10028,
"Custno": 10028,
"Created": "Tue, 01 Jun 2004 00:00:00 GMT",
"LoginOwnerId": 5,
"DispGroup": "Altoona, WI (10)",
"Company": "StrandVision Digital Signage",
"FirstName": "Mike",
"LastName": "Strand",
"Address1": "6595 South Shore Drive",
"Address2": "",
"City": "Altoona",
"State": "WI",
"Zip": "54720",
"CountryCode": "US",
"Longitude": -91.4042,
"Latitude": 44.8088,
"Phone": "7152357446",
"Fax": "",
"Web": "www.StrandVision.com",
"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.",
"Mission": "Improving relationships with customers, employees and visitors through effective, easy and enjoyable communication.",
"TimeZone": "America/Chicago",
"LocationId": "",
"Pages": 46,
"PagesPlayed": 187,
"LastLogin": "Fri, 07 Jul 2023 01:59:00 GMT",
"LastUse": "Sat, 08 Jul 2023 08:15:00 GMT",
"LastContent": "Mon, 12 Jun 2023 16:16:00 GMT"
}
Response examples (200)
{
"Parent": 10028,
"Custno": 10028,
"Created": "Tue, 01 Jun 2004 00:00:00 GMT",
"LoginOwnerId": 5,
"DispGroup": "10 (Altoona, WI)",
"Company": "StrandVision Digital Signage",
"FirstName": "Mike",
"LastName": "Strand",
"Address1": "6595 South Shore Drive",
"Address2": "string",
"City": "Altoona",
"State": "WI",
"Zip": "54720",
"CountryCode": "US",
"Longitude": -91.4042,
"Latitude": -91.4042,
"Phone": "7152357446",
"Fax": "string",
"Web": "www.strandvision.com",
"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.",
"Mission": "Improving relationships with customers, employees and visitors through effective, easy and enjoyable communication.",
"TimeZone": "America/Chicago",
"LocationId": "string",
"Pages": 46,
"PagesPlayed": 187,
"LastLogin": "Fri, 07 Jul 2023 01:59:00 GMT",
"LastUse": "Sat, 08 Jul 2023 08:15:00 GMT",
"LastContent": "Mon, 12 Jun 2023 16:16:00 GMT"
}