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/public/hello
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.influencer-hero.com/v1/public/hello \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "message": "Public request well received. Use /v1/account/hello to test authenticated requests." }
- https://api.influencer-hero.com/v1/account/hello
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.influencer-hero.com/v1/account/hello \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "message": "You are logged in - <account_id> - <user_id>" }
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