Postman
postmanAuthenticate with Postman using API keys or Bearer tokens. Access collections, workspaces, and APIs.
🔐 Authentication Methods
api_key
API Key
Register at: https://postman.com/settings/me/api-keys
- Go to Postman Settings > API Keys
- Create a new API key
- Copy the key
bearer_token
Bearer Token
Register at: https://postman.com
- Sign in to Postman
- Generate a bearer token from your account settings
- Copy the token
👤 Identity
Workspace: e.g., personal, team name
🌐 APIs
rest
Base URL: https://api.getpostman.com
Auth Header: X-Api-Key: {token}
Methods: api_key bearer_token