action owler_get_v1_companypremium_id_company_id { label: "Get Complete Company Info by Id" description: "The Company Premium Data API provides complete information about a company for the specified Company Id " provider: owler method: GET path: "/v1/companypremium/id/{companyId}" encoding: json input: { type: "object" properties: { companyId: { type: "string" } format: { type: "string" } } required: ["companyId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }