{ "opencollection": "1.0.0", "info": { "name": "Edlink Agents API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "List agents", "type": "http" }, "http": { "method": "GET", "url": "https://ed.link/api/v2/graph/agents", "params": [ { "name": "$first", "value": "", "type": "query", "description": "Number of records to return per page (pagination)." }, { "name": "$after", "value": "", "type": "query", "description": "Cursor for fetching the page after this value." } ] }, "docs": "Returns the source connection agents that feed data into the integration." }, { "info": { "name": "Get an agent", "type": "http" }, "http": { "method": "GET", "url": "https://ed.link/api/v2/graph/agents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Edlink UUID of the resource." } ] }, "docs": "Get an agent" } ] } ], "bundled": true }