get https://a.klaviyo.com/api/flow-actions//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/action_id/flow/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
{
"data": {
"type": "flow",
"id": "string",
"attributes": {
"name": "string",
"status": "string",
"archived": true,
"created": "2022-11-08T00:00:00",
"updated": "2022-11-08T00:00:00",
"trigger_type": "string"
},
"links": {
"self": "string"
}
}
}