🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request GET \
--url https://api.shoppex.io/dev/v1/affiliates/analytics \
--header 'Authorization: Bearer <token>'{
"data": {
"analytics": {
"applications": {
"approval_rate": 0.75,
"total": 4,
"approved": 3,
"pending": 1,
"rejected": 0
},
"payouts": {
"pending_count": 1,
"pending_amount": 12,
"completed_count": 3,
"completed_amount": 48
}
}
}
}Developer API operation for GET /dev/v1/affiliates/analytics.
curl --request GET \
--url https://api.shoppex.io/dev/v1/affiliates/analytics \
--header 'Authorization: Bearer <token>'{
"data": {
"analytics": {
"applications": {
"approval_rate": 0.75,
"total": 4,
"approved": 3,
"pending": 1,
"rejected": 0
},
"payouts": {
"pending_count": 1,
"pending_amount": 12,
"completed_count": 3,
"completed_amount": 48
}
}
}
}