Method: KlaviyoAPI::TemplatesApi#get_universal_content
- Defined in:
- lib/klaviyo-api-sdk/api/templates_api.rb
#get_universal_content(id, opts = {}) ⇒ Hash<String, Object>
Get Universal Content Get the universal content with the given ID.
*Rate limits*:
Burst: ‘10/s`
Steady: `150/m` Scopes: `templates:read`
632 633 634 635 |
# File 'lib/klaviyo-api-sdk/api/templates_api.rb', line 632 def get_universal_content(id, opts = {}) data, _status_code, _headers = get_universal_content_with_http_info(id, opts) data end |