Skip to main content
POST
/
api
/
partner
/
traffic_sources
List and add traffic sources
curl --request POST \
  --url https://my.exnessaffiliates.com/api/partner/traffic_sources/ \
  --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.

Body

application/json
name
string
required
url
string
required

Response

OK