{ "opencollection": "1.0.0", "info": { "name": "Ory Network Billing 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://{project-slug}.projects.oryapis.com/admin/organizations" }, "docs": "List organizations" }, { "info": { "name": "Create an organization", "type": "http" }, "http": { "method": "POST", "url": "https://{project-slug}.projects.oryapis.com/admin/organizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization" }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://{project-slug}.projects.oryapis.com/admin/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an organization" }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PUT", "url": "https://{project-slug}.projects.oryapis.com/admin/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an organization" }, { "info": { "name": "Delete an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://{project-slug}.projects.oryapis.com/admin/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an organization" } ] } ], "bundled": true }