Skip to main content
GET
/
api
/
campaigns
/
{campaign_code}
/
links
Generates all the partner links related to the specific campaign.
curl --request GET \
  --url https://my.exnessaffiliates.com/api/campaigns/{campaign_code}/links/
{
  "data": [
    {
      "link": "string",
      "platform": "string",
      "os": "string",
      "tags": [
        "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.

Path Parameters

campaign_code
string
required

Response

OK

data
object[]
required
Example:
[
{
"link": "string",
"platform": "string",
"os": "string",
"tags": ["string"]
}
]
totals
object
required