- Connect/ConnectID API Reference
- Overview
- Customer Data
- Address
- Category
- Customer
- External Reference
- Order Management
- Payment Services
- Privacy
- Consent
- Access private data
- Remove private data
- List consent event history - client mode
- List consent text - client mode
- List consent text history - client mode
- List consent groups - client mode
- List consent given issuer - client mode
- List consent event history
- List consent given issuer
- List consent groups
- Register consent event - client mode
- Register consent event
- Permission/Shield
- Privacy
- Consent
- Product & Services
- Complaint
- Delivery
- DeliveryStop
- Issue
- Product
- ProductDeliveryPlan
- ProductDependency
- Sharing
- Send subscription share invitationPOST
- Accept subscription share invitationPATCH
- Decline share - client modePATCH
- List shareable subscription rulesGET
- List distribution levelsGET
- Change subscription share invitation detailsPATCH
- List all shared subscribersGET
- Cancel sharingPATCH
- List shareable subscription netsGET
- Change shareable subscription netsPOST
- Change distribution levelPATCH
- Subscription
- Recruitment
- User Data
- Diverse
List shareable subscription rules
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
GET
/v1/customer/product/share/rule/{productCode}
Sharing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mediaconnect.no/capi/v1/customer/product/share/rule/'
Response Response Example
200 - Success
{
"customerProductShareRules": [
{
"productCode": "NAT",
"shareType": "A",
"shareCount": 3
}
]
}
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Authorize URL: https://connectid.no/user/oauth/authorize
Token URL: https://connectid.no/user/oauth/token
Refresh URL: https://connectid.no/user/oauth/token
Scopes:
read
-For all accessor
Path Params
productCode
stringÂ
required
<= 12 characters
Responses
🟢200OK
application/json
Body
customerProductShareRules
array [object {9}]Â
optional
productCode
stringÂ
required
<= 12 characters
shareType
stringÂ
required
shareCount
integerÂ
optional
>= 0<= 32767
couponCodeShareRecipient
stringÂ
optional
<= 12 characters
couponNumberShareRecipient
integerÂ
optional
isCreateConnectCustomer
booleanÂ
optional
isCustomerNameRequired
booleanÂ
optional
issuer
stringÂ
optional
issuerConsentGroupId
integerÂ
optional
🟠400Bad Request
🟠429429
🔴500Server Error