This page details the currently available Lists methods.
Last updated 1 year ago
List id
pagination
curl -L \ --request POST \ --url '/lists/get_latest_list_tweets' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "list_id": "text", "page": 1 }'
No body
curl -L \ --request POST \ --url '/lists/get_list_members' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "list_id": "text", "page": 1 }'