Skip to main content
POST
/
api
/
v2
/
autorebates
/
verify
/
resend
Request to send verification code again. Resend limited to 5 times max.
curl --request POST \
  --url https://my.exnessaffiliates.com/api/v2/autorebates/verify/resend/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "verify_uid": "<string>"
}
'
{
  "new_verify_uid": "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
verify_uid
string
required

verification operation UID

Response

OK

new_verify_uid
string
required

uid for verify operation

Example:

"string"