Skip to main content
GET
/
api
/
partner_integrations
Returns the list of partner integrations.
curl --request GET \
  --url https://my.exnessaffiliates.com/api/partner_integrations/
{
  "data": [
    {
      "name": "string",
      "title": "string",
      "is_connected": "bool",
      "is_active": "bool",
      "postbacks": "string",
      "reporting": "string"
    }
  ],
  "totals": {
    "count": "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:
[
{
"name": "string",
"title": "string",
"is_connected": "bool",
"is_active": "bool",
"postbacks": "string",
"reporting": "string"
}
]
totals
object
required