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 field | Required | Where it comes from |
|---|---|---|
API key (API_KEY) | Yes | A Postman API key, sent as the X-Api-Key header. |
Tools
| Tool | Access | What it does |
|---|---|---|
Who am I (yekar.postman.me) | Read | Return the Postman account this connection authenticates as. |
List workspaces (yekar.postman.list-workspaces) | Read | List the workspaces this account can open. |
List collections (yekar.postman.list-collections) | Read | List collections, across the account or in one workspace. |
Get collection (yekar.postman.get-collection) | Read | Read one collection in full - folders, requests, and their URLs, methods and scripts. |
Notes
- In Postman, open Settings → API keys and generate a key.