{ "opencollection": "1.0.0", "info": { "name": "Didomi consents/events consents/proofs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "consents/proofs", "type": "folder" }, "items": [ { "info": { "name": "Upload a consent proof", "type": "http" }, "http": { "method": "POST", "url": "https://api.didomi.io/v1/consents/proofs", "params": [ { "name": "organization_id", "value": "", "type": "query", "description": "The ID of the organization that the proof belongs to" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Upload a file to serve as proof of consent" }, { "info": { "name": "Retrieve a proof", "type": "http" }, "http": { "method": "GET", "url": "https://api.didomi.io/v1/consents/proofs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique ID of the proof to retrieve" }, { "name": "organization_id", "value": "", "type": "query", "description": "The ID of the organization that the proof belongs to" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a consent proof" } ] } ], "bundled": true }