{ "opencollection": "1.0.0", "info": { "name": "Didomi consents/events consents/tokens API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "consents/tokens", "type": "folder" }, "items": [ { "info": { "name": "Create a new consent token", "type": "http" }, "http": { "method": "POST", "url": "https://api.didomi.io/v1/consents/tokens", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new consent token for the user" } ] } ], "bundled": true }