{ "opencollection": "1.0.0", "info": { "name": "Particle Health Authentication Projects API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Search Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.particlehealth.com/projects" }, "docs": "Searches projects by simple field filter." }, { "info": { "name": "Search Service Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.particlehealth.com/service-accounts" }, "docs": "Searches service accounts by simple field filter." } ] } ], "bundled": true }