API documentation for the Influencer Hero platform.
Influencer Hero API (1.4.2)
Affiliate Tracking
[Advanced] Server-side endpoints for tracking affiliate actions and performance. For most use cases, the client-side tracking script will be sufficient.
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
{ "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" }
Payload containing information about the new influencer order.
Details about the order attributed to the influencer.
Order revenue converted to the account's default currency.
Commission amount to be paid to the influencer, in the account's default currency.
E-commerce platform where the order was placed (e.g., shopify, woocommerce).
How the order was attributed to the influencer (e.g., discount_code, utm_link, custom_link).
A lightweight summary of the influencers deal.
- https://api.influencer-hero.com/new_influencer_order
{ "order_information": { "order_id": "5123456789", "order_name": "Order #1234", "order_revenue": 149.99, "order_currency": "USD", "account_currency": "USD", "account_currency_revenue": 149.99, "paid_commission": 14.99, "commission_rate": 0.1, "discount_codes": "THEROCK20", "platform": "shopify", "match_types": "discount_code", "order_timestamp": "2025-01-15T14:30:00Z" }, "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" }, "collab_info": { "collab_id": "collab12345", "campaign_name": "Spring Collection 2025", "discount_code": "THEROCK20", "custom_url": null }, "deal_id": "deal67890", "collab_id": "collab12345", "deal_url": "https://app.influencer-hero.com/deal/deal67890" }