Find Affiliate by ID
GET
/affiliates/{id}Request
Request samples
[api.label.responses]
The unique identifier of the affiliate program.
The code assigned to the affiliate.
The number of conversions the affiliate has generated.
The date and time when the affiliate was created.
The email address of the affiliate.
The first name of the affiliate.
The last name of the affiliate.
The number of payouts made to the affiliate.
The PayPal email address of the affiliate.
The number of referrals the affiliate has generated.
The number of signups the affiliate has generated.
The source from which the affiliate was generated.
The current status of the affiliate.
The total commission earned by the affiliate in cents.
The total payouts made to the affiliate in cents.
The total profit earned by the affiliate in cents.
The total revenue generated by the affiliate in cents.
The date and time when the affiliate information was last updated.
The number of visits generated by the affiliate.
The Wise (TransferWise) email address of the affiliate.
{
"id": "ap_kgoLDRy3J9DkluA4pYmrdW2V",
"code": "DJ0ASLVZ",
"conversions_count": 0,
"created_at": "2024-08-09 00:00:00 UTC",
"email": "aff0@aff.com",
"first_name": "Maximo",
"last_name": "Bednar",
"payouts_count": 25,
"paypal_email": "aff0@aff.com",
"referrals_count": 8,
"signups_count": 0,
"source": "program_page",
"status": "pending",
"total_commission_cents": 383430,
"total_payout_cents": 1156300,
"total_profit_cents": 894670,
"total_revenue_cents": 1278100,
"updated_at": "2024-08-09 15:34:17 UTC",
"visits_count": 1,
"wise_email": "aff0@aff.com"
}