Method: KlaviyoAPI::WebFeedsApi#get_web_feed

Defined in:
lib/klaviyo-api-sdk/api/web_feeds_api.rb

#get_web_feed(id, opts = {}) ⇒ Hash<String, Object>

Get Web Feed Get the web feed with the given ID.
*Rate limits*:
Burst: ‘1/s`
Steady: `15/m` Scopes: `web-feeds:read`

Parameters:

  • id (String)

    The ID of the web feed

  • opts (Hash) (defaults to: {})

    the optional parameters

Options Hash (opts):

Returns:

  • (Hash<String, Object>)


163
164
165
166
# File 'lib/klaviyo-api-sdk/api/web_feeds_api.rb', line 163

def get_web_feed(id, opts = {})
  data, _status_code, _headers = get_web_feed_with_http_info(id, opts)
  data
end