Retweeted by

GET http://localhost:5001/appgregator/us-central1/twitter/tweet/retweeted-by/

Query Parameters

Name
Type
Description

name*

String

qantor.co.id

connection_name*

String

twitter-1

tweet_id*

String

1542718751119925250

pagination_token

String

77qpymm88g5h9vqkluxctms04jj8n01kgfqusq813ounp

Headers

Name
Type
Description

x-api-key*

String

43c464439b5507293ba7b315c9875907

{
    "data": [
        {
            "id": "245297600",
            "name": "Muhammad Rifqy Yusuf",
            "username": "rifqyyusuf"
        }
    ],
    "meta": {
        "result_count": 1,
        "next_token": "7140dibdnow9c7btw481d79ndje8sgcng3biuxcp996wm"
    }
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/twitter/tweet/retweeted-by?name=qantor.co.id&connection_name=twitter-1&tweet_id=1542718751119925250&pagination_token=77qpymm88g5h9vqkluxctms04jj8n01kgfqusq813ounp' \
--header 'x-api-key: 43c464439b5507293ba7b315c9875907'

Last updated