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

uuidstringRequiredformat: "uuidv4"
UUID of the feed to fetch

Response

External feed details retrieved successfully
idstringformat: "uuidv4"
Unique identifier of the feed
namestring
Name of the feed
urlstringformat: "url"
URL of the external data source
authTypeenum
Authentication type for accessing the feed
Allowed values:
maxRetriesinteger1-5
Maximum number of retry attempts for failed requests
cacheboolean
Whether to cache the feed response
createdAtdatetime
Feed creation timestamp
modifiedAtdatetime
Feed last modification timestamp
usernamestring or null
Username for basic authentication. Only returned when authType is 'basic'. Excluded from response when authType is 'token'.
passwordstring or null
Password for basic authentication. Only returned when authType is 'basic'. Excluded from response when authType is 'token'.
tokenstring or null

Token for token-based authentication. Only returned when authType is ‘token’. Excluded from response when authType is ‘basic’ or ‘noAuth’.

headerslist of objects or null
Custom HTTP headers for the feed request

Errors

400
Bad Request Error
404
Not Found Error