Skip to main content
POST
/
api
/
v2
/
auth
cURL
curl --request POST \
  --url https://my.exnessaffiliates.com/api/v2/auth/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "login": "<string>",
  "password": "<string>"
}
'
{
  "token": "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
login
string
required

partner login

password
string
required

partner password

Response

OK

token
string
required

authentication token granted value

Example:

"string"