Skip to main content
PATCH
/
api
/
partner
/
traffic_sources
/
{uid}
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.

Path Parameters

uid
string
required

Body

application/json
name
string
url
string

Response

OK