API

Get feed posts

Returns the published, public posts in a feed. These posts power public embeds, so no API key is required. Use $offset and $limit to paginate ($limit is capped at 30 and $offset at 100), $filter to narrow the result set and $orderBy to sort.

GET/feeds/{feedId}/posts

Path Parameters

feedId*string

Query Parameters

$offset?string
$limit?string
$filter?string
$orderBy?string
curl -X GET "https://example.com/feeds/string/posts"
{  "meta": {    "maxResults": 0.1  },  "items": [    {      "property1": null,      "property2": null    }  ]}
{  "traceId": "string",  "message": "string",  "path": "string",  "timestamp": "string",  "statusCode": 0.1}