Skip to main content
GET
/
twitter
/
followers
/
task
/
{task_id}
/
next
Consume Next Page of Followers Task
curl --request GET \
  --url https://api.twexapi.io/twitter/followers/task/{task_id}/next \
  --header 'Authorization: Bearer <token>'
{
  "code": 200,
  "msg": "success",
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

task_id returned when submitting a large followers request

Response

Successful Response

Standard API response format

code
integer
required

HTTP status code

Example:

200

msg
string
required

Response message

Example:

"success"

data
any | null

Response data