How can i get the nimber of leads in a smart list using rest API? Is there any endpoint for that? If any please share the documentation with your answer.
Hi Arunkumar,
There is no end point for smart lists. There is only end points for static lists and even though, the endpoints do not return the number of leads in the list. So, it seems that the only way to get the info for a smart list is to
Here is the idea I entered for static lists:
-Greg