Get account details

Retrieves details of your Brevo account. **Use this to:** - Get account information (email, name, company, address) - Check plan details (type, credits, expiration) - Get relay information (for transactional emails) - Check Marketing Automation status - Access organization and user identifiers **Key information returned:** - Complete account details (organization ID, user ID, company information) - Address and contact information - Plan configurations and credit allocations across different verticals - Marketing Automation settings and tracker key (when enabled) - SMTP relay configuration for transactional emails - Enterprise features availability status **Important considerations:** - Provides comprehensive account overview for billing and configuration management - Essential for understanding current plan limitations and feature availability - Marketing Automation key is only returned when Marketing Automation is enabled on the account - Plan verticals show detailed breakdown across Marketing, Chat, and CRM categories (only returned when plan verticals are available) - Relay configuration crucial for transactional email setup and deliverability - Enterprise status determines access to advanced features and sub-account management

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Response

Account information retrieved successfully
organization_idstring
Unique identifier for the organization
user_idinteger
Unique identifier for the user
enterpriseboolean
Indicates if the account has enterprise features
companyNamestring
Name of the company
emailstringformat: "email"
Login Email
firstNamestring
First Name
lastNamestring
Last Name
planlist of objects
Information about your plans and credits
relayobject
Information about your transactional email account
addressobject
Address informations
marketingAutomationobject
planVerticalslist of objects
Detailed information about different plan categories

Errors

400
Bad Request Error