Feed
v1/feed
Get Enterprise Feed
GET
https://api.matrica.io/v1/feed
Fetch feeds based on given parameters. This route is exclusive to Enterprise plans.
Query Parameters
Name
Type
Description
communityIds
string[]
Array of community Ids. Feed will only include communities provided.
type
string
Type of feed entry. ex) DISCORD, TWITTER
date
string
Will only include the feed items starting from the specified date.
ISO format date
skip
number
Pagination skip, default 0
take
number
Pagination take, default 25
Last updated