Skip to main content
GET
/
api
/
reports
/
cpa
/
clients
/
filters
CPA clients filters report V1
curl --request GET \
  --url https://my.exnessaffiliates.com/api/reports/cpa/clients/filters/
{
  "country": [
    "string"
  ],
  "status": [
    "string"
  ],
  "app_platform": [
    "string"
  ],
  "device_os": [
    "string"
  ],
  "sub_id": [
    "string"
  ]
}

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.

Response

OK

country
string[]
required

client country

Example:
["string"]
status
string
required
Example:
["string"]
app_platform
string[]
required

client app platform

Example:
["string"]
device_os
string[]
required

client device OS

Example:
["string"]
sub_id
string[]
required

client subpublisher

Example:
["string"]