Get external feed details
Retrieves details of a specific external feed by its UUID.
**Use this to:**
- Get complete configuration of an external feed
- Check feed authentication settings
- Review feed personalization options
- Verify feed URL and parameters
- Monitor feed modification history
**Key information returned:**
- Complete feed configuration and settings
- Authentication credentials and headers
- Personalization and fallback settings
- Creation and modification timestamps
- Cache and retry configurations
**Important considerations:**
- UUID must exist in your account
- Provides complete feed information for troubleshooting
- Essential before making modifications
- Shows current feed health status
- Useful for debugging feed issues
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
uuid
UUID of the feed to fetch
Response
External feed details retrieved successfully
id
Unique identifier of the feed
name
Name of the feed
url
URL of the external data source
authType
Authentication type for accessing the feed
Allowed values:
personalization
Whether personalization is enabled for this feed
defaultAttr
Default attribute name for personalization fallback (empty string if not set)
defaultContact
Default contact email for personalization fallback (empty string if not set)
maxRetries
Maximum number of retry attempts for failed requests
cache
Whether to cache the feed response
createdAt
Feed creation timestamp
modifiedAt
Feed last modification timestamp
username
Username for basic authentication (null if not using basic auth)
password
Password for basic authentication (null if not using basic auth)
token
Token for token-based authentication (null if not using token auth)
headers
Custom HTTP headers for the feed request