Use this endpoint to list your promoters using the API. The response will return the promoters as JSON array.
--include option on curl request to see the pagination details format and links to next pages.List all promoters accepted to a specific campaign.
List Promoters response
The promoter's ID inside FirstPromoter
Promoter's status
approved, pending, denied Your customer's user ID inside your application/system for the promoter. This will be included in the webhook event and can be used to identify the promoter in your system if you scribscibe for FirstPromoter's webhooks.
Promoter's email
ISO date string when the promoter signed up
A temporary password the promoter can use to log in to their dashboard if you don't use authentication tokens(auth_token) to sign promoters in automatically.
Promoter's default promotion id
128833
Promoter's parent referral id.
Promoter's default referral id
A note/description of promoter
The w8 form url
The w9 form url
Parent promoter id
Promoter's earnings balance. This object can contain cash, credits, discount_per
Promoter's current balance. This object can contain cash, credits, discount_per
Promoter's paid balance. This object can contain cash, credits, discount_per
Authentication token generated when the promoter was created
[
{
"id": 8815216,
"status": "active",
"cust_id": null,
"email": "[email protected]",
"created_at": "2024-09-11T14:20:50.403Z",
"temp_password": "1y-JxB",
"default_promotion_id": 10116083,
"pref": "y3fvz4o",
"default_ref_id": "heubv",
"note": null,
"w8_form_url": null,
"w9_form_url": null,
"parent_promoter_id": null,
"earnings_balance": null,
"current_balance": null,
"paid_balance": null,
"auth_token": "X9edc-csF56dt8qB6KwcDyPhVdMUtWXY",
"profile": {
"id": 8862106,
"first_name": null,
"last_name": null,
"website": null,
"company_name": null,
"phone_number": null,
"address": null,
"vat_id": null,
"country": null,
"paypal_email": null,
"avatar_url": null,
"description": null,
"social_accounts": {}
},
"promotions": [
{
"id": 10116083,
"status": "offer_running",
"ref_id": "heubv",
"promo_code": null,
"customer_promo_code": null,
"target_reached_at": null,
"promoter_id": 8815216,
"campaign_id": 26127,
"referral_link": "https://lastechworld.com?fpr=heubv",
"current_offer": {
"id": 140358,
"name": "1 free subscription months",
"amount": 1,
"unit": "free_months",
"default_promo_code": ""
},
"current_referral_reward": {
"id": 140359,
"amount": 1,
"type": "per_referral",
"unit": "free_months",
"name": "1 free subscription months",
"per_of_sale": 0,
"default_promo_code": ""
},
"current_promotion_reward": null,
"current_target_reward": null,
"campaign_name": "Make Campaign",
"hidden": false,
"visitors_count": 0,
"leads_count": 0,
"customers_count": 0,
"refunds_count": 0,
"cancellations_count": 0,
"sales_count": 0,
"sales_total": 0,
"refunds_total": 0,
"active_customers_count": 0
}
]
},
{
"id": 8809547,
"status": "active",
"cust_id": null,
"email": "[email protected]",
"created_at": "2024-09-09T22:01:16.909Z",
"temp_password": "yx4_LJ",
"default_promotion_id": 10108807,
"pref": "udicfs6",
"default_ref_id": "ljysw",
"note": null,
"w8_form_url": null,
"w9_form_url": null,
"parent_promoter_id": null,
"earnings_balance": null,
"current_balance": null,
"paid_balance": null,
"auth_token": "kitwmn6ER9RzfZ5Mn9Ksv8PFxnpAzwBT",
"profile": {
"id": 8856384,
"first_name": null,
"last_name": null,
"website": null,
"company_name": null,
"phone_number": null,
"address": null,
"vat_id": null,
"country": null,
"paypal_email": null,
"avatar_url": null,
"description": null,
"social_accounts": {}
},
"promotions": [
{
"id": 10108807,
"status": "offer_running",
"ref_id": "ljysw",
"promo_code": null,
"customer_promo_code": null,
"target_reached_at": null,
"promoter_id": 8809547,
"campaign_id": 26127,
"referral_link": "https://lastechworld.com?fpr=ljysw",
"current_offer": {
"id": 140358,
"name": "1 free subscription months",
"amount": 1,
"unit": "free_months",
"default_promo_code": ""
},
"current_referral_reward": {
"id": 140359,
"amount": 1,
"type": "per_referral",
"unit": "free_months",
"name": "1 free subscription months",
"per_of_sale": 0,
"default_promo_code": ""
},
"current_promotion_reward": null,
"current_target_reward": null,
"campaign_name": "Make Campaign",
"hidden": false,
"visitors_count": 0,
"leads_count": 0,
"customers_count": 0,
"refunds_count": 0,
"cancellations_count": 0,
"sales_count": 0,
"sales_total": 0,
"refunds_total": 0,
"active_customers_count": 0
}
]
}
]