Skip to main content
POST
/
api
/
v2
/
client
/
ticket
/
validate
cURL
curl --request POST \
  --url https://my.exnessaffiliates.com/api/v2/client/ticket/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_partner_account": "<string>",
  "reason": "<string>",
  "website": "<string>",
  "comment": "<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
new_partner_account
string
required
reason
string
website
string
comment
string

Response

OK