action openfintech_get_merchant_industries_id { label: "Merchant industry by ID" description: "Returns merchant industry with specific ID.\n" provider: openfintech method: GET path: "/merchant-industries/{id}" encoding: json output: { type: "object" additionalProperties: true } }