Get, delete and edit traffic source
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/partner/traffic_sources/{uid} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>"
}
'{
"code": "string",
"message": "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.
curl --request PATCH \
--url https://my.exnessaffiliates.com/api/partner/traffic_sources/{uid} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"url": "<string>"
}
'{
"code": "string",
"message": "string"
}