{ "opencollection": "1.0.0", "info": { "name": "Story Protocol API Reference Collections IPGroup API", "version": "v1" }, "items": [ { "info": { "name": "IPGroup", "type": "folder" }, "items": [ { "info": { "name": "List a IPGroup's edges", "type": "http" }, "http": { "method": "POST", "url": "https://api.storyapis.com/api/v3/ip-group-edges", "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 an IPGroup edges" }, { "info": { "name": "List IP groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.storyapis.com/api/v3/ip-groups", "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 an IPGroup" } ] } ], "bundled": true }