API Docs
  • Welcome
  • Key Concepts
  • Authentication
  • Response Codes
  • Using ETags
  • Core Resources
    • List of Available Influencers
    • Top Influencers
    • Influencer Details (Twitter ID)
    • Influencer Details (Twitter Screen Name)
    • Influencer Rank/Score History (Twitter ID)
    • Influencer Rank/Score History (Twitter Screen Name)
    • Influencer Podcasts (Twitter ID)
    • Influencer Podcasts (Twitter Screen Name)
    • Batch Influencers Details (Twitter ID)
Powered by GitBook
On this page

Was this helpful?

  1. Core Resources

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

Name
Type
Description

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

Name
Type
Description

Authentication

string

Authentication token

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

PreviousInfluencer Podcasts (Twitter Screen Name)

Last updated 4 years ago

Was this helpful?