Creates a client group with set rebate percentage.
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/ \
--header 'Content-Type: application/json' \
--data '
{
"ordering": "<string>",
"limit": 123,
"offset": 123,
"group_type": [
"<string>"
],
"group_id": [
"<string>"
],
"rebate_period": [
"<string>"
],
"link_code": [
"<string>"
]
}
'{
"data": [
{
"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"
}
],
"totals": {
"count": "int",
"clients": "int"
}
}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.
pagination
pagination
filter
filter
filter
filter
ordering, Comma-separated list without spaces. Supported field names: group_title, clients_count, created, rebate_percent, group_type, rebate_period, link_code
OK
Show child attributes
[
{
"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"
}
]Show child attributes
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/autorebates/groups/ \
--header 'Content-Type: application/json' \
--data '
{
"ordering": "<string>",
"limit": 123,
"offset": 123,
"group_type": [
"<string>"
],
"group_id": [
"<string>"
],
"rebate_period": [
"<string>"
],
"link_code": [
"<string>"
]
}
'{
"data": [
{
"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"
}
],
"totals": {
"count": "int",
"clients": "int"
}
}