Postman workspace
Overview
Use our Postman workspace to test API endpoints, explore collections, and integrate with your development workflow. The workspace includes pre-configured environments and all available endpoints.
Get started
Fork the workspace
Click the button above to open the Postman workspace. Fork it to your team space to make it visible to you and your organization members.

Browse available endpoints in the left panel and view documentation in the middle panel.
Configure your environment
The workspace includes a default environment with pre-configured variables. Set the {{api-key}} variable before making requests.
Get your API key
Retrieve your API key from your Brevo account settings. See the API key authentication guide for instructions.
Import the default environment directly by using this link.
Test your first request
After configuring your environment, all endpoints inherit the {{api-key}} variable. Test your setup by fetching your account details:
Best practices
- Keep collections updated: Sync your forked collection regularly to receive the latest endpoint updates
- Contribute improvements: Submit pull requests for collection enhancements. We review and merge contributions
- Use environment variables: Store sensitive values like API keys in environment variables, not in requests

