Lists

This page details the currently available Lists methods.

Get latest tweets from a list

post
Authorizations
Body
list_idstringRequired

List id

pageintegerOptional

pagination

Default: 1
Responses
200
Success
post
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
}
200

Success

No content

Get list members

post
Authorizations
Body
list_idstringRequired

List id

pageintegerOptional

pagination

Default: 1
Responses
200
Success
post
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
}
200

Success

No content

Last updated