Referral program statistics
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 ] } } }
OK
[ { "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" } ]