get https://a.klaviyo.com/api/flow-actions//relationships/flow
Get the flow associated with the given action ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
Responses
Get the flow associated with the given action ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/flow-actions/id/relationships/flow \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": {
"type": "flow",
"id": "string"
}
}