Generates the specific rebate group with set rebate percentage.
curl --request GET \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/{group_id}/{
"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"
}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"
curl --request GET \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/{group_id}/{
"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"
}