{ "opencollection": "1.0.0", "info": { "name": "Zenodo REST Access API", "version": "12.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Access", "type": "folder" }, "items": [ { "info": { "name": "List access links", "type": "http" }, "http": { "method": "GET", "url": "https://zenodo.org/api/records/:recordId/access/links", "params": [ { "name": "recordId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List access links" }, { "info": { "name": "Create an access link", "type": "http" }, "http": { "method": "POST", "url": "https://zenodo.org/api/records/:recordId/access/links", "params": [ { "name": "recordId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an access link" }, { "info": { "name": "Get an access link by ID", "type": "http" }, "http": { "method": "GET", "url": "https://zenodo.org/api/records/:recordId/access/links/:linkId", "params": [ { "name": "recordId", "value": "", "type": "path" }, { "name": "linkId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an access link by ID" }, { "info": { "name": "Update an access link", "type": "http" }, "http": { "method": "PATCH", "url": "https://zenodo.org/api/records/:recordId/access/links/:linkId", "params": [ { "name": "recordId", "value": "", "type": "path" }, { "name": "linkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an access link" }, { "info": { "name": "Delete an access link", "type": "http" }, "http": { "method": "DELETE", "url": "https://zenodo.org/api/records/:recordId/access/links/:linkId", "params": [ { "name": "recordId", "value": "", "type": "path" }, { "name": "linkId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an access link" } ] } ], "bundled": true }