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 |
Last updated