Affiliates
Retrieve an affiliate
Retrieve a single affiliate by ID, including referral link, click and conversion counts, and lifetime commission.
get/v1/affiliates/{id}
Path parameters
idstring required
The unique identifier of the affiliate
Response
Successfully retrieved the affiliate
Example response
{
"object": "affiliate",
"email": "partner@example.com",
"name": "Jane Partner",
"status": "active",
"referral_code": "a1b2c3d4",
"referral_link": "https://creem.io/affiliate?code=a1b2c3d4",
"clicks": 128,
"conversions": 12,
"earnings": 4200,
"currency": "USD"
}