action rebilly_get_transaction_collection { label: "Retrieve a list of transactions" description: "Retrieve a list of transactions.\n" provider: rebilly method: GET path: "/transactions" encoding: json output: { type: "array" items: { type: "object" } } }