GET
/
api
/
v1
/
twitter-data
/
users
/
details
curl --request GET \
  --url https://api.drip.re/api/v1/twitter-data/users/details \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ],
  "meta": {
    "hasNextPage": false,
    "hasPreviousPage": false,
    "startCursor": "<string>",
    "endCursor": "<string>",
    "totalCount": 123
  }
}

Authorizations

Authorization
string
header
required

API Key

Query Parameters

userIds
string
required

Comma-separated list of Twitter user IDs (maximum 10)

Response

200
application/json
Default Response
data
object[]
meta
any