Skip to main content
Your endpoint will receive this event each time a lead signs up via a referral link tracked by FirstPromoter.

Payload

event
object
data
object

Example

{
  "event": {
    "id": 22736304,
    "type": "lead_signup",
    "created_at": "2024-10-03T13:45:20.103Z"
  },
  "data": {
    "id": 21381518,
    "state": "signup",
    "email": "goqucugo@mailinator.com",
    "uid": "",
    "customer_since": null,
    "cancelled_at": null,
    "plan_name": null,
    "suspicion": "no_suspicion",
    "username": null,
    "website": null,
    "created_at": "2024-10-03T13:45:20.031Z",
    "split_promotion_id": null,
    "custom_fields": null,
    "split_percentage_value": null,
    "visitor_sub_id": null,
    "promotion": {
      "id": 4210924,
      "status": "offer_running",
      "ref_id": "afpxunub",
      "promo_code": null,
      "customer_promo_code": null,
      "target_reached_at": null,
      "promoter_id": 3920164,
      "campaign_id": 13202,
      "referral_link": "https://www.example.com?_get=afpxunub",
      "current_offer": {
        "id": 67212,
        "name": "5% discount coupon",
        "amount": 5,
        "unit": "discount_per",
        "default_promo_code": "EXAMPLE-5"
      },
      "current_referral_reward": {
        "id": 128312,
        "amount": 0,
        "type": "per_referral",
        "unit": "cash",
        "name": "20% recurring commission",
        "per_of_sale": 20,
        "default_promo_code": ""
      },
      "current_promotion_reward": null,
      "current_target_reward": null,
      "campaign_name": "Main Campaign",
      "hidden": false,
      "visitors_count": 2,
      "leads_count": 4,
      "customers_count": 3,
      "refunds_count": 1,
      "cancellations_count": 1,
      "sales_count": 3,
      "sales_total": 201000,
      "refunds_total": -1000,
      "active_customers_count": 2
    },
    "promoter": {
      "id": 3920164,
      "status": "active",
      "cust_id": "",
      "email": "promoter@example.com",
      "created_at": "2022-04-26T15:28:24.800Z",
      "temp_password": null,
      "default_promotion_id": 4210919,
      "pref": "db1znwe",
      "default_ref_id": "myrefid",
      "note": null,
      "w8_form_url": null,
      "w9_form_url": null,
      "parent_promoter_id": null,
      "earnings_balance": { "cash": 50744 },
      "current_balance": { "cash": 20044 },
      "paid_balance": { "cash": 30700 },
      "auth_token": "hjsmLQwMounBWxeqQS2cMXYp8epADJmB",
      "profile": {
        "id": 3947800,
        "first_name": "Jane",
        "last_name": "Smith",
        "website": "https://janesmith.com",
        "company_name": "",
        "phone_number": "",
        "address": "",
        "vat_id": "",
        "country": "US",
        "paypal_email": "",
        "avatar_url": "",
        "description": null,
        "social_accounts": {
          "twitter": { "url": "" },
          "youtube": { "url": "" },
          "facebook": { "url": "" },
          "linkedin": { "url": "" },
          "instagram": { "url": "" }
        }
      },
      "promotions": []
    }
  }
}