{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Organizations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List all organizations", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/organizations", "params": [ { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return" } ] }, "docs": "Retrieves a list of all organizations in the Enterprise Hub. Each organization represents a distinct entity that can own and manage APIs." }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization" } ] }, "docs": "Retrieves the details of a specific organization by its unique identifier, including its name, settings, and associated users." }, { "info": { "name": "Update an organization", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.rapidapi.com/v1/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration and settings of an existing organization in the Enterprise Hub." } ] } ], "bundled": true }