Statistics
Referral program statistics
Authorizations
Body
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //api/referral/statistics HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 123
{
"filters": {
"date": {
"date_from": "text",
"date_to": "text",
"exclude": true
},
"owner_id": 1,
"referral": {
"exclude": true,
"id": [
1
]
}
}
}
[
{
"amount": 1,
"currency_code": "text",
"date": "text",
"default_amount": 1,
"default_currency_code": "text",
"owner_avatar": "text",
"owner_id": 1,
"owner_name": "text",
"product_id": 1,
"product_name": "text"
}
]