Initializes the approval process of a group.
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/{group_id}/approve/{
"id": "int",
"partner_uid": "string",
"group_title": "string",
"group_type": "string",
"clients_count": "int",
"rebate_percent": "number",
"created": "datetime",
"is_default": "bool",
"rebate_size": {
"min": "number",
"max": "number"
},
"rebate_period": "string",
"rebate_period_value": "int",
"rebate_period_start": "string",
"rebate_period_end": "string",
"link_code": "string",
"verify_uid": "string",
"operation_uid": "string",
"secure_type": "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.
OK
group id
"int"
"string"
group title
"string"
group type
"string"
number of clients in group
"int"
group rebate percentage
"number"
"datetime"
is default group
"bool"
Show child attributes
rebate period type
"string"
start day for period
"int"
current rebate payment period start date
"string"
current rebate payment period end date
"string"
link code related to group
"string"
uid for verify operation
"string"
local uid for operation
"string"
iam secure type
"string"
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/{group_id}/approve/{
"id": "int",
"partner_uid": "string",
"group_title": "string",
"group_type": "string",
"clients_count": "int",
"rebate_percent": "number",
"created": "datetime",
"is_default": "bool",
"rebate_size": {
"min": "number",
"max": "number"
},
"rebate_period": "string",
"rebate_period_value": "int",
"rebate_period_start": "string",
"rebate_period_end": "string",
"link_code": "string",
"verify_uid": "string",
"operation_uid": "string",
"secure_type": "string"
}