curl --location --request GET 'https://api.mediaconnect.no/capi/v1/client/coupon//'
{
"coupons": [
{
"couponCode": "DataNews",
"couponNumber": 27,
"startTime": 1529405788000,
"endTime": 1534676188000,
"description": "Students only",
"couponPrice": "299",
"periodLength": "1",
"periodType": "months",
"extraProducts": [
{
"productId": "29542",
"description": "Newspaper about ICT"
}
],
"renewal": [
{
"renewalPrice": "199",
"periodLength": "1",
"periodType": "months"
}
]
}
]
}