Get a list of all feed items
Requires verified email; Requires one of the following permissions: Feed.IndexFeedItems; Requires the following features to be enabled: Feed
GET
/Api/FeedItems
curl \
-X GET https://app.lovassy.hu/Api/FeedItems \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"title": "string",
"description": "string",
"createdAt": "2024-05-04T09:42:00+00:00",
"link": "string"
}
]