> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.brevo.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.brevo.com/_mcp/server.

# 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 every available endpoint.

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 your organization members.

![Exploring the collections](https://fdr-prod-docs-files-public.s3.us-east-1.amazonaws.com/brevo.docs.buildwithfern.com/ca7ac4b5634c2c959225b528e0a5092a4e0f3fe9c4075a978e322d0d70c346cb/docs/assets/images/1ca4e66-Screenshot_2023-03-10_at_11.06.59.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA6KXJSKKNFOCF7G4B%2F20260923%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260923T040805Z&X-Amz-Expires=604800&X-Amz-Signature=cc49da37b3215ce340bfb775bfd54977661f6364a40e6a583c8bbbef3c1b2b18&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject)

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](https://app.brevo.com/settings/keys/api). See the [API key authentication guide](/docs/api-key-authentication) for instructions.

### Set the environment variable

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

![Setting up your environment](https://fdr-prod-docs-files-public.s3.us-east-1.amazonaws.com/brevo.docs.buildwithfern.com/46f83ef4756f1c7045006cad70689b9951f3973568fc834c963ab8727c6397cb/docs/assets/images/9a2cdd0-Screenshot_2023-03-10_at_12.18.37.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA6KXJSKKNFOCF7G4B%2F20260923%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260923T040805Z&X-Amz-Expires=604800&X-Amz-Signature=9d94e220934ddcd337178dd9a419ab1e70ac870e87be78482450600e981a6b56&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject)

Import the default environment directly via [this link](https://www.postman.com/sib-apiv3/workspace/sendinblue/environment/10612044-8527d035-9554-42c0-9397-deaa65c07d91).

## Test your first request

Once your environment is configured, all endpoints inherit the `{{api-key}}` variable. Test your setup by fetching your account details:

### Select the endpoint

Choose **GET /account** from the endpoint list.

### Send the request

Click **Send** to execute the request.

### Review the response

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

![Fetching data](https://fdr-prod-docs-files-public.s3.us-east-1.amazonaws.com/brevo.docs.buildwithfern.com/7ff5fc5f3a4d5ddcacb205c09cb80ad6e781a8ed4656a6cf4edc9797df29a9cf/docs/assets/images/3264c6a-Screenshot_2023-03-10_at_12.24.43.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA6KXJSKKNFOCF7G4B%2F20260923%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260923T040805Z&X-Amz-Expires=604800&X-Amz-Signature=988e6d2bacc4d7817d8a4024e7f0442b4e954651e1077cf3c6a340183deca528&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject)

## 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.