{ "opencollection": "1.0.0", "info": { "name": "Didomi consents/events sessions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "sessions", "type": "folder" }, "items": [ { "info": { "name": "GET /sessions/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://api.didomi.io/v1/sessions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of sessions to return" } ] }, "docs": "Retrieves a single resource with the given id from the service." }, { "info": { "name": "Create a new session", "type": "http" }, "http": { "method": "POST", "url": "https://api.didomi.io/v1/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate against the Didomi API and get an access token to use for calls requiring authorization" } ] } ], "bundled": true }