Influencer Details (Twitter Screen Name)
Retrieve Influencer Details
GET
https://api.hive.one/v1/influencers/screen_name/:screen_name/
This endpoint allows you to get the rank/score details of an influencer using their screen name.
Path Parameters
Name | Type | Description |
---|---|---|
screen_name | string | Screen name 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: all |
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