action corrently_quittung_tsesignature { label: "Retrieve TSE (Technische Sicherheitseinrichtung) Signature only for a given receipt (Strom-Quittung)." description: "Allows to retrieve digital signature for a given receipt.\n" provider: corrently method: POST path: "/quittung/tsesignature" encoding: json input: { type: "object" properties: { account: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }