Is it possible to get a list of all subscribers via API?
and this endpoint
https://api.manychat.com/fb/page/getGrowthTools
gives this
{ "status": "success", "data": [ { "id": 26288466, "name": "Post or Reel Comments #1", "type": "feed_comment_trigger" } ] }
what is id here? how i could use it in API?
thanks!!!