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

NameTypeDescription

twitter_ids

array

An array of twitter id's

rank_type

string

Options: All, personal Default: all

include_followers

boolean

Options: 0 (false), 1 (true) Default: 0 (false)

Headers

NameTypeDescription

Authentication

string

Authentication token

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

Last updated