List shareable subscription nets
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
GET
/v1/customer/product/share/net/{productCode}
Sharing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mediaconnect.no/capi/v1/customer/product/share/net/'
Response Response Example
200 - Success
{
"nets": [
{
"loginRequired": false,
"startTime": 1562018400000,
"endTime": 1562277600000,
"ipRanges": [
{
"ipRangeStart": "192.168.0.1",
"ipRangeEnd": "192.168.0.2"
}
],
"domains": [
{
"domain": "example.com"
}
]
}
]
}
Request
Path Params
productCode
stringÂ
required
<= 12 characters