get https://api.altermal.com/api:phZLPvsb/Profile/Partners/Dashboard
List activities by partner include the settlement balance
Authentication: required
Partner's dashboard data account data
No Authentication: required
No Authentication: required
This end point can be used to receive all activities of the Partner on alter-mal platform.
This could be used to create a dashboard for the partner to understand the activities of the merchants / beneficiaries serviced by Alter-Mal.
Example of response from this endpoint
{
"Dashboard_data": [
{
"Status": "Active",
"Counts": 3
},
{
"Status": "Expired",
"Counts": 7
},
{
"Status": "Rejected",
"Counts": 5
}
],
"Total_unsettled_amount": 58400
}
Count distinct
The count numbers in the response represent unique offers sent to beneficiaries, ie the set of 3 offers typically sent to a beneficiary are counted as 1 in the above response payload