Method: KlaviyoAPI::TemplatesApi#get_all_universal_content
- Defined in:
- lib/klaviyo-api-sdk/api/templates_api.rb
#get_all_universal_content(opts = {}) ⇒ Hash<String, Object> Also known as: get_template_universal_content
Get All Universal Content Get all universal content in an account.
*Rate limits*:
Burst: ‘10/s`
Steady: `150/m` Scopes: `templates:read`
388 389 390 391 |
# File 'lib/klaviyo-api-sdk/api/templates_api.rb', line 388 def get_all_universal_content(opts = {}) data, _status_code, _headers = get_all_universal_content_with_http_info(opts) data end |