Skip to main content
GET
/
list-members
/list-members Get members of a Twitter list
curl --request GET \
  --url https://api.sorsa.io/v2/list-members \
  --header 'ApiKey: <api-key>'
[
  {
    "avatar": "https://x.com/img.png",
    "id": "12",
    "name": "Twitter",
    "screen_name": "twitter"
  }
]

Authorizations

ApiKey
string
header
required

Query Parameters

list_id
string
required

list_id required

Response

OK

avatar
string
Example:

"https://x.com/img.png"

id
string
Example:

"12"

name
string
Example:

"Twitter"

screen_name
string
Example:

"twitter"