List consent groups
Production
https://api.mediaconnect.no/capi
Production
https://api.mediaconnect.no/capi
GET
/v1/customer/privacy/consentGroups/{issuer}
Consent
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mediaconnect.no/capi/v1/customer/privacy/consentGroups/?onlyActive'
Response Response Example
200 - Success
{
"issuer": "468979834",
"groups": [
{
"consentGroupId": 1,
"created": 1560851788000,
"selectionOrder": 2,
"texts": [
{
"languageCode": "en_GB",
"name": "Digital Communication",
"description": "Consent for digital communication"
},
{
"languageCode": "nb_NO",
"name": "Digital kommunikasjon",
"description": "Samtykke for digital kommunikasjon"
}
],
"active": true
}
]
}
Request
Path Params
issuer
stringÂ
required
<= 255 characters
Query Params
onlyActive
booleanÂ
optional
Default:
true
Responses
Modified at 2025-05-06 09:58:53