Getting started
Before you start
Generate an API key from your Brevo account settings. You’ll need it to authenticate your requests. See the API key authentication guide for step-by-step instructions.
If you plan to use the playground mode, whitelist your IP address first. See IP security for instructions.
Run your first call
The documentation includes an interactive playground that lets you test API endpoints directly from your browser. You can modify request parameters, add headers, and see real responses without writing any code.
Try the endpoint in the panel to the right. It retrieves your account information and validates your API key. Enter your API key in the api-key header, then click Send request to execute the request.
A successful response returns your account details, including your account name, email, and plan information. This confirms your API key is valid and you’re ready to make additional API calls.
What’s next
Now that you’ve made your first request, explore our guides to start building your integration:
- Learn key Brevo API concepts: Understand core concepts like authentication, pagination, and rate limits.
- Send transactional emails: Send your first email and learn about template management.
- Setup webhooks: Receive real-time updates for email events.
- Send SMS & WhatsApp: Reach customers on their preferred mobile channels.
Tools and Resources
Explore, test, and contribute to our API collections. Fork our workspace to streamline your development workflow with pre-configured endpoints.
Understand rate limiting policies and quotas. Learn how to optimize your API calls and prevent request throttling.
Integrate Brevo with AI assistants using the Model Context Protocol. Enable AI models to interact with your Brevo account through standardized endpoints.