action rebilly_get_invoice { label: "Retrieve an invoice" description: "Retrieve an invoice with specified identifier string.\n" provider: rebilly method: GET path: "/invoices/{id}" encoding: json output: { type: "object" } }