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

Headers

{
    "data": {
        "available": [
            [
                "12",
                "jack"
            ],
            [
                "34",
                "ariel"
            ],
        ]
    }
}

Last updated