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/
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
Bodyapplication/jsonrequired
Payload containing information about the newly sent email.
Details about the email that was just sent.
- https://api.influencer-hero.com/new_email_sent
application/json
{ "webhook_timestamp": "1693427202", "email_information": { "sent_from_email_account": "brand@mycompany.com", "recipient": "influencer@example.com", "cc_address": "manager@example.com", "email_subject": "Collaboration Proposal", "email_body": "Hello, I'd like to collaborate on our new campaign...", "sent_by_user": "John Marketer" }, "deal_info": { "deal_name": "therock", "is_active": true, "dealflow_funnel_step": 3, "dealflow_type": "outreach", "dealflow_name": "Spring Collection Promo", "picture_url": "https://imgp.sptds.icu/v2?mb0KwpL92uYofJiSjDn1%2F6peL1lBwv3s%2BUvShHERlDbrEEwrWumIvR20xZeZXa0LDeIrcniqZeG9S%2F1a5s2Rx3FZdXrWpY%2BmSBJp1l%2FmBGon3rcHA4EfuatZqMhVBzAT", "nr_followers": 60000, "full_name": "Dwayne Johnson", "platform": "instagram", "profile_url": "https://instagram.com/therock" }, "deal_id": "deal123" }
Bodyapplication/jsonrequired
Payload containing information about the new influencer post.
Details of the influencer's social media post.
List of media assets associated with the post (URLs, file references, etc.).
A lightweight summary of the influencers deal.
- https://api.influencer-hero.com/new_influencer_post
application/json
{ "post_information": { "account_id": 3218, "brand_id": 12398, "post_type": "story_post", "post_assets": [ … ], "post_timestamp": "2025-01-15 10:30:00", "platform_media_code": "ABC123XYZ", "platform_user_id": "923478147", "platform_handle": "therock", "platform": "instagram" }, "deal_info": { "deal_name": "therock", "is_active": true, "dealflow_funnel_step": 3, "dealflow_type": "outreach", "dealflow_name": "Spring Collection Promo", "picture_url": "https://imgp.sptds.icu/v2?mb0KwpL92uYofJiSjDn1%2F6peL1lBwv3s%2BUvShHERlDbrEEwrWumIvR20xZeZXa0LDeIrcniqZeG9S%2F1a5s2Rx3FZdXrWpY%2BmSBJp1l%2FmBGon3rcHA4EfuatZqMhVBzAT", "nr_followers": 60000, "full_name": "Dwayne Johnson", "platform": "instagram", "profile_url": "https://instagram.com/therock" }, "deal_id": "deal12345", "collab_id": "collab5678", "deal_url": "https://app.influencer-hero.com/deal/deal12345" }
Bodyapplication/jsonrequired
Payload containing information about the influencer's email reply.
Details about the received email reply.
A lightweight summary of the influencers deal.
- https://api.influencer-hero.com/new_influencer_reply
application/json
{ "email_information": { "from_addr": "janedoe@example.com", "recipient": "brand@mycompany.com", "cc_address": "team@mycompany.com", "email_subject": "Re: Collaboration Proposal", "email_body": "Thank you for reaching out. I'd love to discuss more details...", "received_time": "2025-01-16 09:15:00" }, "deal_info": { "deal_name": "therock", "is_active": true, "dealflow_funnel_step": 3, "dealflow_type": "outreach", "dealflow_name": "Spring Collection Promo", "picture_url": "https://imgp.sptds.icu/v2?mb0KwpL92uYofJiSjDn1%2F6peL1lBwv3s%2BUvShHERlDbrEEwrWumIvR20xZeZXa0LDeIrcniqZeG9S%2F1a5s2Rx3FZdXrWpY%2BmSBJp1l%2FmBGon3rcHA4EfuatZqMhVBzAT", "nr_followers": 60000, "full_name": "Dwayne Johnson", "platform": "instagram", "profile_url": "https://instagram.com/therock" }, "deal_id": "deal12345", "deal_url": "https://app.influencer-hero.com/deal/deal12345" }