Skip to main content
The Feed resource represents a scrollable feed of content, including its header, footer, inner navigation, and styling.

Sample payload

Endpoints

Create Feed

POST /feeds Create a new feed. Use the sample payload as a guide for the request body.

Get all Feeds

GET /feeds Retrieve all feeds.

Get a single Feed

GET /feeds/<feed_key> Retrieve a single feed by its key.
feed_key
string
required
Unique key of the feed.

Update Feed

PATCH /feeds/<feed_key> Update an existing feed. Include only the fields you want to change.
feed_key
string
required
Unique key of the feed.

Delete Feed

DELETE /feeds/<feed_key> Delete a feed.
feed_key
string
required
Unique key of the feed.