{ "opencollection": "1.0.0", "info": { "name": "Axiom Annotations Organizations API", "version": "1.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.axiom.co/v1/orgs" }, "docs": "List the organizations the caller belongs to." }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/v1/orgs/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Retrieve a single organization by ID." }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/v1/orgs/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update organization-level configuration." } ] } ], "bundled": true }