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-01-24'
xxxxxxxxxx
64}
{
"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"
},
"relationships": {
"flow-actions": {
"data": [
{
"type": "flow-action",
"id": "string"
}
]
}
},
"links": {
"self": "string"
}
},
"included": [
{
"type": "flow-action",
"id": "string",
"attributes": {
"action_type": "string",