Making a call to lists/statuses returns a 404 when requesting by slug & owner.

Newly created list (returns 404):
1.1/lists/statuses.json?cards_platform=TwitterKit-13&count=30&include_cards=true&include_rts=true&owner_screen_name=CaptainKHabs&slug=HNSEA&tweet_mode=extended

Older Created list (works):
1.1/lists/statuses.json?cards_platform=TwitterKit-13&count=30&include_cards=true&include_rts=true&owner_screen_name=CaptainKHabs&slug=HNTBL&tweet_mode=extended

I can query the newly created list using its ID and it works fine. It’s specifically with slug & owner_screen_name that it 404s.

List from my example is the following, but it’s the same no matter what recently created list: 1581812826967928832

I think this is expected because the slug and & owner URL format was deprecated in favor of the list ID, so it should work with IDs instead.

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