Advertisement
theLotterQA

Get User Country Consents

Jun 27th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1. {
  2.     "isFailed": false,
  3.     "statusCode": 200,
  4.     "internalStatusCode": null,
  5.     "errorMessage": null,
  6.     "result": [
  7.         {
  8.             "consentRef": 1,
  9.             "name": "GDPR Privacy Policy",
  10.             "isApproved": false
  11.         },
  12.         {
  13.             "consentRef": 2,
  14.             "name": "GDPR Terms of Use",
  15.             "isApproved": false
  16.         },
  17.         {
  18.             "consentRef": 3,
  19.             "name": "GDPR Email Marketing",
  20.             "isApproved": false
  21.         },
  22.         {
  23.             "consentRef": 4,
  24.             "name": "GDPR Phone Marketing",
  25.             "isApproved": true
  26.         },
  27.         {
  28.             "consentRef": 5,
  29.             "name": "GDPR SMS Marketing",
  30.             "isApproved": false
  31.         }
  32.     ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement