Skip to main content
GET
/
api
/
partner
/
links
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.

Response

OK

data
object[]
required
Example:
[
{
"reward_schema": "string",
"link_code": "string",
"is_default": "bool",
"is_blocked": "bool",
"is_custom": "bool",
"partner_account": "string"
}
]
total
integer
required
Example:

"int"