Skip to main content
POST
/
api
/
v2
/
autorebates
/
groups
/
{group_id}
/
approve
/
verify
Verification of the rebate approval process.
curl --request POST \
  --url https://my.exnessaffiliates.com/api/v2/autorebates/groups/{group_id}/approve/verify/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "verify_uid": "<string>",
  "verify_code": "<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

group_id
string
required

Body

application/json
verify_uid
string
required

verification operation UID

verify_code
string
required

a code from the SMS or the email

Response

OK