{ "opencollection": "1.0.0", "info": { "name": "Application Research CNAB Bundle API Resources Claims API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Claims", "type": "folder" }, "items": [ { "info": { "name": "Application Research List all claims", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/v1/claims", "params": [ { "name": "installation", "value": "", "type": "query", "description": "Filter by installation name" }, { "name": "action", "value": "", "type": "query", "description": "Filter by action type" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip" } ] }, "docs": "Application Research List all claims" }, { "info": { "name": "Application Research Create a new claim", "type": "http" }, "http": { "method": "POST", "url": "https://api.example.com/v1/claims", "body": { "type": "json", "data": "{}" } }, "docs": "Application Research Create a new claim" }, { "info": { "name": "Application Research Get a claim by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.example.com/v1/claims/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Claim ID (ULID)" } ] }, "docs": "Application Research Get a claim by ID" } ] } ], "bundled": true }