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.
OK
Show child attributes
number of rebate_rows
"int"
rewards amount in USD
"number"
rebates to pay in USD
"number"
rebate period start date
"date"
rebate period end date
"date"
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"
}