action botschaft_sns_get_sns_get { label: "Sns Get" provider: botschaft method: GET path: "/sns" encoding: json input: { type: "object" properties: { authorization: { type: "string" } base64_message: { type: "string" } message: { type: "string" } } additionalProperties: false } output: { type: "object" } }