post https://a.klaviyo.com/api/web-feeds
Create a web feed.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
web-feeds:write
Responses
Create a web feed.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
web-feeds:write
xxxxxxxxxx
17curl --request POST \
--url https://a.klaviyo.com/api/web-feeds \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-04-15' \
--data '
{
"data": {
"type": "web-feed",
"attributes": {
"request_method": "get",
"content_type": "json"
}
}
}
'
xxxxxxxxxx
18{
"data": {
"type": "web-feed",
"id": "925e385b52fb",
"attributes": {
"name": "Blog_posts",
"url": "https://help.klaviyo.com/api/v2/help_center/en-us/articles.json",
"request_method": "get",
"content_type": "json",
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00",
"status": "ok"
},
"links": {
"self": "string"
}
}
}