get https://a.klaviyo.com/api/web-feeds/
Get the web feed with the given ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
web-feeds:read
Responses
Get the web feed with the given ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
web-feeds:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/web-feeds/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-04-15'
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"
}
}
}