Swagger: Resolve Organization Portal
swagger_resolve_organization_portalResolves portal details for a Swagger organization by UUID, returning portal ID, subdomain, custom domain, and product list, creating a new portal if none exists.
Instructions
Resolve portal details for a Swagger organization in a single step. Given an organization UUID, returns the portal ID, subdomain, customDomain (when configured), and the list of products (with productId, productSlug, and productName) for the organization's portal. If the organization has no portal yet, a new portal is created automatically. Use this tool to obtain all portal context needed for subsequent portal and product operations.
Toolset: Portals
Parameters:
organizationId (string) required: Swagger organization UUID - the organization to resolve portal details for
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Swagger organization UUID - the organization to resolve portal details for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| portalId | No | ||
| products | No | ||
| subdomain | No | ||
| customDomain | No | ||
| portalCreated | No | ||
| organizationId | No |