Creates a new link to the specific campaign.
Errors
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/campaigns/{campaign_code}/links/ \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"page": "<string>",
"platform": "<string>",
"os": "<string>",
"tags": [
"<string>"
],
"partner_code": "<string>"
}
'{
"link": "string",
"platform": "string",
"os": "string",
"tags": [
"string"
],
"link_code": "string",
"is_blocked": "bool",
"is_custom": "bool"
}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.
target domain in agent link, e.g., exness.com
target page in agent link, e.g., /tools/calculator/
type of platform, e.g., mobile
type of os, e.g., android, ios
each item must contain only letters of the latin alphabet and numbers, and be not longer than 16 symbols e.g., ['ru', 'banner']
partner_code
OK
campaign selected agent full link
"string"
type of platform, e.g., mobile
"string"
type of os, e.g., android, ios
"string"
agent link tags
["string"]campaign selected link or partner code
"string"
is link/code blocked
"bool"
is link/code are partner custom code
"bool"
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/campaigns/{campaign_code}/links/ \
--header 'Content-Type: application/json' \
--data '
{
"domain": "<string>",
"page": "<string>",
"platform": "<string>",
"os": "<string>",
"tags": [
"<string>"
],
"partner_code": "<string>"
}
'{
"link": "string",
"platform": "string",
"os": "string",
"tags": [
"string"
],
"link_code": "string",
"is_blocked": "bool",
"is_custom": "bool"
}