Skip to main content
GET
/
api
/
reports
/
cpa
/
rewards
/
{client_uid}
CPA tier rewards report V1
curl --request GET \
  --url https://my.exnessaffiliates.com/api/reports/cpa/rewards/{client_uid}/
{
  "data": [
    {
      "kpi_tier_uid": "string",
      "reward_usd": "number",
      "profit": "string",
      "accumulate_sum": "number"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

client_uid
string
required

Response

OK

data
object[]
required

list of client reward reports

Example:
[
{
"kpi_tier_uid": "string",
"reward_usd": "number",
"profit": "string",
"accumulate_sum": "number"
}
]