{ "opencollection": "1.0.0", "info": { "name": "Infra Authentication Organizations API", "version": "0.0.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "RequestForgotDomains", "type": "http" }, "http": { "method": "POST", "url": "https://api.infrahq.com/api/forgot-domain-request", "headers": [ { "name": "Infra-Version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "RequestForgotDomains" }, { "info": { "name": "ListOrganizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.infrahq.com/api/organizations", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "page", "value": "1", "type": "query", "description": "Page number to retrieve" }, { "name": "limit", "value": "100", "type": "query", "description": "Number of objects to retrieve per page (up to 1000)" } ] }, "docs": "ListOrganizations" }, { "info": { "name": "CreateOrganization", "type": "http" }, "http": { "method": "POST", "url": "https://api.infrahq.com/api/organizations", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "CreateOrganization" }, { "info": { "name": "GetOrganization", "type": "http" }, "http": { "method": "GET", "url": "https://api.infrahq.com/api/organizations/:id", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "GetOrganization" }, { "info": { "name": "UpdateOrganization", "type": "http" }, "http": { "method": "PUT", "url": "https://api.infrahq.com/api/organizations/:id", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "UpdateOrganization" }, { "info": { "name": "DeleteOrganization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.infrahq.com/api/organizations/:id", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "DeleteOrganization" } ] } ], "bundled": true }