Get all partner links by uid
curl --request GET \
--url https://my.exnessaffiliates.com/api/partner/links/{
"data": [
{
"reward_schema": "string",
"link_code": "string",
"is_default": "bool",
"is_blocked": "bool",
"is_custom": "bool",
"partner_account": "string"
}
],
"total": "int"
}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 GET \
--url https://my.exnessaffiliates.com/api/partner/links/{
"data": [
{
"reward_schema": "string",
"link_code": "string",
"is_default": "bool",
"is_blocked": "bool",
"is_custom": "bool",
"partner_account": "string"
}
],
"total": "int"
}