Hello,
I can’t test GET lists API, the command is (exact bearer token omitted): curl -H "Authorization: Bearer AAAAAAAAAAAAAAAAAAAAA" https://api.twitter.com/1.1/lists/ownerships.json?screen_name=bslabut
The response is:{"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0","lists":[]}
The same is also for subscriptions request and other user ids.
Maybe I miss some required headers?
Thanks!