Batch Influencers Details (Twitter ID)

Get Multiple Profiles

GET https://api.hive.one/v1/influencers/batch/?twitter_ids=[1,2,3]

This endpoint allows you to get the Rank/Score data for multiple influencers. The max amount of influencers you can get in one request is 20. At the moment it only works with twitter id's.

Query Parameters

Headers

{
    "data": {
        "success": [
            {influencer_details},
            {influencer_Details}
        ],
        "failure": [
            "1",
            "2"
        ]
    }
}

Last updated