App Logo
postman.co

Postman: list invoices

List Postman billing invoices. Returns per invoice: invoiceId, date, plan, amount, status, viewUrl (public tokenized page) and pdfUrl (direct PDF endpoint). The PDF is rendered inline by Chrome rather than saved as a file, so open pdfUrl or viewUrl in a browser to keep a copy.

Input

None

Output

total required

Number of invoices returned.

invoices required

FAQ

List Postman billing invoices. Returns per invoice: invoiceId, date, plan, amount, status, viewUrl (public tokenized page) and pdfUrl (direct PDF endpoint). The PDF is rendered inline by Chrome rather than saved as a file, so open pdfUrl or viewUrl in a browser to keep a copy.
Nothing. It takes no input.
It returns total, invoices.
Yes. It acts as you on postman.co: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the postman.co cookies saved by the Reduck extension.
It only reads. It looks things up on postman.co and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/postman.co/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/postman.co/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking