Skip to main content
GET
/
dev
/
v1
/
affiliates
/
analytics
Get affiliate 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
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Response

200 - application/json

Successful response

data
object[]
pagination
object