action letmc_company_controller_get_company { label: "Information about a specific company" provider: letmc method: GET path: "/v2/tier2/{shortName}/company" encoding: json input: { type: "object" properties: { shortName: { type: "string" } } required: ["shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }