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.
Unique key of the feed.
Update Feed
PATCH /feeds/<feed_key>
Update an existing feed. Include only the fields you want to change.
Unique key of the feed.
Delete Feed
DELETE /feeds/<feed_key>
Delete a feed.
Unique key of the feed.
