{ "opencollection": "1.0.0", "info": { "name": "Accredible Analytics Evidence Items API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Evidence Items", "type": "folder" }, "items": [ { "info": { "name": "Create an evidence item", "type": "http" }, "http": { "method": "POST", "url": "https://api.accredible.com/v1/credentials/:credential_id/evidence_items", "params": [ { "name": "credential_id", "value": "", "type": "path", "description": "The unique ID of the credential." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attaches a new Evidence Item (work sample or artifact) to a credential." }, { "info": { "name": "View an evidence item", "type": "http" }, "http": { "method": "GET", "url": "https://api.accredible.com/v1/credentials/:credential_id/evidence_items/:evidence_item_id", "params": [ { "name": "credential_id", "value": "", "type": "path", "description": "The unique ID of the credential." }, { "name": "evidence_item_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single Evidence Item on a credential." }, { "info": { "name": "Update an evidence item", "type": "http" }, "http": { "method": "PUT", "url": "https://api.accredible.com/v1/credentials/:credential_id/evidence_items/:evidence_item_id", "params": [ { "name": "credential_id", "value": "", "type": "path", "description": "The unique ID of the credential." }, { "name": "evidence_item_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an Evidence Item on a credential." }, { "info": { "name": "Delete an evidence item", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.accredible.com/v1/credentials/:credential_id/evidence_items/:evidence_item_id", "params": [ { "name": "credential_id", "value": "", "type": "path", "description": "The unique ID of the credential." }, { "name": "evidence_item_id", "value": "", "type": "path" } ] }, "docs": "Deletes an Evidence Item from a credential." } ] } ], "bundled": true }