get https://a.klaviyo.com/api/flow-messages//template
Return the related template
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
templates:read
Responses
Return the related template
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
templates:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/flow-messages/id/template \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
18{
"data": {
"type": "template",
"id": "string",
"attributes": {
"name": "string",
"editor_type": "string",
"html": "string",
"text": "string",
"amp": "string",
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00"
},
"links": {
"self": "string"
}
}
}