GET /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
Servers
- https://api.brevo.com/v3
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
endDate |
String | No |
Mandatory if |
limit |
Integer | No |
Number of documents returned per page. Default value: 50 |
sort |
String | No |
Sort the results in the ascending/descending order of record creation.
Default order is descending if Valid values:
Default value: "desc" |
search |
String | No |
Can be used to filter records by search keyword on feed name |
authType |
String | No |
Filter the records by Valid values:
|
startDate |
String | No |
Mandatory if |
offset |
Integer | No |
Index of the first document on the page. Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.