{ "opencollection": "1.0.0", "info": { "name": "Axiom REST Annotations Orgs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Orgs", "type": "folder" }, "items": [ { "info": { "name": "List all orgs", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/orgs" }, "docs": "List all orgs" }, { "info": { "name": "Create org", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/orgs" }, "docs": "Create org" }, { "info": { "name": "Retrieve org", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/orgs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve org" }, { "info": { "name": "Update org", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/orgs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update org" }, { "info": { "name": "Delete user from org", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/orgs/:orgId/users/:userId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Delete user from org" } ] } ], "bundled": true }