postman-mcp-server

list_collection_access_keys

Retrieve and filter access keys for Postman collections by specifying a collection ID or using pagination for efficient data management.

Instructions

List collection access keys with optional filtering by collection ID

Input Schema

NameRequiredDescriptionDefault
collectionIdNoFilter results by collection ID
cursorNoPagination cursor

Input Schema (JSON Schema)

{ "properties": { "collectionId": { "description": "Filter results by collection ID", "type": "string" }, "cursor": { "description": "Pagination cursor", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd