{ "opencollection": "1.0.0", "info": { "name": "Particle Cloud Authentication Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.particle.io/v1/orgs" }, "docs": "List organizations the currently authenticated user has access to" }, { "info": { "name": "Retrieve an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.particle.io/v1/orgs/:orgIdOrSlug", "params": [ { "name": "orgIdOrSlug", "value": "", "type": "path" } ] }, "docs": "Retrieve details for an organization." }, { "info": { "name": "List organization products", "type": "http" }, "http": { "method": "GET", "url": "https://api.particle.io/v1/orgs/:orgIdOrSlug/products", "params": [ { "name": "orgIdOrSlug", "value": "", "type": "path" } ] }, "docs": "List products which belong the the organization" } ] } ], "bundled": true }