postman-mcp-server

list_account_invoices

Retrieve all invoices for a Postman billing account, filtered by status. Use the account ID and status to access specific invoice details.

Instructions

Gets all invoices for a Postman billing account filtered by status

Input Schema

NameRequiredDescriptionDefault
accountIdYesThe account's ID
statusYesThe account's status

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "The account's ID", "type": "string" }, "status": { "description": "The account's status", "enum": [ "PAID" ], "type": "string" } }, "required": [ "accountId", "status" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd