Feed
Generate an RSS 2.0 feed for published, indexable posts in one locale. Customer sites should proxy this endpoint onto /feed.xml on their own domain so readers receive first-party post URLs.
Authorization
ApiKeyAuth Organization API key. Each key selects exactly one organization; do not send an organization ID separately. Public keys use the cli_blog_pk_ prefix and are intended for published-content delivery reads. Private keys use the cli_blog_sk_ prefix, belong only in trusted environments, and are required for write, publish, delete, and editorial-state workflows when their scopes allow it.
In: header
Query Parameters
Optional BCP 47 locale filter. Omit it to use the organization's primary locale for the feed.
Maximum feed items to include.
Response Body
text/plain
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/feed""string"{ "error": { "code": "invalid_request", "message": "string", "param": "string" }}{ "error": { "code": "invalid_request", "message": "string", "param": "string" }}{ "error": { "code": "invalid_request", "message": "string", "param": "string" }}{ "error": { "code": "invalid_request", "message": "string", "param": "string" }}