Postman workspace

Test and explore the Brevo API using our Postman collection

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.

Run in Postman

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.

Exploring the collections

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.

1

Get your API key

Retrieve your API key from your Brevo account settings. See the API key authentication guide for instructions.

2

Set the environment variable

Add your API key to the {{api-key}} variable in your Postman environment.

Setting up your environment

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:

1

Select the endpoint

Choose GET /account from the endpoint list.

2

Send the request

Click Send to execute the request.

3

Review the response

The response displays your account information as JSON, confirming your API key is valid.

Fetching data

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