Method: KlaviyoAPI::FlowsApi#get_flow

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

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

Get Flow Get a flow with the given flow ID.
*Rate limits*:
Burst: ‘3/s`
Steady: `60/m` Scopes: `flows:read`

Parameters:

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

    the optional parameters

Options Hash (opts):

Returns:

  • (Hash<String, Object>)


532
533
534
535
# File 'lib/klaviyo-api-sdk/api/flows_api.rb', line 532

def get_flow(id, opts = {})
  data, _status_code, _headers = get_flow_with_http_info(id, opts)
  data
end