get https://a.klaviyo.com/api/flows//
Get a flow with the given flow ID.
Include parameters can be provided to get the following related resource data: flow-actions
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
Responses
Get a flow with the given flow ID.
Include parameters can be provided to get the following related resource data: flow-actions
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/flows/id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-07-15'