action sinao_app_cashflow_banks_url_validate { label: "Get the link to the funnel to validate a pro item (SCA)" description: "" provider: sinao method: GET path: "/apps/{appId}/banks/{id}/funnel/validate" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { url: { type: "string" format: "uri" } } } }