- Connect/ConnectID API Reference
- Overview
- Customer Data
- Address
- Category
- Customer
- External Reference
- Order Management
- Article
- Coupon
- Fulfillment
- Order
- Reward
- User
- Voucher Coupons
- 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 invitation
- Accept subscription share invitation
- Decline share - client mode
- List shareable subscription rules
- List distribution levels
- Change subscription share invitation details
- List all shared subscribers
- Cancel sharing
- List shareable subscription nets
- Change shareable subscription nets
- Change distribution level
- Subscription
- Recruitment
- User Data
- Diverse
List delivery stops
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
GET
/v1/product/stop/delivery/{productCode}
DeliveryStop
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mediaconnect.no/capi/v1/product/stop/delivery/'
Response Response Example
200 - Success
{
"deliveryStops": [
{
"id": 1,
"product": "CO27409",
"stopTime": 1561121761000,
"stopEndTime": 1561985761000,
"stopType": "temporary",
"deliveryStopChannel": "BS",
"deliveryStopReason": "CS"
}
]
}
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
deliveryStops
array [object {7}]Â
optional
id
integerÂ
optional
product
stringÂ
optional
<= 12 characters
stopTime
integerÂ
optional
stopEndTime
integerÂ
optional
stopType
enum<string>Â
optional
Allowed values:
permanenttemporarydonationstoringnoDelivery
deliveryStopChannel
stringÂ
optional
<= 12 characters
deliveryStopReason
stringÂ
optional
<= 2 characters
🟠400Bad Request
🟠429429
🔴500Server Error