Skip to main content
POST
/
api
/
v1
/
referral-agent-links
create referral agent for a partner
curl --request POST \
  --url https://my.exnessaffiliates.com/api/v1/referral-agent-links/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "alias": "<string>",
  "email": "<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
alias
string
required

Alias for the agent

email
string
required

Agent's email

Response

OK