get https://a.klaviyo.com/api/flow-messages//relationships//
Get the relationship for a flow message's flow action, given the flow ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
Flows Read
Responses
Get the relationship for a flow message's flow action, given the flow ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
Flows Read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/flow-messages/id/relationships/flow-action/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
{
"data": {
"type": "flow-action",
"id": "string"
}
}