In the Ad - campaign management, when I go to targeting -> add followers, there is a recommendation message “Then you can expand your reach by adding recommended @usernames”- as soon as I put one user in, message becomes a link ie. “Add @usernames like @username and more to expand your audience”.
Clicking on that link opens up a popup were I could choose from list of recommended users.
I am trying to write the same functionality using twitter ads api / twitter api, but I can’t find in documentation endpoints that would eventually allow getting these recommended users?
I see that when that popup is opening two calls are being made
https://ads.twitter.com/accounts/1234567/handle_recommendation.json?account=1234567&handles=handle%handle%handle&number=40
and
https://ads.twitter.com/users/lookup_user_by_screen_names
But I couldn’t find anything similar in docs.