curl --location 'https://aff-api.uppromote.com/api/v2/connected-customers?per_page=&page=&connect_source=&from_date=&to_date=' \
--header 'Authorization: <api-key>'{
"status": 200,
"message": "success",
"data": [
{
"affiliate_id": 123,
"affiliate_email": "affiliate@example.com",
"customer_id": 7245819553906,
"customer_email": "customer@example.com",
"connection_date": "2026-07-09T04:12:35Z",
"connect_source": "manually"
},
{
"affiliate_id": 456,
"affiliate_email": "partner@example.com",
"customer_id": null,
"customer_email": "legacy.customer@example.com",
"connection_date": "2024-08-05T04:57:34Z",
"connect_source": "lifetime"
}
]
}