Get all external feeds
Retrieves all external feeds from your Brevo account with filtering and pagination.
**Use this to:**
- Get an overview of all external data feeds
- Find feeds by name using search functionality
- Filter feeds by creation date range
- Browse feeds by authentication type
- Monitor feed library organization and usage
**Key information returned:**
- Feed details (UUID, name, URL, authentication type)
- Feed configuration and settings
- Creation and modification timestamps
- Feed status and error information
- Authentication and header configurations
**Important considerations:**
- External feeds enable dynamic content in email campaigns
- Feeds must be accessible from Brevo servers
- Authentication credentials are securely stored
- Feed performance affects campaign delivery
- Use pagination for accounts with many feeds
- Date range filtering limited to 30 days maximum
- Search functionality works on feed name matching
- Internal feeds are system-managed and cannot be modified
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Query parameters
search
Can be used to filter records by search keyword on feed name
startDate
Mandatory if endDate is used. Starting date (YYYY-MM-DD) from which
you want to fetch the list. Can be maximum 30 days older than current
date.
endDate
Mandatory if startDate is used. Ending date (YYYY-MM-DD) till which
you want to fetch the list. Maximum time period that can be selected is
one month.
sort
Sort the results in the ascending/descending order of record creation.
Default order is descending if sort is not passed.
Allowed values:
authType
Filter the records by authType of the feed.
Allowed values:
limit
Number of documents returned per page.
offset
Index of the first document on the page.
Response
External feeds retrieved successfully
count
Total number of feeds
feeds
List of external feeds