get https://a.klaviyo.com/api/metrics//relationships/flow-triggers
Get the IDs of all flows where the given metric is being used as the trigger.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
flows:read
metrics:read
Responses
Get the IDs of all flows where the given metric is being used as the trigger.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
flows:read
metrics:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/metrics/id/relationships/flow-triggers \
--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"
}
]
}