Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.19 KB

GetAllExternalFeedsFeeds.md

File metadata and controls

21 lines (17 loc) · 1.19 KB

GetAllExternalFeedsFeeds

Properties

Name Type Description Notes
id string ID of the feed
name string Name of the feed
url string URL of the feed
authType string Auth type of the feed: * `basic` * `token` * `noAuth`
username string Username for authType `basic` [optional]
password string Password for authType `basic` [optional]
token string Token for authType `token` [optional]
headers \Brevo\Client\Model\GetExternalFeedByUUIDHeaders[] Custom headers for the feed
maxRetries int Maximum number of retries on the feed url
cache bool Toggle caching of feed url response
createdAt [\DateTime] Datetime on which the feed was created
modifiedAt [\DateTime] Datetime on which the feed was modified

[Back to Model list] [Back to API list] [Back to README]