Unable to get activity feed
I am unable to get activity feed using this curl, even though I am having like 21k feed data.
curl --request GET \
--url https://api.novu.co/v1/feeds \
--header 'Authorization: ApiKey <NOVU_API_KEY>'
9 Replies
Hi @ManwinderSingh, I'm an AI assistant for Novu. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions. Please tag @Ask Inkeep with any follow-up questions.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Get feeds
* Topic creation
* Pushpad
* Create feed
-----------------------------
Answer
The CURL command you're using is correct for retrieving feeds as shown in the official documentation (1) . If you're not getting the expected response despite having data, ensure that your API key is correctly inserted in place of
<NOVU_API_KEY>
. Also, double-check that your account has the appropriate permissions and that the feeds you are trying to access exist and are associated with the provided API key.
If the problem persists, you might want to review any recent changes in the Novu documentation or reach out for support directly within Novu's channels, as there may be specific account or data issues that are not covered by the general API documentation.Got it. Tagging @Support for additional help.
@ManwinderSingh above api is to fetch in-app notifications feed/tabs
Correct api to fetch activity feed is /notifications api
Can I fetch all the feeds?
I can only fetch 10 at a time
@ManwinderSingh
Do you want to fetch in-app notification feeds or activity feed data?
Activity feed data
In-app is didferent from that?
Different *
I can only fetch 10 at a timeI see we have not added limit option for this api. Only 10 items can be fetched in one api call
In-app is didferent from that?I think there is some confusion. Activity feed page has data of all event triggered in-app notifications has multi tabs option. Each tab can be said as one feed or store Activity feed and in-app notifications feed is different
Gothca!