Influencer Details (Twitter ID)
Retrieve Influencer Details
GET
https://api.hive.one/v1/influencers/id/:twitter_id/
This endpoint allows you to get the rank/score details of an influencer using their twitter id
Path Parameters
Name | Type | Description |
---|---|---|
twitter_id | number | Twitter ID of the influencer to retrieve |
Query Parameters
Name | Type | Description |
---|---|---|
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 |
Top Followers
If you want to get a list of an influencers top followers in a given cluster
add include_followers=1
to the query parameters.
Last updated