action zeno_get_partner_aggregator_stations { label: "getPartnerAggregatorStations" description: "List stations" provider: zeno method: GET path: "/api/v2/stations/list" encoding: json input: { type: "object" properties: { hitsPerPage: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }