{ "opencollection": "1.0.0", "info": { "name": "TreasurySpring Public Calendar Cells API", "version": "v0.7.3" }, "items": [ { "info": { "name": "Cells", "type": "folder" }, "items": [ { "info": { "name": "Get a single cell by code", "type": "http" }, "http": { "method": "GET", "url": "https://api.treasuryspring.com/api/v1/cell/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "Cell code" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieves data for a single Cell." } ] } ], "bundled": true }