Skip to main content
GET
/
api
/
reports
/
conversion
/
filters
Displays the range of conversion report's filters.
curl --request GET \
  --url https://my.exnessaffiliates.com/api/reports/conversion/filters/
{
  "country": [
    "string"
  ],
  "utm_source": [
    "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
Example:
["string"]
utm_source
string[]
required
Example:
["string"]