get https://a.klaviyo.com/api/flow-messages//flow-action
Get the flow action for a flow message with the given message ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
Responses
Get the flow action for a flow message with the given message 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/flow-action \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
}
{
"data": {
"type": "flow-action",
"id": "string",
"attributes": {
"action_type": "string",
"status": "string",
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00",
"settings": {},
"tracking_options": {
"add_utm": true,
"utm_params": [
{
"name": "string",
"value": "string"
}
],
"is_tracking_opens": true,
"is_tracking_clicks": true
},
"send_options": {
"use_smart_sending": true,
"is_transactional": true
},
"render_options": {
"shorten_links": true,
"add_org_prefix": true,
"add_info_link": true,
"add_opt_out_language": true
}
},