{ "opencollection": "1.0.0", "info": { "name": "Obol Address Techne Credentials API", "version": "v1.0.0-local" }, "items": [ { "info": { "name": "Techne Credentials", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Base techne credential metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.obol.tech/v1/techne/base/:index", "params": [ { "name": "index", "value": "", "type": "path", "description": "The techne index." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This endpoint is used to retrieve Base techne credential metadata" }, { "info": { "name": "Retrieve Bronze techne credential metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.obol.tech/v1/techne/bronze/:index", "params": [ { "name": "index", "value": "", "type": "path", "description": "The techne index." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This endpoint is used to retrieve Bronze techne credential metadata" }, { "info": { "name": "Retrieve Silver techne credential metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.obol.tech/v1/techne/silver/:index", "params": [ { "name": "index", "value": "", "type": "path", "description": "The techne index." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This endpoint is used to retrieve Silver techne credential metadata" }, { "info": { "name": "Retrieve Gold techne credential metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.obol.tech/v1/techne/gold/:index", "params": [ { "name": "index", "value": "", "type": "path", "description": "The techne index." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This endpoint is used to retrieve Gold techne credential metadata" } ] } ], "bundled": true }