Twitter-Data
Get reposts for a tweet
Accounts
Realm-Members
Realms
Currencies
Twitter-Data
Web3-Data-Collections
Web3-Data-Wallets
Web3-Data-Nfts
Web3-Data-Tokens
Web3-Activations
Web3-Activations-Configs
Twitter-Data
Get reposts for a tweet
GET
/
api
/
v1
/
twitter-data
/
tweets
/
{tweetId}
/
reposts
curl --request GET \
--url https://api.drip.re/api/v1/twitter-data/tweets/{tweetId}/reposts \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
],
"meta": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": "<string>",
"endCursor": "<string>",
"totalCount": 123
}
}
Authorizations
API Key
Path Parameters
curl --request GET \
--url https://api.drip.re/api/v1/twitter-data/tweets/{tweetId}/reposts \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
],
"meta": {
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": "<string>",
"endCursor": "<string>",
"totalCount": 123
}
}