{ "opencollection": "1.0.0", "info": { "name": "Story Protocol API Reference Collections API", "version": "v1" }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "List Collections", "type": "http" }, "http": { "method": "POST", "url": "https://api.storyapis.com/api/v3/collections", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Chain", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve a paginated, filtered list of Collections" }, { "info": { "name": "Get an Collection", "type": "http" }, "http": { "method": "GET", "url": "https://api.storyapis.com/api/v3/collections/:collectionId", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Chain", "value": "" } ], "params": [ { "name": "collectionId", "value": "", "type": "path", "description": "Collection ID" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve a Collection" } ] } ], "bundled": true }