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.
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"
}