postman-mcp-server

list_account_invoices

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