{ "opencollection": "1.0.0", "info": { "name": "Accredible Analytics API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "View credential analytics", "type": "http" }, "http": { "method": "POST", "url": "https://api.accredible.com/v1/credentials/analytics/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the credential." } ] }, "docs": "Returns engagement analytics for a single credential." }, { "info": { "name": "Index analytics", "type": "http" }, "http": { "method": "GET", "url": "https://api.accredible.com/v1/analytics" }, "docs": "Returns issuer-level engagement analytics across credentials." } ] } ], "bundled": true }