Skip to main content

Postman

Read Postman workspaces and collections.

Connect Postman with an API key to list workspaces and collections and read a collection's full request tree.

Connect

Credential fieldRequiredWhere it comes from
API key (API_KEY)YesA Postman API key, sent as the X-Api-Key header.

Tools

ToolAccessWhat it does
Who am I (yekar.postman.me)ReadReturn the Postman account this connection authenticates as.
List workspaces (yekar.postman.list-workspaces)ReadList the workspaces this account can open.
List collections (yekar.postman.list-collections)ReadList collections, across the account or in one workspace.
Get collection (yekar.postman.get-collection)ReadRead one collection in full - folders, requests, and their URLs, methods and scripts.

Notes

  • In Postman, open Settings → API keys and generate a key.