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