List shared subscriptions
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
GET
/v1/subscription/shared
Subscription
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mediaconnect.no/capi/v1/subscription/shared'
Response Response Example
200 - Success
{
"sharedSubscriptions": [
{
"productCode": "CO27409",
"stopped": false,
"startTime": 1651010400000,
"endTime": 1651010400000,
"paid": false,
"customerNumber": 22067744,
"customerName": {
"firstName": "Ola",
"middleName": "Fjordstrand",
"lastName": "Nordmann",
"companyName": "Company International Ltd",
"departmentName": "Support"
},
"shareCode": "123AFDG",
"shareType": "USERS",
"shareStatus": "SHARING_ENDED",
"shareStartTime": 1659022300643,
"shareEndTime": 1669022300643
}
]
}