Lists
This page details the currently available Lists methods.
Last updated
This page details the currently available Lists methods.
Last updated
POST /api/lists/get_latest_list_tweets HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"list_id": "text",
"page": 1
}POST /api/lists/get_list_members HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"list_id": "text",
"page": 1
}