action meraki_get_network_ssid_splash_settings { label: "Display the splash page settings for the given SSID" description: "Display the splash page settings for the given SSID" provider: meraki method: GET path: "/networks/{networkId}/ssids/{number}/splashSettings" encoding: json input: { type: "object" properties: { networkId: { type: "string" } number: { type: "string" } } required: ["networkId", "number"] additionalProperties: false } output: { type: "object" } }