How can i how to use GET lists / ownerships and/or GET lists / subscriptions twitter api to make a call to receive all the lists a user owns and subscribes to in one call? Is it possible? The documentation seems to suggest that.

It’s GET lists/list | Docs | Twitter Developer Platform but,

A maximum of 100 results will be returned by this call.

So if the user has more you may not be able to get them all

Thanks @IgorBrigadir
I have tried using the GET lists/list endpoint but it doesn’t return all my lists or even any of the lists I created, only some of the lists I’ve subscribed to… I used reverse=true and it still doesn’t return my lists.
Also it seems there’s no equivalent endpoint for lists/list with V2

I just tried hitting the Get lists/list endpoint and it’s not returning anything for me

Even when I use postman:

I also just tried using: GET /2/users/:id/owned_lists

What I want to achieve is to return all the lists a user owns or subscribes to.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.