issuer
consents, for consents of given group or for specyfic consent (by consentId
or target
and scope
).curl --location --request GET 'https://api.mediaconnect.no/capi/v1/client/customer/privacy/consent/text/?consentGroupId&consentId&target&scope&onlyActive'
{
"issuer": "468979834",
"consents": [
{
"consentId": 1,
"consentGroupId": 1,
"target": "editoral",
"scope": "email",
"texts": [
{
"textId": 1,
"languageCode": "nb_NO",
"text": "Samtykker du til å motta eposter?",
"fromDate": 1561932001000
}
]
}
]
}