Skip to main content
POST
/
api
/
campaigns
/
{campaign_code}
/
links
Creates a new link to the specific campaign.
curl --request POST \
  --url https://my.exnessaffiliates.com/api/campaigns/{campaign_code}/links/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>",
  "page": "<string>",
  "platform": "<string>",
  "os": "<string>",
  "tags": [
    "<string>"
  ]
}
'
{
  "link": "string",
  "platform": "string",
  "os": "string",
  "tags": [
    "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.

Path Parameters

campaign_code
string
required

Body

application/json
domain
string
required

target domain in agent link, e.g., exness.com

page
string

target page in agent link, e.g., /tools/calculator/

platform
string

type of platform, e.g., mobile

os
string

type of os, e.g., android, ios

tags
string[]

each item must contain only letters of the latin alphabet and numbers, and be not longer than 16 symbols e.g., ['ru', 'banner']

Response

OK

campaign selected agent link

Example:

"string"

platform
string
required

type of platform, e.g., mobile

Example:

"string"

os
string
required

type of os, e.g., android, ios

Example:

"string"

tags
string[]
required

agent link tags

Example:
["string"]