{ "opencollection": "1.0.0", "info": { "name": "Transcend Consent API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Consent", "type": "folder" }, "items": [ { "info": { "name": "Get Consent and Preference State", "type": "http" }, "http": { "method": "GET", "url": "https://api.transcend.io/sync" }, "docs": "Get Consent and Preference State" }, { "info": { "name": "Set Consent and Preference State", "type": "http" }, "http": { "method": "POST", "url": "https://api.transcend.io/sync", "body": { "type": "json", "data": "{}" } }, "docs": "Set Consent and Preference State" } ] } ], "bundled": true }