action cenit_get_setup_namespace_id { label: "Retrieve an existing namespace" description: "Retrieves the details of an existing namespace. You need only supply the unique webhook namespace that was returned upon namespace creation." provider: cenit method: GET path: "/setup/namespace/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }