Quick Start Guide
Welcome to the Brevo API! This guide will help you make your first API call and understand the basics.
Prerequisites
Before you begin, you’ll need:
- A Brevo account
- An API key from your Brevo dashboard
- Basic understanding of REST APIs
Your First API Call
Here’s a simple example to get your account information:
curl -X GET "https://api.brevo.com/v3/account" \ -H "Accept: application/json" \ -H "api-key: YOUR_API_KEY"