action mist_get_org_gateway_templates { label: "getOrgGatewayTemplates" description: "Get Organization Gateway Templates" provider: mist method: GET path: "/api/v1/orgs/{org_id}/gatewaytemplates" encoding: json output: { type: "object" additionalProperties: true } }