GET
/Account/Read/License
curl \
--request GET 'https://api.wrtm.io/v1.0/Account/Read/License' \
--header "X-ApiKey: $API_KEY" \
--header "Authorization: X-apidate $ACCESS_TOKEN" \
--header "Authorization: X-apihmac $ACCESS_TOKEN"
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
}
]