action clearblade_get_portal_info { label: "DEVELOPER - Gets the information for a portal" description: "Returns information about a specified portal." provider: clearblade method: GET path: "/admin/portals/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }