List of Available Influencers
Get Available Influencers
GET
https://api.hive.one/v1/influencers/
This endpoint will return a list of all available influencers we have data for. Each item is an array containing two items: The twitter id and screen name.
Query Parameters
Name
Type
Description
account_type
string
Options: people, business, all Default: all
Headers
Name
Type
Description
Authentication
string
Authentication token
{
"data": {
"available": [
[
"12",
"jack"
],
[
"34",
"ariel"
],
]
}
}
Last updated
Was this helpful?