Skip to main content
POST
/
api
/
partner
/
affiliation
Check client affiliation to partner by client email
curl --request POST \
  --url https://my.exnessaffiliates.com/api/partner/affiliation/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "affiliation": "bool",
  "accounts": [
    "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.

Body

application/json
email
string
required

Response

OK

affiliation
boolean
required
Example:

"bool"

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

Client id

Example:

"string"