Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Developer API operation for GET /dev/v1/affiliates/analytics.
cURL
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 } } } }
Use your Shoppex API key in the Authorization header.
Successful response
Show child attributes