API documentation for the Influencer Hero platform.
Influencer Hero API (1.4.2)
Download OpenAPI description
Overview
URL
Influencer Hero Support
Languages
Servers
https://api.influencer-hero.com/
- https://api.influencer-hero.com/v1/search/database_influencers
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.influencer-hero.com/v1/search/database_influencers?q=string&type=topic-tags&platform=instagram' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "items": [ "therock", "eminem", "techreview" ] }
- https://api.influencer-hero.com/v1/search/locations
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.influencer-hero.com/v1/search/locations?q=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "items": [ { … }, { … }, { … }, { … } ], "inputPhrase": "United" }
Affiliate Tracking
[Advanced] Server-side endpoints for tracking affiliate actions and performance. For most use cases, the client-side tracking script will be sufficient.
Operations