I am trying to subscribe to screen names for the Account Activity API. I have authenticated and registered the webhook. I tried to use lists/members/create to add to the subscription list. But, it seems that the specified user was saved in a member list of some kind instead. When I get with lists/subscriptions, I only see myself. Also, when I view the subscribers for the Account Activity API, I see 0.
I was interested in using ‘account_activity/all/:env_name/subscriptions’, but I did not see where to put a screen name.
After a lot of searching, I decided to ask here. How do I subscribe to a particular screen name for the Account Activity API? Thanks.