{ "opencollection": "1.0.0", "info": { "name": "Checkly Public Accounts API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.checklyhq.com/v1/accounts", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of results" }, { "name": "page", "value": "", "type": "query", "description": "Page number" } ] }, "docs": "Fetch user accounts based on supplied API key" }, { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.checklyhq.com/v1/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The account ID" } ] }, "docs": "Get details from a specific account" } ] } ], "bundled": true }