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

List of codes of shared reports

Response

OK