action envoice_payment_link_api_all { label: "Create a payment link" provider: envoice method: GET path: "/api/paymentlink/all" encoding: json input: { type: "object" properties: { "queryOptions.page": { type: "integer" format: "int32" } "queryOptions.pageSize": { type: "integer" format: "int32" } "x-auth-key": { type: "string" } "x-auth-secret": { type: "string" } } required: ["x-auth-key", "x-auth-secret"] additionalProperties: false } output: { type: "object" } }