action payrun_get_application_secret { label: "Get Application secret" description: "Get the public visible Application secret object" provider: payrun method: GET path: "/Secret/{SecretId}" encoding: json input: { type: "object" properties: { "Api-Version": { type: "string" format: "string" } Authorization: { type: "string" format: "string" } SecretId: { type: "string" } } required: ["Api-Version", "Authorization", "SecretId"] additionalProperties: false } output: { type: "object" } }