- 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 dataPOST
- Remove private dataPOST
- List consent event history - client modeGET
- List consent text - client modeGET
- List consent text history - client modeGET
- List consent groups - client modeGET
- List consent given issuer - client modeGET
- List consent event historyGET
- List consent given issuerGET
- List consent groupsGET
- Register consent event - client modePOST
- Register consent eventPOST
- Permission/Shield
- Privacy
- 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
Access private data
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
POST
/v1/customer/privacy/access
Consent
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mediaconnect.no/capi/v1/customer/privacy/access' \
--header 'Content-Type: application/json' \
--data-raw '{
"sendReceipt": true
}'
Response Response Example
200 - Success
{
"success": true,
"receiptSend": true
}
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
Body Params application/json
sendReceipt
booleanÂ
required
Examples
Responses
🟢200OK
application/json
Body
success
booleanÂ
optional
receiptSend
booleanÂ
optional
🟠400Bad Request
🟠429429
🔴500Server Error