This process returns the license details for this customer number. Secret Hmac Required. Cache Time 1 Day.
GET
/Account/Read/License
curl \
--request GET 'https://api.wereadthemanual.com/v1.0/Account/Read/License' \
--header "X-ApiKey: $API_KEY" \
--header "X-ApiDate: $API_KEY" \
--header "X-ApiHmac: $API_KEY"
Response examples (200)
[
{
"Qty": 1,
"Custno": 10028,
"Parent": 10028,
"EndDate": "Fri, 03 Dec 2032 00:00:00 GMT",
"Package": 0,
"Product": "BackGround Music",
"ProductNo": 201050,
"StartDate": "Mon, 03 May 2010 14:00:00 GMT",
"ActiveDays": 3419.05
},
{
"Qty": 1,
"Custno": 10028,
"Parent": 10028,
"EndDate": "Thu, 17 Aug 2023 04:59:59 GMT",
"Package": 1,
"Product": "Partner Package",
"ProductNo": 400050,
"StartDate": "Fri, 26 Mar 2004 19:32:38 GMT",
"ActiveDays": 23.26
}
]