get https://a.klaviyo.com/api/flow-messages/
Get the flow message of a flow with the given message ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
Responses
Get the flow message of a flow 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 \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
99}
{
"data": {
"type": "flow-message",
"id": "string",
"attributes": {
"name": "string",
"channel": "string",
"content": {
"subject": "string",
"preview_text": "string",
"from_email": "string",
"from_label": "string",
"reply_to_email": "string",
"cc_email": "string",
"bcc_email": "string"
},
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00"
},
"links": {
"self": "string"
},
"relationships": {
"flow-action": {
"data": {
"type": "flow-action",
"id": "string"
},
"links": {
"self": "string",
"related": "string"
}