Skip to main content
PATCH
/
api
/
v1
/
referral-agent-links
/
{agent_link_id}
updates referral agent link for a partner
curl --request PATCH \
  --url https://my.exnessaffiliates.com/api/v1/referral-agent-links/{agent_link_id}/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "alias": "<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

Body

application/json
alias
string

Alias for the agent

Response

OK