For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/commission-payouts/statistics' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"totalValue": {
"count": 42,
"amount": {
"amount": 10000,
"currency": "INR"
}
},
"paidThisMonth": {
"count": 42,
"amount": {
"amount": 10000,
"currency": "INR"
}
},
"approved": {
"count": 42,
"amount": {
"amount": 10000,
"currency": "INR"
}
},
"pendingApproval": {
"count": 42,
"amount": {
"amount": 10000,
"currency": "INR"
}
}
}