API documentation for the Influencer Hero platform.
URL https://help.influencer-hero.com/
Influencer Hero Support support@influencer-hero.com
API documentation for the Influencer Hero platform.
curl -i -X GET \
https://api.influencer-hero.com/v1/public/hello
{ "message": "Public request well received. Use /v1/account/hello to test authenticated requests." }
curl -i -X GET \
https://api.influencer-hero.com/v1/account/hello
{ "message": "You are logged in - <account_id> - <user_id>" }
[Advanced] Server-side endpoints for tracking affiliate actions and performance. For most use cases, the client-side tracking script will be sufficient.