Skip to main content
POST
/
api
/
v2
/
autorebates
/
approve
/
start
Initializes the approval process of a specific rebate/rebate_row.
curl --request POST \
  --url https://my.exnessaffiliates.com/api/v2/autorebates/approve/start/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "rebates": [
    "<string>"
  ],
  "rebate_rows": [
    "<string>"
  ]
}
'
{
  "verification_payload": {
    "user_uid": "string",
    "requested_at": "datetime",
    "operation_type": "string",
    "rebate_ids": [
      "int"
    ],
    "rebate_row_ids": [
      "int"
    ]
  },
  "clients_approved_count": "int",
  "reward_usd": "number",
  "topay_rebate_usd": "number",
  "period_start_date": "date",
  "period_end_date": "date"
}

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
rebates
string[]
rebate_rows
string[]

Response

OK

verification_payload
object
required
clients_approved_count
integer
required

number of rebate_rows

Example:

"int"

reward_usd
number
required

rewards amount in USD

Example:

"number"

topay_rebate_usd
number
required

rebates to pay in USD

Example:

"number"

period_start_date
string
required

rebate period start date

Example:

"date"

period_end_date
string
required

rebate period end date

Example:

"date"