Skip to main content
GET
/
api
/
v2
/
autorebates
/
filters
Generates partner's data for filling out the filters on the autorebates
curl --request GET \
  --url https://my.exnessaffiliates.com/api/v2/autorebates/filters/
{
  "client_account": [
    "string"
  ],
  "country": [
    "string"
  ],
  "client_account_type": [
    "string"
  ],
  "group": [
    {
      "id": "int",
      "title": "string"
    }
  ],
  "partner_account": [
    "string"
  ],
  "partner_code": [
    "string"
  ],
  "status": [
    "string"
  ],
  "status_history": [
    "string"
  ],
  "group_type": [
    "string"
  ],
  "client_uid": "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

client_account
string[]
required

client account number

Example:
["string"]
country
string[]
required

client country

Example:
["string"]
client_account_type
string[]
required

client account type)

Example:
["string"]
group
object[]
required

Values are ordered by the title field ascending

Example:
[{ "id": "int", "title": "string" }]
partner_account
string[]
required

partner account number

Example:
["string"]
partner_code
string[]
required

partner code

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

statuses

Example:
["string"]
status_history
string[]
required

history statuses

Example:
["string"]
group_type
string[]
required

group_types

Example:
["string"]
client_uid
string
required
Example:

"string"